Questions tagged [lamp]

LAMP refers to a stack of web technologies based on Linux, Apache, MySQL, and PHP/Perl/Python.

LAMP, (Linux, Apache, MySQL and PHP/Perl/Python), is an acronym for a solution stack of free, open source software, referring to the first letters of: Linux (operating system), Apache HTTP Server, MySQL (database software) and PHP (or sometimes Perl or Python), principal components to build a viable general purpose web server.

2162 questions
11
votes
13 answers

How Did You Decide Between WISA and LAMP?

Did you ever have to choose between WISA or LAMP at the beginning of a web project? While pros and cons are littered around the net, it would be helpful to know about your real experience in coming up w/ criteria, evaluating, deciding, and…
user290
10
votes
1 answer

google pagerank curl call using php

i read an article regarding google rank and i wanted to create a php script that get the page rank using curl in php - i endded up using this script: http://www.brightyoursite.com/blog/2010/06/01/use-php-to-get-google-page-rank/ now when i run it i…
Adéline
  • 235
  • 1
  • 6
10
votes
1 answer

making seo/canonicals urls without mod-rewrite on lamp

i have a hosting company that does not allow .htaccess (mod-rewrite is disabled) on linux, php, mysql and apache. i want urls to be more seo/canonicals for my site. i have…
hanna
  • 113
  • 7
10
votes
3 answers

Alternatives to CKAN

Are you aware of alternatives to CKAN? I am searching for a metadata managing portal software with a similar feature set like CKAN. The implementation would preferably be either LAMP or Java.
Timo Westkämper
  • 21,824
  • 5
  • 78
  • 111
10
votes
4 answers

Alternatives to Chef/Fabric/Puppet for Simple LAMP Development?

I've finally committed to really learning the software design process correctly in order to advance my skills and grow my business. This means embracing version control (git), setting up a development-staging-production environment and keeping…
youderian
  • 101
  • 1
  • 4
10
votes
4 answers

How Can I Block Requests from China to My App?

I have an API that is somewhat popular (10,000+ requests/day). After 10 requests per day from an IP address I return a message telling the user they need to cough of some cash if they want to use the service more. This morning, I found that my web…
Kirk Ouimet
  • 27,280
  • 43
  • 127
  • 177
10
votes
2 answers

EC2 - Fresh PHP install - Mail not working

I am getting familiar with Amazons EC2. I installed a LAMP setup but when I try to send emails through the mail() function that I have in my pages it does not work. I checked and sendmail is running and is on the phpinfo page. I have tried changing…
Quinton Pike
  • 3,823
  • 8
  • 31
  • 37
10
votes
6 answers

WordPress MediaWiki integration

On the other end of the spectrum, I would be happy if I could install a wiki and share the login credentials between WordPress and the wiki. I hacked MediaWiki a while ago to share logins with another site (in ASP Classic) via session cookies, and…
Jim McKeeth
  • 38,225
  • 23
  • 120
  • 194
10
votes
3 answers

mysql 5.6 ubuntu 15.04 cannot find correct my.cnf file

I am attempting to move a mysql db onto an upgraded server with a newer version of ubuntu running (15.04), and after installing LAMP, I went to edit the bind address in the my.cnf file. The below is all I see in /etc/mysql/my.cnf. I added [mysqld]…
caro
  • 863
  • 3
  • 15
  • 36
10
votes
12 answers

Why are my php tags converted to html comments?

A friend's lamp host seems to be misconfigured. I try to execute php, but it doesn't seem to be working. In Chrome's inspect element: becomes : Furthermore, its been triggering a file download,…
Zach Lysobey
  • 14,959
  • 20
  • 95
  • 149
9
votes
8 answers

How do you implement the "one step build" for a LAMP project?

Having the "one push build" to take your changes from development environment to live server is one thing that is very nice to have and often advocated. I came on board with a small team running in a LAMP stack and use SVN for version control,…
nategood
  • 11,807
  • 4
  • 36
  • 44
9
votes
3 answers

Using Docker for multiple php applications

I recently moved from Wamp (wampserver) to Docker (Windows host). While using wamp, I was able to have multiple projects like in following file structure - wamp64 - www/ - project1/ - project2/ - .... On the wamp's Apache, I had…
nikolas
  • 723
  • 2
  • 17
  • 37
9
votes
2 answers

At what point does MySQL INNODB fine tuning become a requirement?

I had a look at this: http://www.mysqlperformanceblog.com/2009/01/12/should-you-move-from-myisam-to-innodb/ and: http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/ These answer a lot of my questions regarding…
Barak Gall
  • 1,422
  • 12
  • 24
9
votes
7 answers

Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in ubuntu 14.04

I have installed LAMP on my Ubuntu machine. Where Apache2 and PHP5 have been installed properly as when I run apache2 -v and php5 -v I am getting their installed versions. But I am not sure how do I check If My-SQL is properly installed or…
Suraj
  • 2,423
  • 12
  • 39
  • 75
9
votes
2 answers

Ideal Multi-Developer Lamp Stack?

I would like to build an 'ideal' lamp development stack. Dual Server (Virtualised, ESX) Apache / PHP on one, Databases (MySQL, PgSQL, etc) on the other. User (Developer) Manageable mini environments, or instance. Each developer instance…
jhogendorn
  • 5,931
  • 3
  • 26
  • 35