RE: apache query

2002-10-21 Thread Mark Carroll
On Mon, 21 Oct 2002, Randy Orrison wrote: (snip) > Note that in /etc/apache/httpd.conf just after the /doc/ alias line is: > > order deny,allow > deny from all > allow from 127.0.0.0/255.0.0.0 > Options Indexes FollowSymLinks MultiViews > (snip) Not in

RE: apache query

2002-10-21 Thread Mark Carroll
On Mon, 21 Oct 2002, Randy Orrison wrote: (snip) > Sorry for assuming. Those lines are there in the fresh install Woody No problem. > system at one of my jobs, and my Potato-upgraded-to-Woody systems at home > and at my other job. It seems odd that whatever upgrade put the Alias It may be that

RE: apache query

2002-10-21 Thread Randy Orrison
> On Mon, 21 Oct 2002, Randy Orrison wrote: >> Note that in /etc/apache/httpd.conf just after the /doc/ alias line >> is: >> >>order deny,allow >>deny from all >>allow from 127.0.0.0/255.0.0.0 >>Options Indexes FollowSymLinks MultiViews >> > (snip) > > No