Re: [mp2] working directory of scripts

2005-01-15 Thread Geoff Mishkin
Thanks a lot for the advice, everyone. This seems to be working for me; I'm just having another error about not being able to load some other library (Apache::Request), but I think I'll be able to figure it out. Just to clarify what I said earlier, my DocumentRoot is not /, but the working direct

Re: [mp2] working directory of scripts

2005-01-15 Thread Torsten Foertsch
On Saturday 15 January 2005 17:08, Geoff Mishkin wrote: > I've got mod_perl (version 1.99.11) all up and running on Apache (version > 2.0.52), but the working directory of my scripts is always set to / when > mod_perl runs them, instead of being the directory the script is in. This http://perl.apa

Re: [mp2] working directory of scripts

2005-01-15 Thread Markus Wichitill
Geoff Mishkin wrote: I've got mod_perl (version 1.99.11) all up and running on Apache (version 2.0.52), but the working directory of my scripts is always set to / when mod_perl runs them, instead of being the directory the script is in. If you happen to use a threaded MPM, you can't use a working

Re: [mp2] working directory of scripts

2005-01-15 Thread ___cliff rayman___
Geoff Mishkin wrote: I've got mod_perl (version 1.99.11) all up and running on Apache (version 2.0.52), but the working directory of my scripts is always set to / when use lib qw(.); # that's a period in between the parens. -- [EMAIL PROTECTED]

Re: [mp2] working directory of scripts

2005-01-15 Thread Sean Davis
- Original Message - From: "Geoff Mishkin" <[EMAIL PROTECTED]> To: Sent: Saturday, January 15, 2005 12:26 PM Subject: Re: [mp2] working directory of scripts Hi Sean, thanks for the reply. However, my problem is that the working directory is set to the root of my fil

Re: [mp2] working directory of scripts

2005-01-15 Thread Geoff Mishkin
; > Check here for more details. > > http://httpd.apache.org/docs-2.0/urlmapping.html > > Sean > > - Original Message - > From: "Geoff Mishkin" <[EMAIL PROTECTED]> > To: > Sent: Saturday, January 15, 2005 11:08 AM > Subject: [mp2] working directory o

Re: [mp2] working directory of scripts

2005-01-15 Thread Sean Davis
- From: "Geoff Mishkin" <[EMAIL PROTECTED]> To: Sent: Saturday, January 15, 2005 11:08 AM Subject: [mp2] working directory of scripts I've got mod_perl (version 1.99.11) all up and running on Apache (version 2.0.52), but the working directory of my scripts is always set to / wh

[mp2] working directory of scripts

2005-01-15 Thread Geoff Mishkin
I've got mod_perl (version 1.99.11) all up and running on Apache (version 2.0.52), but the working directory of my scripts is always set to / when mod_perl runs them, instead of being the directory the script is in. This wreaks havoc if the scripts are using relative pathnames. I was able to solve