Troy Bull wrote:
I have Apache I downloaded from apache.org. I got the ppm for mod_perl
from the binary distribution site mentioned on the apache help page. I
installed it using ppm (active state). And when I add the following line
PerlModune Apache2
My Apache wont start up. I tried to ca
On Tue, 04 Oct 2005 14:00:42 -0500
Troy Bull <[EMAIL PROTECTED]> wrote:
> I removed that line and it started up. And when I ran my test script
> at the following location
>
> /ir/test.pl
>
> (this script echos out the envronment variables) I get the following
> output It was my understanding
I removed that line and it started up. And when I ran my test script
at the following location
/ir/test.pl
(this script echos out the envronment variables) I get the following
output It was my understanding that GATEWAY_INTERFACE should say
something like CGI-Perl/1.1 is that true or am I
On Tue, 04 Oct 2005 13:23:50 -0500
Troy Bull <[EMAIL PROTECTED]> wrote:
> PerlModule Apache2
Try removing this from your config file. This shouldn't be
necessary since you are running mod_perl 2.0.1.
-
Frank Wiles <[EMAIL PROTECTED]>
http://www.wile
On Tue, 4 Oct 2005, Troy Bull wrote:
Here is a bit more info my httpd.conf where I load the mod perl :
LoadModule perl_module modules/mod_perl.so
LoadFile "C:/Perl/bin/perl58.dll"
LoadFile "c:/apache/Server/Apache2/bin/libapreq2.dll"
LoadModule apreq_module modules/mod_apreq2.so
PerlModule Ap
Here is a bit more info my httpd.conf where I load the mod perl :
LoadModule perl_module modules/mod_perl.so
LoadFile "C:/Perl/bin/perl58.dll"
LoadFile "c:/apache/Server/Apache2/bin/libapreq2.dll"
LoadModule apreq_module modules/mod_apreq2.so
PerlModule Apache2
-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Troy Bull wrote:
> I have Apache I downloaded from apache.org. I got the ppm for mod_perl
> from the binary distribution site mentioned on the apache help page. I
> installed it using ppm (active state). And when I add the following line
>
> PerlMo
I have Apache I downloaded from apache.org. I got the ppm for mod_perl
from the binary distribution site mentioned on the apache help page. I
installed it using ppm (active state). And when I add the following line
PerlModune Apache2
My Apache wont start up. I tried to carefully follow eve