This is an old revision of the document!
XAMPP - Local Web Server for Development
http://www.apachefriends.org/en/xampp.html
XAMPP is a prepackaged web server
Runs on multiple platforms (Linux, Windows, etc.)
Includes Apache, MySQL, PHP and Perl
Includes PHPMyAdmin for database management
Includes SSL support
Simple installation
Installation
su
cd /opt
wget http://www.apachefriends.org/download.php?xampp-linux-1.7.7.tar.gz
tar -xvfz xampp-linux-1.7.7.tar.gz
Startup
Testing