LAMP using XAMPP

XAMMP can be a quick and easy setup of apache, php and mysql.
http://www.apachefriends.org/

The working directory for the install is

/opt/lamp/htdocs

Apache Conf File (httpd.conf): /opt/lammp/apache/conf/httpd.conf

PHP Conf File (php.ini): /opt/lammp/xampp/apache/bin/php.ini

MySQL Conf File (my.cnf): /opt/lammp/xampp/mysql/bin/my.cnf

- See more at: http://www.phpknowhow.com/basics/working-with-xampp/#sthash.b18qJWWm.dpuf

section: