Top "Lamp" questions

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

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

I installed LAMP on Ubuntu 12.04 LTS (Precise Pangolin) and then set root password on phpMyAdmin. I forgot the password and …

mysql phpmyadmin lamp forgot-password mysql-error-2002
PDOException “could not find driver”

I have just installed Debian Lenny with Apache, MySQL, and PHP and I am receiving a PDOException could not find …

php mysql pdo lamp
How do I change the root directory of an apache server?

Does anyone know how to change the document root of the Apache server? I basically want localhost to come from /…

linux apache lamp
How to enable curl, installed Ubuntu LAMP stack?

I have installed ubuntu Lamp stack. But the curl is not enabled, neither can I can find the extension listed …

php ubuntu curl lamp
How do I convert a PDF document to a preview image in PHP?

What libraries, extensions etc. would be required to render a portion of a PDF document to an image file? Most …

php image pdf lamp
What is a LAMP stack?

Can someone tell me what the term LAMP Stack means? I have seen this reference in job postings, but don't …

lamp
Why use deflate instead of gzip for text files served by Apache?

What advantages do either method offer for html, css and javascript files served by a LAMP server. Are there better …

apache compression gzip lamp deflate
How to enable SOAP on CentOS

We have VPS with CentOS. I have installed SOAp using the following command: $ yum install php-soap Then I went to …

php soap centos centos7 lamp
How can one run multiple versions of PHP 5.x on a development LAMP server?

I need to test my PHP applications with multiple versions of PHP 5.x, such as PHP 5.0.0 and PHP 5.2.8. Is there …

php lamp
What is Options +FollowSymLinks?

I am using a Lamp server on my computer. I started to use Laravel php framework. In my .htaccess , If …

php linux laravel apache lamp