Re: PerlLoadModule vs. Apache::Test
[prev]
[thread]
[next]
[Date index for 2004/12/12]
Torsten Foertsch wrote:
> Hi,
>
> Apache::Test generates the following httpd.conf:
>
> ...
> Include "/home/r2/work/Apache-ClickPath/t/conf/my.conf"
>
> ...
>
> <IfModule mod_perl.c>
> PerlSwitches -Mlib=/home/r2/work/Apache-ClickPath/t
> </IfModule>
> ...
>
> If my.conf.in or extra.conf.in contain a PerlLoadModule directive I get
> "mod_perl is already running, too late for PerlSwitches"
>
> What can I do to change that order? Is there a reason for that particular
> order?
use extra.last.conf.in instead.
HTH
--Geoff
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html
 |
 |
Re: PerlLoadModule vs. Apache::Test
Geoffrey Young 18:32 on 12 Dec 2004
|