[PLUG] Centos 4.6 apache and perl scripts...

drew wymore drew.wymore at gmail.com
Mon Aug 23 12:03:51 UTC 2010


On Mon, Aug 23, 2010 at 4:13 AM, Someone <plug_1 at robinson-west.com> wrote:
> <Directory ~/public_html>
>    setHandler perl-script
>    PerlResponseHandler ModPerl::Registry
>    PerlOptions +ParseHeaders
>    Options +ExecCGI
>    Order allow,deny
>    Allow from all
> </Directory>
>
> Any thoughts on why adding the above to perl.conf doesn't work?
> I'm thinking ~/public_html will match the public_html directory
> under any user.
>
> I'm still getting Error 403, Forbidden.
>
> _______________________________________________
> PLUG mailing list
> PLUG at lists.pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug
>

No idea. I've never run perl scripts in any directory other than
cgi-bin and is the script owned by the at least owned by the apache
user or group? That would cause perm denied methinks or if it's not
chmodded correctly.

Drew-



More information about the PLUG mailing list