On Fri, Aug 18, 2006 at 08:00:57PM -0400, Christopher D. Palmer wrote: > From: "Frederic Motte" <[EMAIL PROTECTED]> > Sent: Friday, August 18, 2006 8:42 AM > > 'apachectl restart' works fine in chroot environment for me using 3.9 > STABLE. Might your problem be: > > From apachectl(8) for restart command > > "... If httpd runs chrooted (default in OpenBSD) and 3rd party modules are > loaded, restart may fail due to path consistency. Completely stop and > start the daemon instead."
That's the point ! With 3rd party modules, Apache systematicaly die and you have to retart it again. Then Apache was down for longer than it should, you may not pay attention to it and it is unusable in scripts (for example in monitoring scripts). Ok, you sould customise your Apache installation and fix it, but still.. By the way, `apachectl restart` do a config test to "make sure apache doesn't die", so why not making sure Apache can restart without dying for another predictable reason ? Kind regards -- Frederic Motte <[EMAIL PROTECTED]>

