RE: Installing mod_perl on Windows 7

2011-11-30 Thread Desilets, Alain
Oups... pressed the wrong key and sent it before I was done. I guess the documentation on this page is not accurate then: http://perl.apache.org/docs/1.0/guide/install.html#Testing_via_CGI_script because I'm definitely NOT seeing GATEWAY_INTERFACE=CGI-Perl/1.1 (it's CGI/1.1). Thanks a million!

RE: Installing mod_perl on Windows 7

2011-11-30 Thread Desilets, Alain
> But try this : > At the beginning of your script, add these lines : > > use Apache::RequestRec; > > my $r=shift; > print "Hostname : ",$r->hostname,"\n"; > > if you don't get an error, and you see the line in the output, then for sure > you /are/ > running under mod_perl. I did this and it g

Re: Installing mod_perl on Windows 7

2011-11-29 Thread André Warnier
C:/wamp/www HTTP_HOST: localhost MOD_PERL: mod_perl/2.0.4 -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, November 29, 2011 3:25 PM To: mod_perl list Subject: Re: Installing mod_perl on Windows 7 Desilets, Alain wrote: OK, so I uninsta

Re: Installing mod_perl on Windows 7

2011-11-29 Thread gAzZaLi
/www HTTP_HOST: localhost MOD_PERL: mod_perl/2.0.4 -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, November 29, 2011 3:25 PM To: mod_perl list Subject: Re: Installing mod_perl on Windows 7 Desilets, Alain wrote: OK, so I uninstalled Apache 64 b

RE: Installing mod_perl on Windows 7

2011-11-29 Thread Desilets, Alain
25 PM To: mod_perl list Subject: Re: Installing mod_perl on Windows 7 Desilets, Alain wrote: > OK, so I uninstalled Apache 64 bits, and installed Apache 32 bits instead. > > Now, Apache starts correctly with the following two lines in httpd.conf > > > LoadFi

Re: Installing mod_perl on Windows 7

2011-11-29 Thread André Warnier
it sees a shell script, it will call the shell to run it, instead of itself). Make sure that you read the caveats of running scripts under mod_perl (persistence e.g.). Thx. Alain Désilets -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, November 29

RE: Installing mod_perl on Windows 7

2011-11-29 Thread Desilets, Alain
talling mod_perl for windows, and I can't find any additional step beyond the ones I have taken so far. Any suggestions you have will be greatly appreciated. Thx. Alain Désilets -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, November 29, 2011 10:48

RE: Installing mod_perl on Windows 7

2011-11-29 Thread Desilets, Alain
: mod_perl list Subject: Re: Installing mod_perl on Windows 7 Desilets, Alain wrote: > Hi folks, > > This is my first post on this list. > > I am trying to install mod_perl on Windows 7, and am running into some > problems. > > Here's what I did. > > First, I ra

Re: Installing mod_perl on Windows 7

2011-11-29 Thread André Warnier
Desilets, Alain wrote: Hi folks, This is my first post on this list. I am trying to install mod_perl on Windows 7, and am running into some problems. Here's what I did. First, I ran the following commands to get the mod_perl package and install it: ppm rep add http://cpan.uw

Installing mod_perl on Windows 7

2011-11-29 Thread Desilets, Alain
Hi folks, This is my first post on this list. I am trying to install mod_perl on Windows 7, and am running into some problems. Here's what I did. First, I ran the following commands to get the mod_perl package and install it: ppm rep add http://cpan.uwinnipeg.ca/PPMPackages/12