On Fri, Jun 17, 2011 at 12:34 PM, William Bulley <w...@umich.edu> wrote:
>   PerlModule "Apache2::Const -compile => ':common'"
>   PerlModule "APR::Const -compile => ':common'"

That syntax used to work?  It seems unlikely.  I've never seen a
PerlModule call with options like this before.  I'd expect it to work
without the "-compile => ':common'" stuff.

This sort of thing usually goes in a startup.pl, not inside
httpd.conf.  It's easier to manage there and things don't get pulled
into surprising namespaces.

- Perrin

Reply via email to