On Tue, May 13, 2008 at 7:58 PM, Mark Slater <[EMAIL PROTECTED]> wrote:

>
>  I'm able to recompile apache to disable the auto-indexing, but I'd like to
> also have it disabled in the configuration files by default because I won't
> always be able to control how apache gets compiled for a production
> environment.
>
>  Am I missing something here?

Either your directives aren't getting read, or there is another
Options directive someplace overriding them. Remember that Options All
will turn on Indexes as well. Grep through all your .conf files for
all the Options directives, and make sure that none of them contain
Indexes or All.

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