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

Re: [cobalt-users] Re: .htaccess for dummies



Dan Kriwitsky wrote:
> 
> >
> > 7) Rebbot the server - typing 'httpd restart' is not enough
> >
> 
> That should not be necessary.
> /etc/rc.d/init.d/httpd reload or at worst
> /etc/rc.d/init.d/httpd restart should do it.

I use
	kill -HUP `cat /var/run/httpd.pid`

(kill -USR1 is what httpd reload actually does) re the Apache docs at
http://httpd.apache.org/docs/stopping.html which gives some useful information
about tailing the error log so you can see if there are problems when httpd
restarts.

Laura