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