]> granicus.if.org Git - apache/blobdiff - docs/manual/mod/mod_ssl.html.en
Simplifies the rewrite block for serving pre-compressed content.
[apache] / docs / manual / mod / mod_ssl.html.en
index e7eaf12fd0b0c07e7fc5b3cd8513b12d04cdaf2e..7b421651d75d5915500b58c88c508f5d5ca17f88 100644 (file)
@@ -1338,6 +1338,13 @@ The available <em>option</em>s are:</p>
     directive within <code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code> can be used as a more
     general mechanism for faking basic authentication, giving control over the
     structure of both the username and password.</p>
+
+    <div class="warning">
+      <p>The usernames used for <code>FakeBasicAuth</code> must not
+      include any non-ASCII characters, ASCII escape characters (such
+      a newline), or a colon.  If a colon is found, a 403 Forbidden
+      error will be generated with httpd 2.5.1 and later.</p>
+    </div>
 </li>
 <li><code>StrictRequire</code>
     <p>