-- 
Mod_PERL pulls up the first page of my cgi, but every time I try to 
navigate around using form action buttons (get method) it pulls up 
the original perl code for the cgi in the browser, as if ExecCGI was 
not turned on, but it is!

I have configured httpd.conf for Mod_PERL, as follows:
  Alias /cgi-bin /Library/WebServer/cgi-bin
     PerlModule Apache::Registry
   <Directory /cgi-bin>
     SetHandler perl-script
     PerlHandler Apache::Registry
     Options ExecCGI
     Allow from all
     PerlSendHeader On
   </Directory>

If anyone else has had this problem or could suggest a solution (or 
additional documentation) I appreciate it.

Brett

Reply via email to