[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re: .htaccess for dummies
- Subject: Re: [cobalt-users] Re: .htaccess for dummies
- From: Phoenix <phoenix@xxxxxxxxxxxxx>
- Date: Thu May 2 00:29:47 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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