Author: noodl
Date: Mon Jul 23 00:33:44 2007
New Revision: 558634
URL: http://svn.apache.org/viewvc?view=rev&rev=558634
Log:
Fix title per docs@ thread "Typo in /caching.html" 12 June '06
Modified:
httpd/httpd/trunk/docs/manual/caching.html.en
httpd/httpd/trunk/docs/manual/caching.xml
Modified: httpd/httpd/trunk/docs/manual/caching.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/caching.html.en?view=diff&rev=558634&r1=558633&r2=558634
==============================================================================
--- httpd/httpd/trunk/docs/manual/caching.html.en (original)
+++ httpd/httpd/trunk/docs/manual/caching.html.en Mon Jul 23 00:33:44 2007
@@ -297,7 +297,7 @@
<h2><a name="security" id="security">Security Considerations</a></h2>
- <h3>Authentication, Authorization and Access Control</h3>
+ <h3>Authorization and Access Control</h3>
<p>Using <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code>
is very much like having a built
Modified: httpd/httpd/trunk/docs/manual/caching.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/caching.xml?view=diff&rev=558634&r1=558633&r2=558634
==============================================================================
--- httpd/httpd/trunk/docs/manual/caching.xml (original)
+++ httpd/httpd/trunk/docs/manual/caching.xml Mon Jul 23 00:33:44 2007
@@ -319,7 +319,7 @@
<title>Security Considerations</title>
<section>
- <title>Authentication, Authorization and Access Control</title>
+ <title>Authorization and Access Control</title>
<p>Using <module>mod_cache</module> is very much like having a built
in reverse-proxy. Requests will be served by the caching module unless
|