How do I find the version of Apache running without access to the command line?

前端 未结 11 2186
失恋的感觉
失恋的感觉 2020-12-04 12:37

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

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 13:23

    In the default installation, call a page that doesn't exist and you get an error with the version at the end:

    Object not found!

    The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
    If you think this is a server error, please contact the webmaster.
    Error 404
    localhost
    10/03/08 14:41:45
    Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5

提交回复
热议问题