in reply to
Getting Apache Version
If you're using CGI, the enviroment variables SERVER_SIGNATURE and SERVER_SOFTWARE give you information about the webserver you're running.
Comment on
Re: Getting Apache Version
Replies are listed 'Best First'.
Re^2: Getting Apache Version
by
arkturuz
(Curate)
on Nov 05, 2008 at 17:53 UTC
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.
[reply]
[d/l]
In Section
Seekers of Perl Wisdom