Mac OS X Mojave.
I am following the instructions at https://www.dionysopoulos.me/custom-apache-and-php-server-on-macos-the-definitive-2019-edition/
Reached the point right before "Install MySQL".
The localhost works with the Apache default file saying "It Works!".
I tried to change the index.html file to add an asterisk (before "It"). Still serving the default.
I tried http://localhost/?2 to force no cache. Still serving default.
I changed the httpd.conf back to the original location /usr/local/var/www and placed the altered index.html file there. Still failure.
I also tried altering the /usr/local/Cellar/httpd/2.4.41_1/.bottle/var/www/index.html Still serving the default.
How do I find out where Apache is really serving from?