Tuesday, May 19, 2009

Apache

to install apache type

sudo apt-get install apache2


to start the service type

sudo /etc/init.d/apache2 start

to stop the service type

sudo /etc/init.d/apache2 stop


No comments:

Post a Comment