Joshua Bernstein wrote:
> Hey All,
>
> After much hassle, I blew away my threaded MPM under Apache2 because
> mod_perl didn't seem to be accepting or processing the . (period) in my
> @INC path so that scripts called like:
>
> require "blah.cgi"
>
> were not being found in the include pat
Hey All,
After much hassle, I blew away my threaded MPM under Apache2
because mod_perl didn't seem to be accepting or processing the .
(period) in my @INC path so that scripts called like:
require "blah.cgi"
were not being found in the include path. I understand there are still
issue