Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl setup problems
by bobn (Chaplain) on Aug 02, 2003 at 06:25 UTC | |
|
Re: mod_perl setup problems
by CountZero (Bishop) on Aug 02, 2003 at 07:47 UTC | |
|
Re: mod_perl setup problems
by chunlou (Curate) on Aug 02, 2003 at 07:41 UTC | |
|
Re: mod_perl setup problems
by Anonymous Monk on Aug 02, 2003 at 07:13 UTC | |
by chanio (Priest) on Aug 02, 2003 at 16:23 UTC | |
|
Re: mod_perl setup problems
by BUU (Prior) on Aug 02, 2003 at 05:47 UTC | |
by Anonymous Monk on Aug 02, 2003 at 06:49 UTC | |
by bobn (Chaplain) on Aug 02, 2003 at 06:54 UTC | |
by Anonymous Monk on Aug 02, 2003 at 07:02 UTC |