T Tadeo Member Feb 21, 2005 #1 Feb 21, 2005 #1 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
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
M mistwang LiteSpeed Staff Feb 21, 2005 #2 Feb 21, 2005 #2 If it is Linux, run following as root: Code: # chkconfig httpd off