reality check please...

Brian Cluff plug-discuss@lists.PLUG.phoenix.az.us
Wed, 19 Sep 2001 09:55:17 -0700 (MST)


> Actually rename the log and hup the apache server and it will make and start
> using the new log

actually send httpd a USR1 rather than a hup. There is a slight
difference.  A HUP will tell the server to immedialty stop and reload its
config and reopen its log files while dropping the connection that anyone
might have to your web server.  A USR1 on the otherhand will do the same
thing, but let any server processes with an open connection finish what
they are doing before those processes do that same thing.

Brian Cluff