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 mod_perl handlers that appear to work fine. I
have /usr/lib/httpd/modules/mod_perl.so which (presumably) get loaded
via a ~/conf.d/perl.conf.

If you have a line like the one below in your httpd.conf (or a file
Include'd by it), then you have mod_perl enabled:

LoadModule perl_module modules/mod_perl.so

If you are _certain_ your handlers are working, then it's probably
there somewhere.

Also my package manager (yum) says that mod_perl is installed as
version 1.99_16-3.  My httpd is Server version: Apache/2.0.52.

My main problem is that other modules are not seeing the mod_perl
installation, EG: SOAP::Apache.

Is that part of SOAP::Lite? if so, what version? also what error
exactly are you getting?

regards,

JJ

Reply via email to