User Tools

Site Tools


internet:hosting:web_devel:xampp

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

Start and Stop

You need to start the server as 'root' since low-numbered poerts are used.

/opt/lampp/lampp start

/opt/lampp/lampp stop

Testing

internet/hosting/web_devel/xampp.1331923958.txt.gz · Last modified: 2012/03/16 12:52 by gcooper