You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/11/17 04:16:10 UTC

svn commit: r1410686 - in /httpd/httpd/branches/2.2.x/docs/manual/howto: auth.html.en auth.xml.fr auth.xml.ja auth.xml.ko auth.xml.tr

Author: rbowen
Date: Sat Nov 17 03:16:08 2012
New Revision: 1410686

URL: http://svn.apache.org/viewvc?rev=1410686&view=rev
Log:
Rebuild

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.en
    httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.fr
    httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.ko
    httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.tr

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.en?rev=1410686&r1=1410685&r2=1410686&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.en Sat Nov 17 03:16:08 2012
@@ -290,14 +290,16 @@ by using the Satisfy directive, as shown
 
 <div class="example"><p><code>
 &lt;Directory /usr/local/apache/htdocs/sekrit&gt;<br />
-  AuthType Basic<br />
-  AuthName intranet<br />
-  AuthUserFile /www/passwd/users<br />
-  AuthGroupFile /www/passwd/groups<br />
-  Require group customers<br />
-  Order allow,deny<br />
-  Allow from internal.com<br />
-  Satisfy any<br />
+    <span class="indent">
+      AuthType Basic<br />
+      AuthName intranet<br />
+      AuthUserFile /www/passwd/users<br />
+      AuthGroupFile /www/passwd/groups<br />
+      Require group customers<br />
+      Order allow,deny<br />
+      Allow from internal.com<br />
+      Satisfy any<br />
+    </span>
 &lt;/Directory&gt;
 </code></p></div>
 
@@ -402,11 +404,11 @@ Require group GroupName
     <div class="example"><p><code>
     &lt;Directory /www/docs/private&gt;<br />
     <span class="indent">
-    AuthName "Private"<br />
-    AuthType Basic<br />
-    AuthBasicProvider dbm<br />
-    AuthDBMUserFile /www/passwords/passwd.dbm<br />
-    Require valid-user<br />
+        AuthName "Private"<br />
+        AuthType Basic<br />
+        AuthBasicProvider dbm<br />
+        AuthDBMUserFile /www/passwords/passwd.dbm<br />
+        Require valid-user<br />
     </span>
 &lt;/Directory&gt;
     </code></p></div>

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.fr?rev=1410686&r1=1410685&r2=1410686&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.fr Sat Nov 17 03:16:08 2012
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1363757:1410675 (outdated) -->
+<!-- English Revision: 1363757:1410685 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.ja?rev=1410686&r1=1410685&r2=1410686&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.ja [utf-8] Sat Nov 17 03:16:08 2012
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 219484:1410675 (outdated) -->
+<!-- English Revision: 219484:1410685 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.ko?rev=1410686&r1=1410685&r2=1410686&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.ko [euc-kr] Sat Nov 17 03:16:08 2012
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1410675 (outdated) -->
+<!-- English Revision: 105989:1410685 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.tr?rev=1410686&r1=1410685&r2=1410686&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.tr [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml.tr [utf-8] Sat Nov 17 03:16:08 2012
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1363757:1410675 (outdated) -->
+<!-- English Revision: 1363757:1410685 (outdated) -->
 <!-- =====================================================
  Translated by: Umut Samuk <umut belgeler.org>
    Reviewed by: Nilgün Belma Bugüner <nilgun belgeler.org>