[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Restart Apache



If you just want to restart the Apache Webserver process and not the 
entire server, you can try:

kill -1 `cat /var/run/httpd.pid`

Note that it is not a quote mark after the -1 and at the end of the 
command. They are tildes. "restart" will take down the whole server 
and... well... restart it.

-Kar-

>Hello,
>
>How can I restart the Apache Webserver?
>
>Thanks,
>Fathi
>
>
>
>_______________________________________________
>cobalt-users mailing list
>cobalt-users@xxxxxxxxxxxxxxx
>http://list.cobalt.com/mailman/listinfo/cobalt-users
>