I need to either find a file in which the version is encoded or a way of polling it across the web so it reveals its version. The server is running at a host who will not pr
Use this PHP script:
$version = apache_get_version(); echo "$version\n";
Se apache_get_version.