A client's webserver appears to have both mod_perl and cgi configured for
a single machine. The httpd.conf file contains the following:

<Files *.cgi>
SetHandler perl-script
PerlHandler Apache::Registry
Options ExecCGI
</Files>

A little later in the file, this is found:

AddHandler cgi-script .cgi

Is the handler first defined used (mod_perl), or is mod_perl ignored,
running the script as a standard cgi? Commenting out the cgi-script
handler seems to have no effect, both in apache footprint or webserver
performance, so I suspect that mod_perl is being used here.

Am I correct in assuming this?

This machine is running apache 1.3.20, with mod_perl 1.25 compiled
statically (not a DSO).
-- 
Wayne Earl <[EMAIL PROTECTED]>
gpg key fingerprint: 3CE4 0558 635E DADB 327C 73AB 11CA 9A6B B209 E8C5

Reply via email to