-1

I've been searching through the httpd docs and google, and I simply cannot find ANYWHERE that documents the complete list of what may go inside of the Directory directive.

Here's the main documentation of the Directory directive: http://httpd.apache.org/docs/2.2/mod/core.html#directory. It talks about what the directive DOES, but not what it can CONTAIN. At the end, it links to a page called How <Directory>, <Location>, and <Files> sections work, which ALSO does not have the documentation I'm looking for.

I have googled for:

John Ruiz
  • 283
  • 1
  • 3
  • 9

1 Answers1

1

You can use whatever is flagged with a d here:

http://httpd.apache.org/docs/2.2/mod/quickreference.html

For the rest, that's just how the docs are organized.

Marki
  • 2,795
  • 3
  • 27
  • 45
  • That's awful, but I guess there's no better way when options are shared across directives. Thanks for finding this - it'll be a good start, and it does technically provide the information I'm looking for. – John Ruiz Aug 11 '13 at 22:08