Have I got mod_perl installed?

2007-02-28 Thread Beginner
Hi, I am a bit confused. If I do: telnet localhost 80 I get: HTTP/1.1 403 Forbidden Date: Wed, 28 Feb 2007 16:53:29 GMT Server: Apache/2.0.52 (Fedora) <- Note no mod_perl here Accept-Ranges: bytes Content-Length: 3931 Connection: close Content-Type: text/html; charset=UTF-8

Re: Have I got mod_perl installed?

2007-02-28 Thread Juan Jose Natera
Hi, If I do: telnet localhost 80 I get: HTTP/1.1 403 Forbidden Date: Wed, 28 Feb 2007 16:53:29 GMT Server: Apache/2.0.52 (Fedora) <- Note no mod_perl here This can be configured with the Apache directive ServerTokens, so it's not weird. [snip] Yet I have a number of m

Re: Have I got mod_perl installed?

2007-02-28 Thread Beginner
(sorry not sure if this is top or bottom post list) My thought was that my apache is: Server version: Apache/2.0.52 and my mod_perl is (according to yum): mod_perl.i3861.99_16-3 installed >From what I've read this shouldn't work. On 28 Feb 2007 at 9:51, Juan Jose Natera wr

Detecting Unused Variables

2007-02-28 Thread Tyler Bird
I was wondering if there was some way I could run a script and have it detect all unused variables for me? Anyone got an answer hopefully with out using and add on module? I was also running how I could run time check all my modules. Tyler

Re: Have I got mod_perl installed?

2007-02-28 Thread Juan Jose Natera
I was trying `perl -MCPAN -e 'install SOAP::Apache'. That actually tries to install SOAP::Lite t/06-modules...NOK 15# Failed test 15 in t/06-modules.t at line 24 fail #14 # t/06-modules.t line 24 is: $@ =~ /(Can\'t locate)|(XML::Parser::Lite requires)|(this is only version)|(load mo

Re: Have I got mod_perl installed?

2007-02-28 Thread Jordan McLain
I had the same problem with 0.69... I just used 0.66 instead: http://sourceforge.net/project/downloading.php?groupname=soaplite&filename=SOAP-Lite-0.66.tar.gz&use_mirror=superb-west Jordan Mclain eCarList.com On 2/28/07, Juan Jose Natera <[EMAIL PROTECTED]> wrote: > I was trying `perl -MCPAN

Re: Have I got mod_perl installed?

2007-02-28 Thread Foo JH
To be really sure, turn on the server signature and see what your telnet trick gives you. amend in your http.conf: ServerSignature on Beginner wrote: Hi, I am a bit confused. If I do: telnet localhost 80 I get: HTTP/1.1 403 Forbidden Date: Wed, 28 Feb 2007 16:53:29 GMT Server: Apache/2