Re: Apache2 question

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Miles Beck
Date:  
To: Main PLUG discussion list
Subject: Re: Apache2 question
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 - 
To subscribe, unsubscribe, or to change  you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss