Sorry…. 2 hours of messing around, I
decide to email the list, and 3 minutes later I figure out the problem. PerlHandler Apache::PerlRun If anybody has anything to add, please
do. But it works now. Cheers, From: Chad Arimura
[mailto:[EMAIL PROTECTED] I setup our server to handle requests through mod_perl with
the following directive: <Directory "/var/www/main"> Options FollowSymLinks ExecCGI Order allow,deny Allow from all <FilesMatch
"\.(cgi|pl)$"> SetHandler
perl-script PerlHandler
Apache::Registry </FilesMatch>
</Directory> There is a subdirectory underneath there that I do NOT want
mod_perl to handle… specifically: <Directory “/var/www/main/sub”>
Turn off here… </Directory> Is there something that I can use in there to handle the
scripts through reg. CGI? Our setup is as follows:
SERVER_SOFTWARE Apache/1.3.27 (Unix) (Red-Hat/Linux)
mod_python/2.7.8 Python/1.5.2 mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3
mod_perl/1.26 mod_throttle/3.1.2 Thanks, AllDorm Inc. |
- Turning off modperl in specific directories Chad Arimura
- Re: Turning off modperl in specific directories Chad Arimura
- Re: Turning off modperl in specific directories Stas Bekman
- Re: Turning off modperl in specific directories Jozef Kosoru
- Re: Turning off modperl in specific directories Stas Bekman
- RE: Turning off modperl in specific directories Chad Arimura
- Re: Turning off modperl in specific directories Stas Bekman
- Re: Turning off modperl in specific directories Tom Schindl
- Re: Turning off modperl in specific directories Drew Taylor
- Re: Turning off modperl in specific directories Tom Schindl