Debian Admin - Your way to Debian World

January 15, 2007

XAMPP - All in one web server Installation and Configuration in Debian

by @ 11:13 am. Filed under Webserver

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.

XAMPP Supported Platforms

a version for Linux systems (tested for Ubuntu, SuSE, RedHat, Mandrake and Debian),

a version for Windows 98, NT, 2000, 2003 and XP,

a beta version for Solaris SPARC (developed and tested under Solaris 8) ,
and a beta version for MacOS X.

This MacOSX and Solaris versions of XAMPP are still in the first steps of development. Use at you own risk!

XAMPP for Linux Packages

The distribution for Linux systems (tested for SuSE, RedHat, Mandrake and Debian) contains: Apache, MySQL, PHP & PEAR, Perl,ProFTPD, phpMyAdmin, OpenSSL, GD, Freetype2, libjpeg, libpng, gdbm, zlib, expat, Sablotron, libxml, Ming, Webalizer, pdf class, ncurses, mod_perl, FreeTDS, gettext, mcrypt, mhash, eAccelerator, SQLite and IMAP C-Client.

Install XAMPP in Debian

First you need to download the latest version of XAMPP from here .At the time of writing this article XAMPP version is 1.5.5a.

wget http://kent.dl.sourceforge.net/sourceforge/xampp/xampp-linux-1.5.5a.tar.gz

Now you should be having xampp-linux-1.5.5a.tar.gz file in your downloaded location

Go to a Linux shell and login as root:

$su -

Extract the downloaded archive file to /opt

#tar xvfz xampp-linux-1.5.5a.tar.gz -C /opt

XAMPP is now installed below the /opt/lampp directory.

Start XAMPP Server

To start XAMPP simply Use the following command

#/opt/lampp/lampp start

Starting XAMPP 1.5.5a…
LAMPP: Starting Apache…
LAMPP: Starting MySQL…
LAMPP started.

Test Your XAMPP Installation

OK, that was easy but how can you check that everything really works? Just type in the following URL at your favourite web browser:

http://localhost

or

http://serveripaddress

XAMPP Security Configuration

XAMPP is not meant for production use but only for developers in a development environment. The way XAMPP is configured is to be open as possible and allowing the developer anything he/she wants. For development environments this is great but in a production environment it could be fatal.

Here a list of missing security in XAMPP:

The MySQL administrator (root) has no password.

The MySQL daemon is accessible via network.

ProFTPD uses the password “lampp” for user “nobody”.

PhpMyAdmin is accessible via network.

Examples are accessible via network.

MySQL and Apache running under the same user (nobody).

To fix most of the security weaknesses simply call the following command

#/opt/lampp/lampp security

It starts a small security check and makes your XAMPP installation more secure.

Switching between PHP4 and PHP5

Because such very new versions like PHP 5 always should be handled with care XAMPP team decided to include both current versions of PHP into XAMPP since version 1.4.7: PHP 5.x and PHP 4.x. If you find out your PHP application doesn’t work with PHP 5 you will be able to switch back easily to PHP 4.

By the following command you can switch “back” to PHP 4.x

#/opt/lampp/lampp php4

And with the following command you can switch back to PHP 5.x

#/opt/lampp/lampp php5

If you forgot which version of PHP is in use simply use phpinfo() or call this command

#/opt/lampp/lampp phpstatus

Start And Stop XAMPP Server Services

start

Starts XAMPP.

stop

Stops XAMPP.

restart

Stops and starts XAMPP.

startapache

Starts only the Apache.

startssl

Starts the Apache SSL support. This command activates the SSL support permanently, e.g. if you restarts XAMPP in the future SSL will stay activated.

startmysql

Starts only the MySQL database.

startftp

Starts the ProFTPD server. Via FTP you can upload files for your web server (user “nobody”, password “lampp”). This command activates the ProFTPD permanently, e.g. if you restarts XAMPP in the future FTP will stay activated.

stopapache

Stops the Apache.

stopssl

Stops the Apache SSL support. This command deactivates the SSL support permanently, e.g. if you restarts XAMPP in the future SSL will stay deactivated.

stopmysql

Stops the MySQL database.

stopftp

Stops the ProFTPD server. This command deactivates the ProFTPD permanently, e.g. if you restarts XAMPP in the future FTP will stay deactivated.

security

Starts a small security check programm.

For example: To start Apache with SSL support simply type in the following command (as root)

#/opt/lampp/lampp startssl

You can also access your Apache server via SSL under https://localhost or https://serveripaddress

Important Configuration Files And Directories

opt/lampp/bin/ - The XAMPP commands home. /opt/lampp/bin/mysql calls for example the MySQL monitor.

/opt/lampp/htdocs/ - The Apache DocumentRoot directory.

/opt/lampp/etc/httpd.conf - The Apache configuration file.

/opt/lampp/etc/my.cnf - The MySQL configuration file.

/opt/lampp/etc/php.ini - The PHP configuration file.

/opt/lampp/etc/proftpd.conf - The ProFTPD configuration file. (since 0.9.5)

/opt/lampp/phpmyadmin/config.inc.php - The phpMyAdmin configuration file.

Stopping XAMPP

To stop XAMPP server use the following command

#/opt/lampp/lampp stop

You should now see:

Stopping LAMPP 1.5.5a…
LAMPP: Stopping Apache…
LAMPP: Stopping MySQL…
LAMPP stopped.

And XAMPP for Debian Linux is stopped.

Uninstall XAMPP

To uninstall XAMPP just use the following command

#rm -rf /opt/lampp

Tags: , , , , , , , , ,

You may also be interested in...

5 Responses to “XAMPP - All in one web server Installation and Configuration in Debian”

  1. BALDWIN Says:

    THANKS FOR THIS IT WORKED NOW I NEED OT FIGURE HOW TO GET INOT IT FROM ANOTHER COMPUTER

  2. ojay Says:

    Thanks for this nice tut. I used xampp on a productio server for some time. Hardened it a bit and was very pleased not to be forced to install all the stuff myself. Also, i liked the fact being able to save one single directory (/opt/lammp and below) in order to back up config and content in one go.
    I quit using it after i ran into upgrading problems from one edition to the next. Maybe it’s alot better now, but i won’t switch back. People interested in using it should consult the (very good) forum in advance just to check outif there are still issues with upgrading.

    Besides from that, that package can save you A LOT of configuration headaches.

  3. kumaresan Says:

    how to setup email….using xampp

  4. neuro Says:

    yes, how to setup email server in xampp?

  5. G.K.Ramji Says:

    When we use xampp to run our web based application, it hangs suddenly. We need to restart it. We are unable to find the solution.

Leave a Reply

Subscribe RSS Feed

subscribe to the Debian Admin RSS feed

Internal links:

Sponsors:



Categories:

Support Debian Admin

Amount $:
Website(Optional):

Sponsors:

Archives:

Related Links:


Favourite Sites:

Wordpress Collection
Windows Reference
Ubuntu Geek
DebianHelp
All About Debian Tutorials
Power Electrical
Check Your IP Here
Debian,Ubuntu News
DebCentral
Tuxmachines
Capnkirby
Libervis
Nuxifield
Linux Horizon
Linux Appfinder
Debuntu
GNU/Linux For Everyone
Free Penguin
DebianAdmin is not related to the Debian Project.
This site is copyright © 2006,2007 Debian Admin
All Trademarks are the property of their respective owners.
The contents of this website may not be mirrored or archived without the express written permission of DebianAdmin Site Owner.

DISCLAIMER: All the information, troubleshooting methods, utilities offered in this website is provided AS-IS, without any warranties. Though I strive for perfection, and always test the validity and effectiveness of the troubleshooting content in various systems, I assume no responsibility for your use of these Fixes, Utilities and other troubleshooting advice. The author will not be liable for any special, incidental, consequential or indirect damages due to loss of data or any other reason. All use is completely at your own risk. Changes to the existing content and new additions are made to this website periodically, without notification.
Rodney's Kontera DynamiContext Plugin plugged in.