in reply to
Re: Getting Apache Version
in thread
Getting Apache Version
Unless they run servers with something like
ServerTokens Prod
directive
. Then the version number can be obtained via mod_perl as described in
Apache2::ServerUtil
documentation.
Comment on
Re^2: Getting Apache Version
Download
Code
In Section
Seekers of Perl Wisdom