From: Rich Bowen Date: Sat, 17 Nov 2012 02:32:29 +0000 (+0000) Subject: Indent example to make it more readable X-Git-Tag: 2.2.24~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6e56e7a7ac5e3daa91b08c6a13ca056e7024e46;p=thirdparty%2Fapache%2Fhttpd.git Indent example to make it more readable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1410672 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index 7a45e00fc36..c1223dcb6cf 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -335,8 +335,9 @@ person in (It's the -c that makes it create a new password file).

-

Now, you need to modify your .htaccess file to - look like the following:

+

Now, you need to modify your .htaccess file or + <Directory> + block to look like the following:

AuthType Basic
@@ -406,11 +407,13 @@ Require group GroupName

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

diff --git a/docs/manual/howto/auth.html.fr b/docs/manual/howto/auth.html.fr index c27d2dcfdfb..6cf13d99d70 100644 --- a/docs/manual/howto/auth.html.fr +++ b/docs/manual/howto/auth.html.fr @@ -27,6 +27,8 @@  ko  |  tr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

L'authentification est un processus qui vous permet de vérifier qu'une personne est bien celle qu'elle prétend être. L'autorisation diff --git a/docs/manual/howto/auth.html.tr.utf8 b/docs/manual/howto/auth.html.tr.utf8 index 6ba501871e0..b4c6a1cb1d1 100644 --- a/docs/manual/howto/auth.html.tr.utf8 +++ b/docs/manual/howto/auth.html.tr.utf8 @@ -27,6 +27,7 @@  ko  |  tr 

+
Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.

Kimlik Doğrulama istediğiniz kişileri teyid etme işlemidir. Yetkilendirme ise kişilerin nereye gireceklerine ve hangi bilgiye diff --git a/docs/manual/howto/auth.xml.fr b/docs/manual/howto/auth.xml.fr index e3aadc90b1c..fbfd18ea8ea 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 a18c8057f14..c598b491013 100644 --- a/docs/manual/howto/auth.xml.ja +++ b/docs/manual/howto/auth.xml.ja @@ -1,7 +1,7 @@ - + + +