Re: apache index.html

1999-12-20 Thread Daniel Yang
different file name if you want) Hope it helps. Daniel -Original Message- From: Patrick Kirk <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Date: Sunday, December 19, 1999 3:09 PM Subject: apache index.html >How do I tell apache where index.html is as it can't seem to

Re: apache index.html

1999-12-20 Thread Randy Edwards
> How do I tell apache where index.html is as it can't seem to see the one in > /var/www? Default Debian Apache installs put the web root in /var/www. Apache also installs a default index.html file there. This location is actually installed in /etc/apache, under which is several configuration

Re: apache index.html

1999-12-19 Thread Robert Varga
On Sun, 19 Dec 1999, Patrick Kirk wrote: > How do I tell apache where index.html is as it can't seem to see the one in /var/www? > The documentroot property is the one telling where it is. And there is a property telling the filenames checked in a directory for being the default files. Rober

apache index.html

1999-12-19 Thread Patrick Kirk
How do I tell apache where index.html is as it can't seem to see the one in /var/www? Thanks. Patrick