Hi,
I'm running Apache 2 with mod perl, and every time a create a new
directory for perl software I have to add an entry into the
startup.perl file. The reason why is when I web to the new directory I
always get path not found in INC.
For Example
Webbing to
www.testdomain.com has a base path of /www/domains/
testdomain. Therefor I put the base path into the startup.perl file.
If however I add another directory
www.testdomain.com/newdir that has
the path /www/domains/testdomain/newdir, I must also add this path to
the startup.perl file.
It seems to me that apache/mod_perl does not have it's current path
"." as part of it's include list.
Is there a better way to do this?
Thanks,
Blaine