If you want to verify the Apache version installed on your server, you can do it in a couple of ways.
Through WHM / Cpanel
- Log in to WHM.
- 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
- First, access your server as the root user.
- Then, type the following command:
root@host[~]# /usr/local/apache/bin/httpd -v
Or simply:
root@host[~]# httpd -v