How to Find Apache Version

* Create a test.php file in the Apache DocumentRoot directory with the following content:

<?phpinfo() ?>

* Point you browser to the newly created php file.
* Find following entries for Apache version related info:
– Apache Release
– Apache Version
– Apache API Version
* See this article to correlate Apache API Version with Apache Release version.

This entry was posted in apache. Bookmark the permalink.

One Response to How to Find Apache Version

Leave a Reply

Your email address will not be published. Required fields are marked *


*

This site uses Akismet to reduce spam. Learn how your comment data is processed.