Hi, I'm setting up mod_perl and have run into a problem. I believe it has more to do with Apache mapping URIs to the filesystem but when I attempt to access the directory I specified for mod_perl, I get a 403 Forbidden error. I've set the document root to that directory and used the following alias for mod_perl
Alias /perl/ /home/homedir/www/ PerlModule Apache::Registry <Location /perl/> SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI PerlSendHeader On Allow from all </Location>
I've also set the permissions of the www dir to 700 and even tried 755. Any idea what I could have wrong? I couldn't find anything in the docs. Thanks.
In reply to mod_perl setup problems by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |