On 10/12/06, Mark Carlson <[EMAIL PROTECTED]> wrote: > On 10/12/06, Hendrik Schaink <[EMAIL PROTECTED]> wrote: > > Shawn, instead of reminding to perform a manual restart, you could add > > the restart line to this script like a Sysv-init script line. Just > > replace the line > > > > echo "\nRemember to restart the Apache services to make this VHost > > available" > > > > with > > > > /etc/init.d/apache2 restart > > Well, you might want to test the configuration with `apachectl > configtest` first, and you may also want to use `apachectl graceful` > so that currently open connections are not lost... but to each their > own. > > Also, my system (FC4) doesn't seem to have a sysv init script for > apache for some reason (maybe it just isn't installed...) >
Yeah that's just Redhat. You use 'service httpd restart' instead. -- Mark Lane, CET <[EMAIL PROTECTED]> _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

