How to check Apache version of CPanel server

If you want to verify the Apache version installed on your server, you can do it in a couple of ways.


Through WHM / Cpanel 

  1. Log in to WHM.
  2. Type apache in the search bar and navigate to the Apache Status screen. The current version of Apache will be shown next to Server Version on the Apache Status page.


Using the Command Line

  1. First, access your server as the root user.
  2. Then, type the following command:

    root@host[~]# /usr/local/apache/bin/httpd -v

    Or simply:

    root@host[~]# httpd -v

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.