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
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
Pingback: How to test the default Apache in OSX – An Integrated World