Questions tagged [lamp]

Acronym for a development stack originally made up of Linux, Apache, MySQL and Perl/PHP/Python

LAMP is an acronym that refers to a stack of open source software used in development. The initial letters come from the following components:

  • Linux (operating system)
  • Apache HTTP Server (web server)
  • MySQL (database software)
  • Perl/PHP/Python (programming language)

Similar terms are used when on other operating systems while keeping the software suite:

  • Microsoft Windows (WAMP)
  • Mac OS (MAMP)
  • Solaris (SAMP)
  • OpenBSD (OAMP)
668 questions
0
votes
1 answer

No forward accessible form outside

I've setup a UNIX ubuntu VM with VMWare its running IRC, HTTP, FTP & MySQL, ports are forwarded in the modemrouter (its my home network its running on) but still no result. Any Idea hwo to fix it? Note i've been testing with: mibbit.com,…
ShadowAS1
0
votes
2 answers

How to configure local web server such that it should switch between one php version to another

I'm developing one web application, using PHP eclipse IDE. For an instance i want to switch from one PHP version to another version which resides in different location. Below is my working environment : 1) Having Centos OS 2) PHP 5.1.6 have…
user52534
  • 147
  • 1
  • 3
0
votes
1 answer

download prompt instead of default index because of a site dir name change

cakephp v1.3.2 unchanged at /var/www/cakephp displays the cakephp default index page cakephp v1.3.2 unchanged at /var/www/iloved prompts me to download a phtml file a2enmod php5 says php5 is installed apache2 was restarted Why? How to…
0
votes
1 answer

Debugging MySQL connection error

I've got Ubuntu 10.04 LTS installed on a machine as a LAMP server. Every so often my MySQL connection dies, and I get this error message: Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'…
Calvin
  • 403
  • 1
  • 4
  • 15
0
votes
1 answer

Ubuntu WordPress Setup: You Do Not Have Permissions Necessary to View the Contents of wp_content

I just installed WordPress on Ubuntu for the first time according to these instructions: https://help.ubuntu.com/community/WordPress Everything is working great... Except, When I try to add my theme to the "wp_content" folder, I get the alert: You…
Ed Talmadge
  • 135
  • 2
  • 7
0
votes
1 answer

selfsigned https cert

how to install selfsigned https cert to PHPmyadmin (LAMP)? If any one has done please share the step by step!
Rajat
  • 3,349
  • 22
  • 29
0
votes
1 answer

How to set up a separate LAMP stack for a specific interface/subnet on Debian?

I'd like to expose one LAMP stack (actually a http root and a MySQL database) to the Internet and another to OpenVPN tunneling interface (192.168...) to make all the web-based management tools and intranet web applications only available over VPN.…
Ivan
  • 3,398
  • 19
  • 50
  • 71
0
votes
3 answers

24 Core LAMP Issue

I have a 24 Core Opteron 8435 system with 48GB of RAM. However, the performance is way below that of our 6 Core Intel with 30GB of RAM. I wonder if anyone could this of why? We're running a Drupal website off this box with mysql 5.0 installed on the…
Khushil
  • 553
  • 3
  • 11
0
votes
1 answer

Entire server seems to be locked to 1 cpu

I'm running a rather intensive grep search, and even though the CPU is running around 95% and there are 7 others under 3%, the system threw it on there and its now competing for CPU (fast cgi which is also locked to that CPU is timing out frequently…
user47133
0
votes
2 answers

fcgi only using one processor?

I'm working on a setup which uses fcgi/nginx. It seems to be running correct (24 children and 500 max requests), except that all of the phpfcgi instances are piling on one core. When I run top, I see 1 core around 3%, the one running the fastcgi…
user47133
0
votes
1 answer

How Do I Install LAMP on RHEL 64 bit Including Mcrypt?

Does anyone know of a good way to install LAMP on an RHEL 64 bit server which includes mcrypt? I went the manual route, and libmcrypt was not found even though it had been installed. I've tried every posted way on several forums with no success. I…
user46514
0
votes
3 answers

ubuntu 10.04 lamp installation

I have tried to install a lamp sever on my ubuntu 10.04 (home) installation by typing this into the terminal: sudo apt-get install lamp-server^ However, afterwards, when I point my browser towards http://localhost I geta 403 Forbidden error. I…
codedude
  • 117
  • 1
  • 1
  • 6
0
votes
2 answers

LAMP Ubuntu installation

I installed LAMP on Ubuntu 10.04. Now whenever I try to access http://localhost/ I get this message: Forbidden You don't have permission to access / on this server. Apache/2.2.14 (Ubuntu) Server at localhost Port 80 I tried changing the permissions…
codedude
  • 117
  • 1
  • 1
  • 6
0
votes
1 answer

i get 500 error on http://localhost/zftutorial/public

Hi I new in Zend and Lamp, my software: Zend Framework, Ubuntu10.04,Lamp. I made my first Zend Project with Zend tool (according this tutorial http://akrabat.com/wp-content/uploads/Getting-Started-with-Zend-Framework.pdf) But when i go to …
Ben
  • 775
  • 4
  • 9
  • 19
0
votes
4 answers

Which linux server distrabution best to run lamp server for production enviroment?

Which Linux server distribution the best to run lamp server for production environment? 1. sharing hosting 2. virtual hosting 3. dedicated hosting (Ubuntu server, redhat,....) Thanks, Yosef
Ben
  • 775
  • 4
  • 9
  • 19