Need help to get mod_perl working

Peter Gordon admin at ramshacklestudios.com
Mon Aug 29 04:48:24 UTC 2005


Clive Anderson wrote:
> Server: Apache/2.0.52 (Fedora)
[...]
> Which does not show mod_perl running.
> 
> What do I need to do get this to work?

By default, Apache is configured only to send the operating system
information, and not information about what modules are loaded, etc. So,
you are in fact running mod_perl, but it just does not show that.

You'll need to change the ServerTokens line in your configuration file
(/etc/httpd/conf/httpd.conf by default). Comment it out by prepending it
with a '#' character, or change it to read:

ServerTokens Full

You'll need to restart Apache too, which can be done with a simple
`service httpd restart` as root. Then it should show you the information
about loaded modules in the server signature.

Hope that helps!
-- 
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
---------------------------------------------------
Peter A. Gordon (codergeek42)
E-Mail: admin at ramshacklestudios.com
GnuPG Public Key ID: 0x87C59026
Encrypted and/or Signed correspondence preffered.
---------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20050828/6f2f8130/attachment-0001.sig>


More information about the fedora-list mailing list