From c69ca0c8acdfaafde2f5bd49983299fd39f18da1 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Sat, 15 Nov 1997 00:16:48 +0000 Subject: [PATCH] Clean up check_cmd_context stuff. Fix core documentation for a few directives. Reviewed by: Jim Jagielski, Ken Coar, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79606 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 305989a812..a6eaa7e6a0 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -279,7 +279,7 @@ re-populated using the AddModule directive.


Syntax: ContentDigest on|off
Default: ContentDigest off
-Context: any
+Context: server config, virtual host, directory, .htaccess
Override: AuthConfig
Status: experimental

Compatibility: ContentDigest is only available in Apache 1.1 and later

@@ -689,7 +689,7 @@ considerations.


Syntax: HostNameLookups on | off | double
Default: HostNameLookups off
-Context: server config, virtual host
+Context: server config, virtual host, directory, .htaccess
Status: core
Compatibility: double available only in Apache 1.3 and above.
@@ -729,7 +729,7 @@ from logged IP addresses offline.


Syntax: IdentityCheck boolean
Default: IdentityCheck off
-Context: server config, virtual host
+Context: server config, virtual host, directory, .htaccess
Status: core

This directive enables RFC1413-compliant logging of the remote user name -- 2.50.1