Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: CVS

svn commit: r1336857 - /httpd/httpd/branches/2.4.x/docs/manual/mod/

 

 

Apache cvs RSS feed   Index | Next | Previous | View Threaded


humbedooh at apache

May 10, 2012, 12:46 PM

Post #1 of 1 (39 views)
Permalink
svn commit: r1336857 - /httpd/httpd/branches/2.4.x/docs/manual/mod/

Author: humbedooh
Date: Thu May 10 19:46:33 2012
New Revision: 1336857

URL: http://svn.apache.org/viewvc?rev=1336857&view=rev
Log:
backport changes from trunk (r1336850) and rebuild

Modified:
httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.meta
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.html.en
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.html.en
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.fr
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.ja
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.ko
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.meta
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.html.en
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.xml.ko
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.ja

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.meta?rev=1336857&r1=1336856&r2=1336857&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.meta Thu May 10 19:46:33 2012
@@ -8,6 +8,6 @@

<variants>
<variant>en</variant>
- <variant outdated="yes">fr</variant>
+ <variant>fr</variant>
</variants>
</metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.html.en?rev=1336857&r1=1336856&r2=1336857&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.html.en Thu May 10 19:46:33 2012
@@ -307,7 +307,7 @@ SessionCryptoPassphrase secret

<div class="example"><h3>CGI example</h3><pre class="prettyprint lang-config">
AuthFormProvider file
- <strong>ErrorDocument 401 /cgi-bin/login.cgi</strong>
+ ErrorDocument 401 /cgi-bin/login.cgi
...
</pre>
</div>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.html.en?rev=1336857&r1=1336856&r2=1336857&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.html.en Thu May 10 19:46:33 2012
@@ -87,11 +87,11 @@ passwords for authentication</td></tr>
use the first occurrence to verify the password.</p>

<p>The encrypted password format depends on which authentication
- frontend (e.g. <code class="module"><a href="../mod/mod_authn_basic.html">mod_authn_basic</a></code> or
- <code class="module"><a href="../mod/mod_authn_digest.html">mod_authn_digest</a></code>) is being used. See <a href="../misc/password_encryptions.html">Password Formats</a> for
+ frontend (e.g. <code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code> or
+ <code class="module"><a href="../mod/mod_auth_digest.html">mod_auth_digest</a></code>) is being used. See <a href="../misc/password_encryptions.html">Password Formats</a> for
more information.</p>

- <p>For <code class="module"><a href="../mod/mod_authn_basic.html">mod_authn_basic</a></code>, use the utility <code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code>
+ <p>For <code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code>, use the utility <code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code>
which is installed as part of the binary distribution, or which
can be found in <code>src/support</code>. See the
<a href="../programs/htpasswd.html">man page</a> for more details.

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml?rev=1336857&r1=1336856&r2=1336857&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml Thu May 10 19:46:33 2012
@@ -73,12 +73,12 @@ passwords for authentication</descriptio
use the first occurrence to verify the password.</p>

<p>The encrypted password format depends on which authentication
- frontend (e.g. <module>mod_authn_basic</module> or
- <module>mod_authn_digest</module>) is being used. See <a
+ frontend (e.g. <module>mod_auth_basic</module> or
+ <module>mod_auth_digest</module>) is being used. See <a
href="../misc/password_encryptions.html">Password Formats</a> for
more information.</p>

- <p>For <module>mod_authn_basic</module>, use the utility <program>htpasswd</program>
+ <p>For <module>mod_auth_basic</module>, use the utility <program>htpasswd</program>
which is installed as part of the binary distribution, or which
can be found in <code>src/support</code>. See the
<a href="../programs/htpasswd.html">man page</a> for more details.

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.fr?rev=1336857&r1=1336856&r2=1336857&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.fr Thu May 10 19:46:33 2012
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1174747 -->
+<!-- English Revision: 1174747:1336850 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->


Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.ja?rev=1336857&r1=1336856&r2=1336857&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.ja [utf-8] Thu May 10 19:46:33 2012
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420990:1174747 (outdated) -->
+<!-- English Revision: 420990:1336850 (outdated) -->

<!--
Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.ko?rev=1336857&r1=1336856&r2=1336857&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.ko [euc-kr] Thu May 10 19:46:33 2012
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1174747 (outdated) -->
+<!-- English Revision: 105989:1336850 (outdated) -->

<!--
Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.meta?rev=1336857&r1=1336856&r2=1336857&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_file.xml.meta Thu May 10 19:46:33 2012
@@ -8,7 +8,7 @@

<variants>
<variant>en</variant>
- <variant>fr</variant>
+ <variant outdated="yes">fr</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
</variants>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.html.en?rev=1336857&r1=1336856&r2=1336857&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.html.en Thu May 10 19:46:33 2012
@@ -118,9 +118,10 @@ meta information</td></tr>
will use its contents to generate additional MIME header
information.</p>

- <div class="example"><h3>Example:</h3><p><code>
+ <div class="example"><h3>Example:</h3><pre class="prettyprint lang-config">
MetaSuffix .meta
- </code></p></div>
+ </pre>
+</div>

</div>
</div>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.xml.ko?rev=1336857&r1=1336856&r2=1336857&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.xml.ko [euc-kr] Thu May 10 19:46:33 2012
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 420990:1334011 (outdated) -->
+<!-- English Revision: 420990:1336591 (outdated) -->

<!--
Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.ja?rev=1336857&r1=1336856&r2=1336857&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.ja [utf-8] Thu May 10 19:46:33 2012
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 395228:1336501 (outdated) -->
+<!-- English Revision: 395228:1336502 (outdated) -->

<!--
Licensed to the Apache Software Foundation (ASF) under one or more

Apache cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.