PDA

View Full Version : Disabling Apache


Tadeo
02-21-2005, 08:20 AM
Now that I have LSWS up and running, I would like to stop HTTPD (Apache 1.3) from starting at boot time. Any suggestion on how I can do so?


Thanks in advance,

Thad

mistwang
02-21-2005, 09:52 AM
If it is Linux, run following as root:

# chkconfig httpd off

Tadeo
02-21-2005, 11:20 AM
Awesome!

Thanks :)