diff options
author | Rich Bowen <rbowen@apache.org> | 2011-01-16 16:33:12 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-01-16 16:33:12 +0100 |
commit | 0cffae9b2276cb732d4026d8d079f10a6ea558f3 (patch) | |
tree | c44c215b91ad05818664d81bb7d947f5c6a8a5e1 /docs | |
parent | Rephrase comment about default ordering to clarify interaction between (diff) | |
download | apache2-0cffae9b2276cb732d4026d8d079f10a6ea558f3.tar.xz apache2-0cffae9b2276cb732d4026d8d079f10a6ea558f3.zip |
Specify the default settings, as requested in tid50417
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059584 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_autoindex.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index c24de983b6..a4264f476f 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -504,6 +504,7 @@ of the index listing</description> <description>Adds to the list of files to hide when listing a directory</description> <syntax>IndexIgnore <var>file</var> [<var>file</var>] ...</syntax> +<default>IndexIgnore "."</default> <contextlist><context>server config</context><context>virtual host</context> <context>directory</context><context>.htaccess</context> </contextlist> @@ -562,6 +563,7 @@ a directory</description> indexing</description> <syntax>IndexOptions [+|-]<var>option</var> [[+|-]<var>option</var>] ...</syntax> +<default>By default, no options are enabled.</default> <contextlist><context>server config</context><context>virtual host</context> <context>directory</context><context>.htaccess</context> </contextlist> |