Found out what the problem was.
At the end of apache2.conf was the following line.
# Include the virtual host configurations:
Include /etc/apache2/sites-enabled/[^.#]*
I then went to the file /etc/apache2/sites-enabled/000-default and
commented out the redirect line show below and now it's loading my
test index.html from /var/www.
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
# This directive allows us to have apache2's default start page
# in /apache2-default/, but still have / go to the right place
RedirectMatch ^/$ /apache2-default/
</Directory>
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss