Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
If you can find the httpd.conf file you can search it for the DocumentRoot setting and it will tell you where your default files are located. On Mac I believe it is in /etc/apache2/httpd.conf. If I remember correctly the default web directory on Mac is actually /Library/WebServer/Documents.
Hello, @Boopoopo
I believe the location of the Apache files will be different depending from the install method you’ve used. You might have install it from source or using any package manager brew
You can also share the exact steps/commands you’ve used to install Apache on your machine.
Could you please let me know what is the output of the following commands:
sudo apachectl start
httpd -v
Let me know how it goes.
Regards, Alex