|
webizen, in response to your instructions, below are the results. How do I prevent httpd from restarting when i restart lswsctrl?
[root@node1 fcgi-bin]# /usr/local/lsws/bin/lswsctrl restart
[OK] Send SIGUSR1 to 490421
[root@node1 fcgi-bin]# service httpd status
httpd (pid 492552) is running...
[root@node1 fcgi-bin]# service httpd stop
Stopping httpd: [ OK ]
[root@node1 fcgi-bin]# /usr/local/lsws/bin/lswsctrl restart
[OK] Send SIGUSR1 to 492551
[root@node1 fcgi-bin]# ps -ef| grep litespeed
root 492551 1 0 00:50 ? 00:00:00 litespeed (lshttpd)
apache 492554 492551 0 00:50 ? 00:00:00 litespeed (lshttpd)
root 492646 1 2 00:51 ? 00:00:00 litespeed (lshttpd)
apache 492648 492646 0 00:51 ? 00:00:00 litespeed (lshttpd)
apache 492649 492646 0 00:51 ? 00:00:00 litespeed (lshttpd)
root 492695 218474 0 00:51 pts/0 00:00:00 grep litespeed
[root@node1 fcgi-bin]# ps -ef| grep httpd
root 73478 1 0 Jan01 ? 00:00:01 /home/interworx/bin/iworx-web -f /home/interworx/etc/httpd/httpd.conf -DSSL
249 182498 73478 0 Jan03 ? 00:00:00 /home/interworx/bin/iworx-web -f /home/interworx/etc/httpd/httpd.conf -DSSL
249 194344 73478 0 Jan03 ? 00:00:00 /home/interworx/bin/iworx-web -f /home/interworx/etc/httpd/httpd.conf -DSSL
root 492646 1 1 00:51 ? 00:00:00 litespeed (lshttpd)
root 492647 492646 0 00:51 ? 00:00:00 httpd (lscgid)
apache 492648 492646 0 00:51 ? 00:00:00 litespeed (lshttpd)
apache 492649 492646 0 00:51 ? 00:00:00 litespeed (lshttpd)
root 492709 218474 0 00:51 pts/0 00:00:00 grep httpd
[root@node1 fcgi-bin]#
|