Re: Accessing Apache master process pid

2002-03-26 Thread Jon Jensen
On Wed, 20 Mar 2002, Geoffrey Young wrote: > > > Jon Jensen wrote: > > > > > > > > Within mod_perl, I would like to know the pid of the master Apache daemon, > > well, here's one other way: > > > $Apache::Server::SaveConfig = 1; > $PidFile = 'logs/httpd.pid'; > > > PerlInitHandler 'sub {

Re: Accessing Apache master process pid

2002-03-20 Thread Geoffrey Young
Jon Jensen wrote: > > On Wed, 20 Mar 2002, Stas Bekman wrote: > > > Jon Jensen wrote: > > > > > > Within mod_perl, I would like to know the pid of the master Apache daemon, > > > > perldoc -f getppid > > Thanks, Stas. I should've found that. I'm still interested in getting the > PidFile setting

Re: Accessing Apache master process pid

2002-03-19 Thread Jon Jensen
On Wed, 20 Mar 2002, Stas Bekman wrote: > Jon Jensen wrote: > > > > Within mod_perl, I would like to know the pid of the master Apache daemon, > > perldoc -f getppid Thanks, Stas. I should've found that. I'm still interested in getting the PidFile setting at runtime, but can live without it i

Re: Accessing Apache master process pid

2002-03-19 Thread Stas Bekman
Jon Jensen wrote: > Forgive me if this is really elementary. > > Within mod_perl, I would like to know the pid of the master Apache daemon, perldoc -f getppid _ Stas Bekman JAm_pH -- Just Another mod_perl Ha