Re: apache2 or mod_perl2 oddball error
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jun 17, 2011 at 12:34 PM, William Bulley <[email protected]> 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