summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2012-03-15 11:08:24 +0100
committerRich Bowen <rbowen@apache.org>2012-03-15 11:08:24 +0100
commita60273df6df0c26cc48028e27fd8c4b62b467621 (patch)
tree9e9c11fc00b4b43c1eda0a254bce96dd82837227
parentFix some typos (diff)
downloadapache2-a60273df6df0c26cc48028e27fd8c4b62b467621.tar.xz
apache2-a60273df6df0c26cc48028e27fd8c4b62b467621.zip
Various patches from Daniel Gruno (rumble at cord dot dk) for incorrect
references, typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300876 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_auth_form.xml1
-rw-r--r--docs/manual/mod/mod_cgi.xml2
-rw-r--r--docs/manual/mod/mod_deflate.xml2
3 files changed, 2 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml
index fedb656631..03a05005ce 100644
--- a/docs/manual/mod/mod_auth_form.xml
+++ b/docs/manual/mod/mod_auth_form.xml
@@ -61,7 +61,6 @@
<seealso><directive module="mod_authn_core">AuthName</directive></seealso>
<seealso><directive module="mod_authn_core">AuthType</directive></seealso>
<seealso><directive module="mod_authz_core">Require</directive></seealso>
-<seealso><directive module="mod_authz_core">Match</directive></seealso>
<seealso><a href="../howto/auth.html">Authentication howto</a></seealso>
<section id="basicconfig"><title>Basic Configuration</title>
diff --git a/docs/manual/mod/mod_cgi.xml b/docs/manual/mod/mod_cgi.xml
index ac1f2f5948..3a256010d5 100644
--- a/docs/manual/mod/mod_cgi.xml
+++ b/docs/manual/mod/mod_cgi.xml
@@ -88,7 +88,7 @@
<dt>REMOTE_IDENT</dt>
- <dd>This will only be set if <directive module="core"
+ <dd>This will only be set if <directive module="mod_ident"
>IdentityCheck</directive> is set to
<code>on</code> 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 0eb3637c59..ddef322900 100644
--- a/docs/manual/mod/mod_deflate.xml
+++ b/docs/manual/mod/mod_deflate.xml
@@ -145,7 +145,7 @@ client</description>
</note>
<note><title>Note</title>
There is a environment variable <code>force-gzip</code>,
- set via <directive module="core">SetEnv</directive>, which
+ set via <directive module="mod_env">SetEnv</directive>, which
will ignore the accept-encoding setting of your browser and will
send compressed output.
</note>