You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2006/04/14 16:06:33 UTC

svn commit: r394104 - in /httpd/httpd/branches/2.0.x/docs/manual/misc: security_tips.html.en security_tips.xml

Author: niq
Date: Fri Apr 14 07:06:32 2006
New Revision: 394104

URL: http://svn.apache.org/viewcvs?rev=394104&view=rev
Log:
Fix typo someone pointed out in IRC

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/misc/security_tips.html.en
    httpd/httpd/branches/2.0.x/docs/manual/misc/security_tips.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/misc/security_tips.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/misc/security_tips.html.en?rev=394104&r1=394103&r2=394104&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/misc/security_tips.html.en (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/misc/security_tips.html.en Fri Apr 14 07:06:32 2006
@@ -337,7 +337,7 @@
       &lt;Files ~ "^\.ht"&gt; <br />
         Order allow,deny <br />
         Deny from all <br />
-      &lt;Files&gt;
+      &lt;/Files&gt;
     </code></p></div>
     
   </div></div>
@@ -347,4 +347,4 @@
 </div><div id="footer">
 <p class="apache">Copyright 1995-2006 The Apache Software Foundation or its licensors, as applicable.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: httpd/httpd/branches/2.0.x/docs/manual/misc/security_tips.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/misc/security_tips.xml?rev=394104&r1=394103&r2=394104&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/misc/security_tips.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/misc/security_tips.xml Fri Apr 14 07:06:32 2006
@@ -337,7 +337,7 @@
       &lt;Files ~ "^\.ht"&gt; <br />
         Order allow,deny <br />
         Deny from all <br />
-      &lt;Files&gt;
+      &lt;/Files&gt;
     </example>
     
   </section>