Doug MacEachern wrote:
> what options did you give mod_perl's Makefile.PL?  

perl Makefile.PL \
     APACHE_PREFIX=/usr/local/apache/ \
     APACHE_SRC=/usr/local/apache/src\
     DO_HTTPD=1 \
     USE_APACI=1 \
     APACI_ARGS='--enable-module=rewrite --enable-module=so
--enable-module=proxy' \
     EVERYTHING=1 \
     PERL_TRACE=1    

> how to you load
> Emusic::WhiteList?
> 
> PerlModule Emusic::WhiteList
> before WhiteListAllow should work.
> if not, try this in httpd.conf:

Aha! I think I've found the problem.

I have all my mod_perl configuration options <Include>ed from a seperate
mod_perl.conf file.

When I put the PerlModule in the main httpd.conf, it works. I'm guessing
that Apache needs to have all of its configuration structures loaded
before it starts parsing external configuration files?

This is fine for the time being, but it would be nice if I could keep
all of the mod_perl configuration options together. Any chance of a
work-around?


-- 
Kevin  | "Though there are ... few restrictions on the vote nowadays ... 
Murphy | some standards are still upheld ... at last report, the votes 
       | from the entire God-forsaken state of Texas are still thrown, 
       | uncounted and burning, into the River Charles." - T.H. Zweibel

Reply via email to