Re: Problems Getting Mod Perl To Work on Windows

2005-10-06 Thread Kenny Gatdula
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

Re: Problems Getting Mod Perl To Work on Windows

2005-10-04 Thread Frank Wiles
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

Re: Problems Getting Mod Perl To Work on Windows

2005-10-04 Thread Troy Bull
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

Re: Problems Getting Mod Perl To Work on Windows

2005-10-04 Thread Frank Wiles
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

Re: Problems Getting Mod Perl To Work on Windows

2005-10-04 Thread Randy Kobes
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

Re: Problems Getting Mod Perl To Work on Windows

2005-10-04 Thread Troy Bull
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 -

Re: Problems Getting Mod Perl To Work on Windows

2005-10-04 Thread Tom Schindl
-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

Problems Getting Mod Perl To Work on Windows

2005-10-04 Thread Troy Bull
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