From: Rich Bowen Date: Sat, 17 Nov 2012 03:16:08 +0000 (+0000) Subject: Rebuild X-Git-Tag: 2.2.24~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c5089531ab9f0b7761d4f7495650ef93db5ce3e;p=thirdparty%2Fapache%2Fhttpd.git Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1410686 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index 499ac5fa809..9cbfb94d3c1 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -290,14 +290,16 @@ by using the Satisfy directive, as shown below.

<Directory /usr/local/apache/htdocs/sekrit>
- AuthType Basic
- AuthName intranet
- AuthUserFile /www/passwd/users
- AuthGroupFile /www/passwd/groups
- Require group customers
- Order allow,deny
- Allow from internal.com
- Satisfy any
+ + AuthType Basic
+ AuthName intranet
+ AuthUserFile /www/passwd/users
+ AuthGroupFile /www/passwd/groups
+ Require group customers
+ Order allow,deny
+ Allow from internal.com
+ Satisfy any
+
</Directory>

@@ -402,11 +404,11 @@ Require group GroupName

<Directory /www/docs/private>
- AuthName "Private"
- AuthType Basic
- AuthBasicProvider dbm
- AuthDBMUserFile /www/passwords/passwd.dbm
- Require valid-user
+ AuthName "Private"
+ AuthType Basic
+ AuthBasicProvider dbm
+ AuthDBMUserFile /www/passwords/passwd.dbm
+ Require valid-user
</Directory>

diff --git a/docs/manual/howto/auth.xml.fr b/docs/manual/howto/auth.xml.fr index 2e410791454..a40c279d8eb 100644 --- a/docs/manual/howto/auth.xml.fr +++ b/docs/manual/howto/auth.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/howto/auth.xml.ja b/docs/manual/howto/auth.xml.ja index 4dbe48d5d5a..5acbe0a3386 100644 --- a/docs/manual/howto/auth.xml.ja +++ b/docs/manual/howto/auth.xml.ja @@ -1,7 +1,7 @@ - + + +