Re: Apache2 CWD Non-threaded MPM

2002-07-30 Thread Stas Bekman
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

Apache2 CWD Non-threaded MPM

2002-07-30 Thread Joshua Bernstein
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