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
On 11/14/05, Michael Sammartano <> wrote:
> I think what you are asking is how to change the default directory from
> the apache root directory to your domain. This is simple. Here is a copy
> of mine. It is under the Global settings in httpd.conf
> #This will change the default directory to whatever you want. Note the
> permissions.
>
> <Directory /srv/www/htdocs/volinaz>
>     Options None
>     AllowOverride None
>     Order allow,deny
>     allow from all
> </Directory>


Hm, I tried the above example and it did not change the default
directory when using only the domain name.

It appears in Apache2 you have to edit the file
/etc/apache2/apache2.conf instead of httpd.conf.
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss