Re: Trouble getting mp2 to handle only cgi-bin/*.pl files

2004-07-07 Thread michael
Saju Pillai <[EMAIL PROTECTED]> > 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 ... > > > >Alias /perl/ "/home/srp/ap2/cgi-bin/" >PerlOptions -SetupEnv >

Trouble getting mp2 to handle only cgi-bin/*.pl files

2004-07-07 Thread Saju Pillai
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 ... Alias /perl/ "/home/srp/ap2/cgi-bin/" PerlOptions -SetupEnv