I cant change my web root in apache, for some reason it points to /Sites/folder1/folder2 instead of it pointing to /Sites.
I configured and change my apache
I came across the similar question as you, the httpd.conf under /private/etc/apache2/ defines the DocumentRoot as /Library/Webserver/Documents. But that directory doesn't work!
Instead,the DocumentRoot which actually works is /usr/htdocs! Weird!