[plug] Apache2 questions
Patrick Coleman
blinken at gmail.com
Thu Sep 28 16:41:19 WST 2006
On 9/28/06, Lee Jamieson <leejam at gmail.com> wrote:
> Below is the output of etc\apache2\sites-available default
>
<snip>
>
> If I change " DocumentRoot /var/www/ " to /home/webserver/ , will that
> make apache server from that directory?
Yep. You also however need to change the line
<Directory /var/www/>
to
<Directory /home/webserver/>
so that options are applied correctly.
> Is that a good idea?
Nothing wrong with it. Its just not necessarily where other people
would expect it to be, which may or may not be a bad thing for you.
Cheers,
Patrick
More information about the plug
mailing list