Messing around with Debian Linux - Setting up a webserver in Debian Linux PDF Print E-mail
Written by Websmurf   
Tuesday, 23 August 2005
Article Index
Setting up a webserver in Debian Linux
Webserver setup
Desktop environment
Installing other desktop software
Setting up Samba
Wireless network
Installing apache, php and mysql turned out to be very easy. Just a few commands to enter:

# apt-get install apache
# apt-get install php4
# apt-get install mysql-server-4.1

That was all. I tested out a few things and things worked perfectly.

Time for some advanced features:

Install GDlib

# apt-get install php4-gd

Install MySQL support:

# apt-get install php4-mysql



Last Updated ( Sunday, 30 April 2006 )
 
< Prev