On 4/23/2014 12:37, Warren Young wrote:
Save the following as /etc/httpd/conf.d/rhel7rc.conf:
<VirtualHost *:80> DocumentRoot /var/www/html/rhel7rc ServerAlias rhel7rc
That should be ServerName, so that Apache serves from the rhel7rc directory only if you call it as "rhel7rc". With the alias alone, this can takes over all port 80 serving. (Depends on the order the *.conf files are loaded.)