How can I change the document root of the Apache server? I basically want localhost
to come from /users/spencer/projects
directory instead of /var/www
.
I ended up figuring it out. Some suggested I change the httpd.conf
file, but I ended up finding a file in /etc/apache2/sites-available/default
and changed the root directory from /var/www
to /home/myusername/projects_folder
and that worked.