removing lightspeed and using apache again

#1
hello,

i have removed lightspeed from my server. and i can't start my httpd service back.

using directadmin and centos.

Code:
[root@dns directadmin]# service httpd start
[root@dns directadmin]# httpd: unrecognized service
-bash: httpd:: command not found
[root@dns directadmin]# ps -aux | grep httpd
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.3/FAQ
root      3903  0.0  0.0  5548  672 pts/0    R+   04:27   0:00 grep httpd
[root@dns directadmin]#
any advice?
 

mistwang

LiteSpeed Staff
#2
Are you let LSWS override Apache httpd binary?
You may need to restore the original Apache httpd

mv httpd_ls_bak httpd

under httpd/bin directory where Apache was installed.to.
 
Top