INSTALL xampp ubuntu 12.06 i386
By
admin
at 2017-09-29 • 0 collector • 1729 pageviews
# sudo wget http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/1.8.1/xampp-linux-1.8.1.tar.gz
# sudo tar xvfz xampp-linux-1.8.1.tar.gz -C /opt
# nano /opt/lampp/extra/httpd-xampp.conf
change Deny from All
to
Allow from All
# sudo /opt/lampp/lampp start
# sudo /opt/lampp/lampp security
Requires Login