http://qs321.pair.com?node_id=721728


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.

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.