How to find my Apache version using the info.php file method?

Will Stockdale

New member
I am trying to find out the version of Apache I am using. I followed the advice given to me by someone who answered a previous question about this topic. I uploaded a php info file to my home directory with the following code in it.

<?php
phpinfo();
?>

I then opened http://mydomainnamewenthere.com/info.php and it opened up a page with a lot of details about my server. I scrolled down to try and find the Apache version, but I couldn't find it.

I did see where it mentioned the server was Apache, and the server port was 80, and some other server related information, but I didn't see the Apache version.

Can someone please run this on their server real quick and then look through it and tell me where it is supposed to list your version?

I am pretty confident the version should be somewhere on this page as it has a whole lot of information. I just think I may not be looking in the right place. Any help is appreciated.
Lydia, I did a search for SERVER_SIGNATURE on the phpinfo page (good suggestion by the way). I would assume the version would be here also, but all it said was

<address>Apache Server at www.mydomainwashere.com Port 80</address>
 
Back
Top