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,
 
 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 




Reply via email to