From 09f53950ca2f1fb6721d5ed64ab3e1421195107d Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 9 Mar 2014 21:30:55 +0000 Subject: [PATCH] copy/paste errors in new directive DirectoryCheckHandler git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1575774 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_dir.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index 23a982ad17..947f7a3559 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -280,12 +280,12 @@ later DirectoryCheckHandler Toggle how this module responds when another handler is configured DirectoryCheckHandler On|Off -DirectorySlash Off +DirectoryCheckHandler Off server configvirtual host directory.htaccess Indexes Available in 2.4.8 and later. Releases prior to 2.4 implicitly -act as if "DirectorySlash Off" was specified. +act as if "DirectoryCheckHandler Off" was specified.

The DirectoryCheckHandler directive determines whether mod_dir should check for directory indexes or -- 2.50.1