On 9/6/06, Leon Sargent <[EMAIL PROTECTED]> wrote:

On Sep 6, 2006, at 2:57 PM, Joshua Slive wrote:

>
> This is simple.  Just look through httpd.conf and all your .htaccess
> files for all the Options directives, and make sure that none of them
> contain "Indexes" as one of the Options.

The only one I found so far is here in httpd.conf

<IfModule mod_alias.c>

  <Directory "/usr/share/httpd/icons">
         Options Indexes MultiViews
         AllowOverride None
         Order allow,deny
         Allow from all
     </Directory>

Should I comment this out or just take out the options or options
indexes MultiViews?

Just remove it.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to