On 3/13/06, Boyle Owen <[EMAIL PROTECTED]> wrote:
> > -----Original Message-----
> > From: Dotan Cohen [mailto:[EMAIL PROTECTED]
> >
> > Oops, thanks. So, where _is_ the DocumentRoot stored?!? It is not in
> > that file! Where else can I look?
> > [EMAIL PROTECTED]:~# cat /etc/apache2/apache2.conf | grep DocumentRoot
> > [EMAIL PROTECTED]:~#
>
> Docs... http://httpd.apache.org/docs/2.2/mod/core.html#documentroot the
> directive doesn't *need* to be anywhere. It has a default (DocumentRoot
> /usr/local/apache/htdocs). To override the default, you simply introduce
> it:
>
> DocumentRoot /any/where/you/like
>
> Rgds,
> Owen Boyle

Well, I put the ServerRoot back where it was and added the
DocumentRoot, tryin both of these:
DocumentRoot /home/dotancohen/www/public_html
DocumentRoot "/home/dotancohen/www/public_html"

But after restarting the server (after each change), it _still_ does
not change!!!
What must I do?!? I'm getting very frustrated.

Reply via email to