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

RE: [cobalt-users] Restarting Apache.



>
> 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