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,

Chad

 


From: Chad Arimura [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 3:48 PM
To: [EMAIL PROTECTED]
Subject: Turning off modperl in specific directories

 

 

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,

Chad Arimura

AllDorm Inc.

Reply via email to