From: André Malo Date: Sat, 21 Feb 2004 19:16:44 +0000 (+0000) Subject: from __future__ import AuthBasicProvider X-Git-Tag: 2.0.49~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=642e577ee1463172f425c6b68c46e0cd094b735a;p=thirdparty%2Fapache%2Fhttpd.git from __future__ import AuthBasicProvider ? 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 --- diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en index 3c61e0eb139..8a2efe6419b 100644 --- a/docs/manual/ssl/ssl_howto.html.en +++ b/docs/manual/ssl/ssl_howto.html.en @@ -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 </Directory> @@ -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 </Directory> diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml index c07c65611ba..8bb229016fb 100644 --- a/docs/manual/ssl/ssl_howto.xml +++ b/docs/manual/ssl/ssl_howto.xml @@ -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 </Directory> @@ -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 </Directory>