How to find out Apache version on OSX?

By | July 25, 2020

The simplest way is to run:

/usr/sbin/httpd -v 

in a terminal. You should get something like:

Server version: Apache/2.4.34 (Unix)
Server built:   Feb 22 2019 20:20:11

To know where httpd is, you can also run:

whereis httpd
Category: OSX

One thought on “How to find out Apache version on OSX?

  1. Pingback: How to test the default Apache in OSX – An Integrated World

Leave a Reply

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