From: Rich Bowen
Date: Fri, 16 Mar 2012 20:31:16 +0000 (+0000)
Subject: Typo and link correction patches from Daniel Gruno. rumble at cord dk
X-Git-Tag: 2.2.23~237
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=232e166b658724ed21773b136dadae339f7f7510;p=thirdparty%2Fapache%2Fhttpd.git
Typo and link correction patches from Daniel Gruno. rumble at cord dk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1301745 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml
index 9dfeba0e783..8d438e3e436 100644
--- a/docs/manual/logs.xml
+++ b/docs/manual/logs.xml
@@ -242,7 +242,7 @@
almost never be used except on tightly controlled internal
networks. Apache httpd will not even attempt to determine
this information unless IdentityCheck is set
+ module="mod_ident">IdentityCheck is set
to On
.
frank
(%u
)
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 48c6fb7214f..145cea659a5 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -384,7 +384,7 @@ NoDecode option available in 2.2.18 and later.
Allow use of the authorization directives (AuthDBMGroupFile,
+ module="mod_authz_dbm">AuthDBMGroupFile,
AuthDBMUserFile,
AuthGroupFile,
AuthName,
@@ -435,8 +435,9 @@ NoDecode option available in 2.2.18 and later.
module="mod_autoindex">AddIconByEncoding,
AddIconByType,
DefaultIcon, DirectoryIndex, FancyIndexing, DirectoryIndex, FancyIndexing
+ , HeaderName, IndexIgnore, IndexOptions, mygroupfile
type="section">Location or Directory directives won't work. This
is because mod_authnz_ldap has to be able to grab
- the AuthGroupFile
+ the AuthGroupFile
directive that is found in FrontPage .htaccess
files so that it knows where to look for the valid user list. If
the mod_authnz_ldap directives aren't in the same
diff --git a/docs/manual/mod/mod_cgi.xml b/docs/manual/mod/mod_cgi.xml
index 029d1c0484c..17559f8126c 100644
--- a/docs/manual/mod/mod_cgi.xml
+++ b/docs/manual/mod/mod_cgi.xml
@@ -92,7 +92,7 @@
REMOTE_IDENT
- This will only be set if This will only be set if IdentityCheck is set to
on
and the accessing host supports the ident
protocol. Note that the contents of this variable cannot be
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml
index 4d3e9d765a8..accb795eb0f 100644
--- a/docs/manual/mod/mod_deflate.xml
+++ b/docs/manual/mod/mod_deflate.xml
@@ -145,7 +145,7 @@ client
Note
There is a environment variable force-gzip
,
- set via SetEnv, which
+ set via SetEnv, which
will ignore the accept-encoding setting of your browser and will
send compressed output.
diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml
index 3402325677c..df9825da87f 100644
--- a/docs/manual/mod/mod_ldap.xml
+++ b/docs/manual/mod/mod_ldap.xml
@@ -574,7 +574,7 @@ connection client certificates.
If a connection is not successful with the timeout period, either an error will be
returned or the LDAP client library will attempt to connect to a secondary LDAP
server if one is specified (via a space-separated list of hostnames in the
- AuthLDAPURL).
+ AuthLDAPURL).
The default is 10 seconds, if the LDAP client library linked with the
server supports the LDAP_OPT_NETWORK_TIMEOUT option.