Re: PerlSwitches -I

2009-09-06 Thread André Warnier
with ALMOST the same software with a package named X:Y, but a little bit modified. So, in those virtual hosts i also need PerlModule X:Y The problem is that mod_perl cannot find X:Y until i specify PerlSwitches -I/host1/dir But this works globally and cannot be specified per virtual host. I am stuck

Re: PerlSwitches -I

2009-09-06 Thread Foo JH
find X:Y until i specify PerlSwitches -I/host1/dir But this works globally and cannot be specified per virtual host. I am stuck here, but i need this personalizaed for each virtual host. Any workaround? Regards, Artem

PerlSwitches -I

2009-09-04 Thread Artem Kuchin
named X:Y, but a little bit modified. So, in those virtual hosts i also need PerlModule X:Y The problem is that mod_perl cannot find X:Y until i specify PerlSwitches -I/host1/dir But this works globally and cannot be specified per virtual host. I am stuck here, but i need this personalizaed

Re: PerlSwitches -I

2009-09-04 Thread Adam Prime
software with a package named X:Y, but a little bit modified. So, in those virtual hosts i also need PerlModule X:Y The problem is that mod_perl cannot find X:Y until i specify PerlSwitches -I/host1/dir But this works globally and cannot be specified per virtual host. I am stuck here, but i need

Re: [mp2] PerlSwitches -I not working?

2004-10-18 Thread Stas Bekman
Colin Wetherbee wrote: Stas Bekman said: Was the request made to that vhost. I'm sure it works if you move it out of the virtualhost container. Indeed, PerlSwitches -I works outside the vhost container. Could cause all sorts of conflicts among vhosts that aren't aware of each other that way

Re: [mp2] PerlSwitches -I not working?

2004-10-17 Thread Stas Bekman
Colin Wetherbee wrote: Greetings. Following reading Stas's last email to Scot, I poked around on the configuration directives page and saw that PerlSwitches -I/foo is a convenient replacement for 'use lib'. I removed 'use lib' from a script and put the following in my virtual host section

[mp2] PerlSwitches -I not working?

2004-10-16 Thread Colin Wetherbee
Greetings. Following reading Stas's last email to Scot, I poked around on the configuration directives page and saw that PerlSwitches -I/foo is a convenient replacement for 'use lib'. I removed 'use lib' from a script and put the following in my virtual host section: PerlSwitches -I/var/www