|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Accessing Perl Modules Through .htaccessby monkfan (Curate) |
| on Apr 10, 2007 at 02:30 UTC ( #609060=perlquestion: print w/ replies, xml ) | Need Help?? |
|
monkfan has asked for the
wisdom of the Perl Monks concerning the following question:
Most revered monks,
I have the following simple Perl script (called "hellom.cgi"): Which is stored under: /usr/local/apache/htdocs/Test/cgi-bin And the actual website can be accessed here. It gives error message like this: As you can see from that link it shows that it can't locate Acme::Spork at the shown path there - although the path stated above (the one under /home) is already consistent with my htaccess path below: The .htaccess is located here: /usr/local/apache/htdocs/Test. Moreover checking the location of the module it consistently shows the correct path: My question is why my Apache can't locate the location given my correct .htaccess path? Thus my script won't work? Update: Problem solved. Thanks to ikegami!. Regards, Edward
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||