--
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:
Al
--
I am trying to use mod_perl and a startup.pl file with cache lib
references (referenced in the httpd.conf) to speed up my cgis.
## This seems to be just a warning that something has changed. Is that right?
[Thu Aug 16 17:47:49 2001] Apache.pm: Subroutine Apache::WRITE
redefined at /Syst
--
To anyone that can help!
I have installed mod_perl 1.26 according to the instructions in the
INSTALL file.
I checked apache_xxx/src/Configuration, to see if the make had added
the following as it should have:
AddModule modules/perl/libperl.a
It was not present, so I added it mys