--On Tuesday, July 16, 2002 06:44:10 -0400 Eric Frazier <[EMAIL PROTECTED]> wrote:
> Hi, > > It happens with the printenv script also. Again, I did this to myself > before, but I can't remember how I fixed it. It was something very > simple. > > Thanks, Seems like <Location /perl> will happily match urls such as /perlrun. Maybe you want to add trailing slashes to your Location and Alias directives. > Eric > > My http.conf perl stuff > ===================================== > > # mod_perl config > > PerlRequire /usr/local/apache/conf/Start.pl > PerlFreshRestart On > PerlInitHandler Apache::StatINC > PerlSetVar StatINC_UndefOnReload On > Alias /perl /usr/local/apache/perl > > PerlWarn On > > PerlModule Apache::Registry > <Location /perl> > PerlHandler Apache::Registry::handler > SetHandler perl-script > PerlHandler Apache::Registry > PerlSendHeader On > Options +ExecCGI > </Location> > > Alias /perlrun /usr/local/apache/PerlRun > > <Location /perlrun> > > SetHandler perl-script > PerlHandler Apache::PerlRun > PerlSendHeader On > Options +ExecCGI > </Location> > > > http://www.kwinternet.com/eric > (250) 655 - 9513 (PST Time Zone) > > "Inquiry is fatal to certainty." -- Will Durant > > > -- Eric Cholet