"lucas" <slukacs.RemoveThis@adelphia.net> schreef in bericht
news:B7udneOgwuOoVTPdRVn-hA@adelphia.com...
> > > [Fri May 21 15:04:47 2004] [error] [client 67.23.245.220] Directory
> index
> > > forbidden by rule: /home/lucas/public_html/lucasworks/linux/
> > 'Directory index forbidden by rule' stems for a missing or incompleet
> > AllowOverride Indexes _outside_ the section shown,
> > iow in server context.
> i searched the entire httpd.conf file and found nothing that says
> "AllowOverride Indexes" in the entire file. only "AllowOverride None"
> I am not using .htaccess files in my directory.
This indeed only applies if you're using an .htaccess.
> > > here is the section of httpd.conf that controls that url
> > > <VirtualHost *.1024>
> > > ServerName linux.iq399.com
> > > DocumentRoot "/home/lucas/public_html/lucasworks/linux"
> > > ServerAdmin lucas.RemoveThis@iquanta.com
> > > ErrorLog "/home/lucas/apache/logs/lucasworks"
> > > <Directory "/home/lucas/public_html/lucasworks/linux">
> > > Options Indexes FollowSymLinks MultiViews
> > > AllowOverride None
> > > Order allow,deny
> > > Allow from all
> > > </Directory>
> > > </VirtualHost>
> > Your original post shows an extra line 'Options +Includes'.
> > _If _ Apache would only accept the last of these lines, it will miss the
> > intended 'Indexes'.
> ok i understand that. so the all of the Options need to be on the same
and
> single line. right?
Well that is my thought, without any proof(ing).
> but also, wouldn't the Directory section contain an
> Options list of its own.
I assume, while your Directory container is currently fully overlapping the
virtual host, location the Options directive in either of these two is
arbitrary.
You can set the Options at any of four levels, with of without merging:
<a style='text-decoration: underline;' href="http://httpd.apache.org/docs-2.0/mod/core.html#options" target="_blank">http://httpd.apache.org/docs-2.0/mod/core.html#options</a>
> so what else would be causing the blockage.
Absolute options are accumulate in the most restrictive way, so Options
might have been set on any folder between <root> and
'/home/lucas/public_html/lucasworks/linux/' eby ither a Directory block or a
Location block.
Give it a try after adding a + upfront of each option listed.
HansH<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: error 403 in 2.0.49 but not in 2.0.40