PDA

View Full Version : Disabling Apache


Tadeo
02-21-2005, 09: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, 10:52 AM
If it is Linux, run following as root:

# chkconfig httpd off

Tadeo
02-21-2005, 12:20 PM
Awesome!

Thanks :)