How to kill and restart HTTP service on a Cobalt RAQ web server.

Ya need to be logged in as root. At the command prompt, type:

tail /var/run/httpd.pid

It’ll return the process ID, eg. 2739. Then type:

kill -HUP 2739

HTTP should come right back up.

 

Comments are closed.