Re: [users@httpd] adding virtual hosts without restarting ??

2005-05-12 Thread Noah
On Wed, May 11, 2005 at 04:48:56PM +0100, ed elliott wrote: > Hi, > > If I add a virtual host to apache, is there any way that I can get it to work > without restarting apache? > > What do ISP's do when they create a new domain - surely they dont restart > apache and cause all the other domai

RE: [users@httpd] adding virtual hosts without restarting ??

2005-05-12 Thread Boyle Owen
> -Original Message- > From: Josh Cheney [mailto:[EMAIL PROTECTED] > > I have found that an 'apachectl restart' is not enough for some reason > when adding a new SSL VHost, but rather you need to stop then > startssl. A graceful sends a SIGUSR1 to the parent apache process, causing it to

Re: [users@httpd] adding virtual hosts without restarting ??

2005-05-12 Thread Dick Davies
* Josh Cheney <[EMAIL PROTECTED]> [0540 12:40]: > I have found that an 'apachectl restart' is not enough for some reason > when adding a new SSL VHost, but rather you need to stop then startssl. > > Just as a side note. Sounds like a problem with apachectl not picking up '-DSSL'. -- 'Everybody

Re: [users@httpd] adding virtual hosts without restarting ??

2005-05-12 Thread Josh Cheney
I have found that an 'apachectl restart' is not enough for some reason when adding a new SSL VHost, but rather you need to stop then startssl. Just as a side note. Boyle Owen wrote: > Plain text please... > > This will happen if there is an error in the new config. The safe sequence of > events

RE: [users@httpd] adding virtual hosts without restarting ??

2005-05-12 Thread Boyle Owen
Plain text please... This will happen if there is an error in the new config. The safe sequence of events should be: apachectl configtest if (Syntax OK) apachectl graceful else fix httpd.conf and try again Rgds, Owen Boyle Disclaimer

RE: [users@httpd] adding virtual hosts without restarting ??

2005-05-12 Thread Axel-Stéphane SMORGRAV
Load-balancing/failover   Beware of restart/graceful. Sometimes the server does not restart and dies.   -ascs From: ed elliott [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 5:49 PMTo: users@httpd.apache.orgSubject: [EMAIL PROTECTED] adding virtual hosts without restarting ?? H

RE: [users@httpd] adding virtual hosts without restarting ??

2005-05-11 Thread ed elliott
cool thanks.  I'm writing this on win32 first and then it will be linux in production (please don't ask why) so it's ok for real life but for testing is there anything similar for win32?   thanks,   "Gold, Samuel (Contractor)" <[EMAIL PROTECTED]> wrote: ./apachectl graceful -Original Messag

RE: [users@httpd] adding virtual hosts without restarting ??

2005-05-11 Thread Gold, Samuel (Contractor)
Title: Message ./apachectl graceful -Original Message-From: ed elliott [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 11:49 AMTo: users@httpd.apache.orgSubject: [EMAIL PROTECTED] adding virtual hosts without restarting ?? Hi,   If I add a virtual host to apa

[users@httpd] adding virtual hosts without restarting ??

2005-05-11 Thread ed elliott
Hi,   If I add a virtual host to apache, is there any way that I can get it to work without restarting apache?   What do ISP's do when they create a new domain - surely they dont restart apache and cause all the other domains to stop working (for a little while) ??   thanks,     ed How much free