cgi and mod_perl config question

2001-07-09 Thread Wayne Earl
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

Re: cgi and mod_perl config question

2001-07-09 Thread Stas Bekman
On Mon, 9 Jul 2001, Wayne Earl wrote: 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