Re: Apache::Test too late for PerlSwitches

2005-07-11 Thread Geoffrey Young
> Turns out it was documented, but not as "extra.last.conf.in" but rather > as anything that matches "/\.last\.(conf|pl).in$/". But regardless, here > is a patch that tries to make things a little clearer. applied, thanks! --Geoff

Re: Apache::Test too late for PerlSwitches

2005-07-11 Thread Michael Peters
Geoffrey Young wrote: >Maybe there should be a word of warning added to the Testing document >for similar cases (unless I overread it of course ;-) >>> >>> >>>probably. patches welcome :) >> >> >>Along this lines, I was going to prepare a patch to make this a clearer >>but I couldn't fin

Re: Apache::Test too late for PerlSwitches

2005-07-11 Thread Geoffrey Young
Maybe there should be a word of warning added to the Testing document for similar cases (unless I overread it of course ;-) >> >> >>probably. patches welcome :) > > > Along this lines, I was going to prepare a patch to make this a clearer > but I couldn't find where extra.last.conf.in w

Re: Apache::Test too late for PerlSwitches

2005-07-11 Thread Michael Peters
Geoffrey Young wrote: > > Michael Peters wrote: > >>Thomas Nagel wrote: >> >> yeah. and that directive launches the interpreter, thus the collision. as stas suggested, extra.last.conf.in is the answer in this case. >>> >>> >>>Cool && thanx, it now works as expected. >>> >>>Maybe the

Re: Apache::Test too late for PerlSwitches

2005-07-11 Thread Torsten Foertsch
On Monday 11 July 2005 16:05, Michael Peters wrote: > A list of directives that launch the interpreter would be pretty cool :) http://perl.apache.org/docs/2.0/user/handlers/server.html#When_Does_perl_Start_To_Run Torsten pgpNb668uAYlJ.pgp Description: PGP signature

Re: Apache::Test too late for PerlSwitches

2005-07-11 Thread Geoffrey Young
Michael Peters wrote: > Thomas Nagel wrote: > >>>yeah. and that directive launches the interpreter, thus the collision. >>> >>>as stas suggested, extra.last.conf.in is the answer in this case. >> >> >>Cool && thanx, it now works as expected. >> >>Maybe there should be a word of warning added to

Re: Apache::Test too late for PerlSwitches

2005-07-11 Thread Michael Peters
Thomas Nagel wrote: >>yeah. and that directive launches the interpreter, thus the collision. >> >>as stas suggested, extra.last.conf.in is the answer in this case. > > > Cool && thanx, it now works as expected. > > Maybe there should be a word of warning added to the Testing document > for simi

Re: Apache::Test too late for PerlSwitches

2005-07-11 Thread Thomas Nagel
> yeah. and that directive launches the interpreter, thus the collision. > > as stas suggested, extra.last.conf.in is the answer in this case. Cool && thanx, it now works as expected. Maybe there should be a word of warning added to the Testing document for similar cases (unless I overread it o

Re: Apache::Test too late for PerlSwitches

2005-07-11 Thread Geoffrey Young
Thomas Nagel wrote: > Hi Geoff, > > >> http://search.cpan.org/dist/Apache-SSLLookup/ > > > I use the above as a template and it worked until I did the following: > > PerlLoadModule **::::Configuration > > which works as the MyApache2/MyParameters.pm example for custom > Configura

Re: Apache::Test too late for PerlSwitches

2005-07-11 Thread Thomas Nagel
Hi Geoff, > http://search.cpan.org/dist/Apache-SSLLookup/ I use the above as a template and it worked until I did the following: PerlLoadModule **::::Configuration which works as the MyApache2/MyParameters.pm example for custom Configuration Directives at http://perl.apache.org/docs

Re: Apache::Test too late for PerlSwitches

2005-07-11 Thread Stas Bekman
Geoffrey Young wrote: waiting 60 seconds for server to start: .Syntax error on line 111 of /var/home/thomas/projects//t/conf/httpd.conf: mod_perl is already running, too late for PerlSwitches Line 110 ff reads PerlSwitches -Mlib=/var/home/thomas/projects//t and seems to

Re: Apache::Test too late for PerlSwitches

2005-07-11 Thread Geoffrey Young
> waiting 60 seconds for server to start: .Syntax error on line 111 of > /var/home/thomas/projects//t/conf/httpd.conf: > mod_perl is already running, too late for PerlSwitches > Line 110 ff reads > > > PerlSwitches -Mlib=/var/home/thomas/projects//t > > > and seems to be a