]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
from __future__ import AuthBasicProvider
authorAndré Malo <nd@apache.org>
Sat, 21 Feb 2004 19:16:44 +0000 (19:16 +0000)
committerAndré Malo <nd@apache.org>
Sat, 21 Feb 2004 19:16:44 +0000 (19:16 +0000)
? Syntax Error

PR: 26948

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102740 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/ssl/ssl_howto.html.en
docs/manual/ssl/ssl_howto.xml

index 3c61e0eb13959dc7735dc37336278349d3b37542..8a2efe6419ba6cffed177fcddd12e2f35e87381f 100644 (file)
@@ -192,7 +192,6 @@ SSLOptions           +FakeBasicAuth
 SSLRequireSSL
 AuthName             "Snake Oil Authentication"
 AuthType             Basic
-AuthBasicProvider    file
 AuthUserFile         /usr/local/apache2/conf/httpd.passwd
 require              valid-user
 &lt;/Directory&gt;</pre></div>
@@ -268,7 +267,6 @@ Allow                192.168.1.0/24
 #   HTTP Basic Authentication
 AuthType             basic
 AuthName             "Protected Intranet Area"
-AuthBasicProvider    file
 AuthUserFile         conf/protected.passwd
 Require              valid-user
 &lt;/Directory&gt;</pre></div>
index c07c65611ba9ee0a36d4cd91bc461cb9560afd7f..8bb229016fbc55c820b7a6e92b483ed808d59014 100644 (file)
@@ -195,7 +195,6 @@ SSLOptions           +FakeBasicAuth
 SSLRequireSSL
 AuthName             "Snake Oil Authentication"
 AuthType             Basic
-AuthBasicProvider    file
 AuthUserFile         /usr/local/apache2/conf/httpd.passwd
 require              valid-user
 &lt;/Directory&gt;</pre>
@@ -274,7 +273,6 @@ Allow                192.168.1.0/24
 #   HTTP Basic Authentication
 AuthType             basic
 AuthName             "Protected Intranet Area"
-AuthBasicProvider    file
 AuthUserFile         conf/protected.passwd
 Require              valid-user
 &lt;/Directory&gt;</pre>