You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Brian Behlendorf <br...@organic.com> on 1995/10/13 18:36:59 UTC

Confusion with options and inheretence...

To whomever is revising the documentation...

	Brian

---------- Forwarded message ----------
Date: Fri, 13 Oct 1995 10:30:16 -0800
From: Jon Drukman <js...@cyborganic.com>
To: brian@organic.com
Subject: apache confusion

i think i figured out why i was having so much trouble with includes 'n' such.  
i thought that "Options" were additive.  for example, if i said:

<directory /www>
options includes
</directory

<directory /www/sub>
options indexes
</directory>

i thought that /www/sub would have BOTH includes and indexes, but it doesn't - 
it ONLY has indexes.  this was what was screwing me up.  i've got it all fixed 
now, of course.

maybe pass this note on to whoever's doing your documentation and have them 
mention it prominently somewhere to save some poor bonehead from a similar 
fate in the future.

-j-