From a868192a424464825685584d147604040022a352 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Fri, 7 Jun 2013 13:35:38 +0000 Subject: [PATCH] Minor typo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1490641 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/modguide.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml index e186372ad1..7b2327d864 100644 --- a/docs/manual/developer/modguide.xml +++ b/docs/manual/developer/modguide.xml @@ -1260,7 +1260,7 @@ where you have a parent configuration and a child, such as the following:

<Directory "/var/www"> - ExampleEnable On + ExampleEnabled On ExamplePath /foo/bar ExampleAction file allow </Directory> @@ -1271,7 +1271,7 @@ where you have a parent configuration and a child, such as the following:

In this example, it is natural to assume that the directory /var/www/subdir should inherit the values set for the /var/www - directory, as we did not specify an ExampleEnable nor + directory, as we did not specify an ExampleEnabled nor an ExamplePath for this directory. The server does not presume to know if this is true, but cleverly does the following:

-- 2.40.0