Eamon Daly wrote:
> 1. Problem Description:
>
> If I declare a section in httpd.conf, then define
> a virtual host with "PerlOptions +Parent", httpd dies with
> a segfault on subsequent PerlRequires. This works in 2.0.1.
> Here's a minimal example, tacked on to the end of the
> default httpd.conf
The docs advertise invalid information about figuring out whether we are
running under mp2 or mp1:
use mod_perl;
use constant MP2 => ($mod_perl::VERSION >= 1.99);
that will always fail, since mp2 now lives in mod_perl2.pm.
I didn't check everywhere, but at least these docs need to be correct
Hi,
[...]
> > - Module A uses symbols exported by Module B
> > - Module A is located before than B in %INC when iterating.
> > - Module A and B have changed and A uses new symbols exported by
> > B
> >
> > When that happens we got an error when Apache::Reload tries