instead of "Location", use "Files"
Alias /test/ C:/apache2/htdocs/
<FILES ~ "\.pl$">
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options +ExecCGI
</FILES>Hope this is the solution, or what you're looking for,
regards,
Patrick
js wrote:
I have apache2 and mod_perl2 setup and running without any problems with .PL files.
In apache2 I have my test directory setup like the following:
Alias /test/ C:/apache2/htdocs/ <Location /test/> SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders Options +ExecCGI </Location>
How do I stop .HTML files from being interpreted?
JS
-- ---------------------- Patrick Galbraith Senior Software Developer [EMAIL PROTECTED] [EMAIL PROTECTED] 206.719.2461
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html
