Keep in mind there are usually TWO configurations for each site. Configurations for insecure connections (port 80) and secure connections (port 443). Each configuration needs to be updated with the correct DocumentRoot to serve your site.
<VirtualHost *:80>
DocumentRoot "/var/www/html/fivemin/"
ServerName fivemin.net
</VirtualHost><VirtualHost *:443>
DocumentRoot "/var/www/html/fivemin"
ServerName fivemin.net:443
</VirtualHost>more search terms:
Apache DocumentRoot doesn't change
VirtualHost showing "index of" or the default welcome instead of my page/site apache