notion of current directory

2006-01-20 Thread Jim Gottlieb
Hi. I've just upgraded from mod_perl 1.27 to 2.02 as part of upgrading to Apache 2. The main problem I'm having with our mod_perl script is its notion of the current directory as it relates to finding add-on modules. We call the script as http://dom.ain/perl-bin/subdir/scriptname and we have the

Re: notion of current directory

2006-01-20 Thread Jim Gottlieb
On 2006-01-20 at 17:59, Philippe M. Chiasson ([EMAIL PROTECTED]) wrote: > the current working directory isn't a thread-safe property, and since > apache-2.0 > can now be threaded, mod_perl-2.x takes the safe path and doesn't change > directory > for you. That makes sense. > ModPerl::RegistryP