AW: [rt-devel] Checking mod_perl and apache

Joachim Ritschmann J.Ritschmann at tiscon.com
Wed Dec 17 11:44:55 EST 2003


Hi,
There are many ways to find out the version 
as you see in the other postings.

To get all information about apache and mod_perl add
<Location /perl-status>
   SetHandler perl-script
   PerlHandler Apache::Status
   Order deny,allow
   deny from all
   allow from <your.ip.address>
</Location>
to your httpd.conf, somewhere between your
<VirtualHost></VirtualHost> tags.
After restarting apache, browse to:
http://<your.virtual.host>/perl-status
This gives you information about mod_perl,
you've never dreamed of. ;-)

JR

> -----Ursprüngliche Nachricht-----
> Von: mixo [mailto:mixo at coza.net.za]
> Gesendet: Mittwoch, 17. Dezember 2003 16:10
> An: rt-devel
> Betreff: [rt-devel] Checking mod_perl and apache
> 
> 
> Is there a way to check which version of mod_perl and apache rt is 
> running on?
> 
> _______________________________________________
> rt-devel mailing list
> rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel
> 



More information about the Rt-devel mailing list