[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Restart Apache
- Subject: Re: [cobalt-users] Restart Apache
- From: "manitu" <manitu@xxxxxxxxxx>
- Date: Thu Jan 6 07:05:15 2000
Hello Fathi,
telnet into your server as root and execute
/etc/rc.d/init.d/httpd.init stop
/etc/rc.d/init.d/httpd.init start
or in order to only reload the configuration
/etc/rc.d/init.d/httpd.init reload
Manuel