]> granicus.if.org Git - apache/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Sun, 5 Jun 2005 06:01:16 +0000 (06:01 +0000)
committerAndré Malo <nd@apache.org>
Sun, 5 Jun 2005 06:01:16 +0000 (06:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@180075 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/security_tips.html.en
docs/manual/misc/security_tips.xml.ko
docs/manual/mod/mod_ssl.html.en

index 279742280e37d65ec3caa5dff762793d45ec9f3e..a815902f7e3ea308cacc05022d5cd14e33871fa6 100644 (file)
       &lt;Files ~ "^\.ht"&gt; <br />
         Order allow,deny <br />
         Deny from all <br />
-      &lt;Files&gt;
+      &lt;/Files&gt;
     </code></p></div>
     
   </div></div>
index 1e3ef73be747bde1b5ac748f343e8a2d371519b4..efb54bef225df8790fd22aa3c8d9d682d76f393a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:151408 (outdated) -->
+<!-- English Revision: 105989:179703 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index a625da1690224c1350b5f82b88d31ef20cc2df66..6e9f64b9957849df3c523b364bd76e96f6baf3f6 100644 (file)
@@ -1601,6 +1601,10 @@ This is used by lower modules to identify the user with a character
 string. In particular, this may cause the environment variable
 <code>REMOTE_USER</code> to be set.  The <em>varname</em> can be
 any of the <a href="#envvars">SSL environment variables</a>.</p>
+
+<p>Note that this directive has no effect if the
+<code>FakeBasic</code> option is used (see <a href="#ssloptions">SSLOptions</a>).</p>
+
 <div class="example"><h3>Example</h3><p><code>
 SSLUserName SSL_CLIENT_S_DN_CN
 </code></p></div>