To find out what version of Apache running on your server, type the following.

Ubuntu-based distros

<pre lang="bash">
apache2 -V

Debian-based distros

<pre lang="bash">
apachectl -V

Redhat-based distros

<pre lang="bash">
httpd -V