Re: after install mod_perl, still can not work well

2002-12-13 Thread Colin Watson
On Sat, Dec 14, 2002 at 02:46:39AM -0700, eric lin wrote: > I download mod_perl 1.27 and install it also at my /etc/apache/httpd > add a line > LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so Since that makes absolutely no difference to CGI scripts, and people told you so, I'm hardly su

after install mod_perl, still can not work well

2002-12-13 Thread eric lin
Dear experienced webmaster or linuxer: I download mod_perl 1.27 and install it also at my /etc/apache/httpd add a line LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so with my simple script /usr/lib/cgi-bin/entrance.cgi #!/usr/bin/perl-wT use strict; use CGI ':standard'; use CGI qw