You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/03/15 11:08:25 UTC

svn commit: r1300876 - in /httpd/httpd/trunk/docs/manual/mod: mod_auth_form.xml mod_cgi.xml mod_deflate.xml

Author: rbowen
Date: Thu Mar 15 10:08:24 2012
New Revision: 1300876

URL: http://svn.apache.org/viewvc?rev=1300876&view=rev
Log:
Various patches from Daniel Gruno (rumble at cord dot dk) for incorrect
references, typos.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml
    httpd/httpd/trunk/docs/manual/mod/mod_cgi.xml
    httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml?rev=1300876&r1=1300875&r2=1300876&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml Thu Mar 15 10:08:24 2012
@@ -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>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_cgi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_cgi.xml?rev=1300876&r1=1300875&r2=1300876&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_cgi.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_cgi.xml Thu Mar 15 10:08:24 2012
@@ -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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml?rev=1300876&r1=1300875&r2=1300876&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml Thu Mar 15 10:08:24 2012
@@ -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>