[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Restarting Apache.
- Subject: RE: [cobalt-users] Restarting Apache.
- From: "Cavan Kelly" <cavan@xxxxxxxxxxx>
- Date: Wed May 2 10:13:19 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>
> I made a change to my httpd.conf file. How do I restart Apache to read in
> the changed file?
>
/etc/rc.d/init.d/httpd restart
or, sometimes better
/etc/rc.d/init.d/httpd stop
/etc/rc.d/init.d/httpd start
Cavan Kelly