Morbus Iff wrote: > >> Ahhh. Ok. What's this $SIG{'USR2'} thingy. What's that do? > > has changed. Am I supposed to do some checking against the file -M time > myself, and then send a USR2 signal myself? > yes. this method assumes that the administrator of apache has made a change to a file and now wants to reload it. this is how some unix services work such as named and inetd. you modify the config files and send a kill -HUP to the daemon. in this case you would do: kill -USR2 `cat /path/to/apache/logs/httpd.pid` -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/
- Re: mod_perl and 700k files... Morbus Iff
- Re: mod_perl and 700k files... G.W. Haywood
- Re: mod_perl and 700k files... Ken Y. Clark
- Re: mod_perl and 700k files... Perrin Harkins
- Re: mod_perl and 700k files... Morbus Iff
- Re: mod_perl and 700k files..... Ken Y. Clark
- Re: mod_perl and 700k files..... Morbus Iff
- Re: mod_perl and 700k files..... Dave Hodgkinson
- Re:mod_perl and 700k files... Mike Miller
- Re: mod_perl and 700k files..... Perrin Harkins
- RE: mod_perl and 700k files... ___cliff rayman___
- RE: mod_perl and 700k files... Rob Bloodgood
- Re: mod_perl and 700k files... Tim Tompkins
- Re: mod_perl and 700k files... Stas Bekman
- Re: mod_perl and 700k files... Morbus Iff
- Re: mod_perl and 700k files..... G.W. Haywood
- Re: mod_perl and 700k files..... Morbus Iff
- Re: mod_perl and 700k files..... G.W. Haywood
- Re: mod_perl and 700k files..... Morbus Iff
- Re: mod_perl and 700k files... Ask Bjoern Hansen
- Re: mod_perl and 700k files... Matt Sergeant