Hello,
(Apache 2.0.49, mod_perl 1.99_13, Perl 5.8.3)
I am having some trouble trying to get mod_perl
handle only .pl files from cgi-bin. mp2 wants to
handle all the files in cgi-bin
My relevant config is ...
<IfModule mod_alias.c>
<IfModule mod_perl.c>
Alias /perl/ "/home/srp/ap2/cgi-bin/"
PerlOptions -SetupEnv
PerlModule ModPerl::Registry
<Location /perl>
PerlSetEnv PERL5LIB
"/home/srp/perl/lib/5.8.3"
SetHandler perl-script
AddHandler perl-script .pl
PerlResponseHandler ModPerl::Registry
Options +ExecCGI
</Location>
</IfModule>
</IfModule>
Will be most grateful if someone can tell me if this
is possible and how it can be fixed.
regards
srp
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html