On Fri, 16 Feb 2001 17:04:47 Jonathan Wilson wrote:
>
>At 03:26 PM 2/16/2001 -0500, you wrote:
>
>>You have to add "Options Indexes" to the relevant Directory section.
>
>I also just now found that IndexOptions FancyIndexing is already on in the global 
>sections too.
>
>I have another RH server with the same version of apache and dir listing works just 
>fine, I don't understand why all this trouble. On the non-working box I get this 
>error:
>
>[Fri Feb 16 15:50:03 2001] [error] [client 208.232.233.118] Directory index forbidden 
>by rule: /home/jw/public_html/
>[Fri Feb 16 15:50:10 2001] [error] [client 208.232.233.118] Directory index forbidden 
>by rule: /home/jw/public_html/dl/
>
>(What's this "rule" business - I have no rule except the one <Directory 
>/home/*/public_html> one)

Is there a .htaccess file specifying different options for that directory? Is there an 
access.conf file that does not include Indexes as an option?

Apache reads both of those after httpd.conf and applies any additional restrictions 
found. Absence of "Indexes" in either of these (assuming there is an "Options" 
directive that applies) is effectively the same as revoking that option for the 
affected directory.

Tony
-- 
Anthony E. Greene <[EMAIL PROTECTED]> <http://www.pobox.com/~agreene/>
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
Chat:  AOL/Yahoo: TonyG05    ICQ: 91183266
Linux. The choice of a GNU Generation. <http://www.linux.org/>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to