[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion User Administration Concern

From: Thom May <thom_at_planetarytramp.net>
Date: 2003-05-22 21:07:07 CEST

* Paul L Lussier (pll@lanminds.com) wrote :
> In a message dated: Thu, 22 May 2003 19:54:09 +0200
> "Sander Striker" said:
>
> >> Anyone trying to access the web server during that window will get
> >> an error, but they just need to 'try again'.
> >
> >Not if you do a graceful restart.
>
> Define 'graceful restart'.
>
apachectl graceful
(or send a SIGUSR1 to the parent process).
This means that any children still serving responses will continue to do so
until the end of that request, but any new children will have the new
config.
-T

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 22 21:08:27 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.