Checking mod_perl and apache

Is there a way to check which version of mod_perl and apache rt is
running on?

mixo wrote:

Is there a way to check which version of mod_perl and apache rt is
running on?

When you start apache server it write next in mainserver error log:
[Tue Dec 16 19:54:20 2003] [notice] Apache/1.3.28 (Unix) mod_perl/1.28
configured – resuming normal operations
[Tue Dec 16 19:54:20 2003] [notice] Accept mutex: sysvsem (Default: sysvsem)

	Good luck. Ruslan.

For many default apache/mod_perl installations:

HEAD http://your.rt.path/

will do the trick.

  • Austin

On Dec 17, mixo sprach thusly:

“m” == mixo mixo@coza.net.za writes:

m> Is there a way to check which version of mod_perl and apache rt is
m> running on?

when you first start httpd with mod_perl loaded, it prints this
information to the error log file.