You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2010/08/26 17:14:53 UTC

svn commit: r989750 - in /httpd/httpd/trunk/docs/manual: logs.html.en logs.xml.fr logs.xml.ja logs.xml.ko logs.xml.tr mod/mod_proxy_balancer.html.en mod/mod_proxy_balancer.xml.ja

Author: rjung
Date: Thu Aug 26 15:14:53 2010
New Revision: 989750

URL: http://svn.apache.org/viewvc?rev=989750&view=rev
Log:
Update transforms.

Modified:
    httpd/httpd/trunk/docs/manual/logs.html.en
    httpd/httpd/trunk/docs/manual/logs.xml.fr
    httpd/httpd/trunk/docs/manual/logs.xml.ja
    httpd/httpd/trunk/docs/manual/logs.xml.ko
    httpd/httpd/trunk/docs/manual/logs.xml.tr
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml.ja

Modified: httpd/httpd/trunk/docs/manual/logs.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/logs.html.en?rev=989750&r1=989749&r2=989750&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/logs.html.en (original)
+++ httpd/httpd/trunk/docs/manual/logs.html.en Thu Aug 26 15:14:53 2010
@@ -538,7 +538,7 @@
     to spawn using a shell (usually with <code>/bin/sh -c</code>):</p>
 
     <div class="example"><p><code>
-      # Invoke "rotatelogs" using a shell
+      # Invoke "rotatelogs" using a shell<br />
       CustomLog "|$/usr/local/apache/bin/rotatelogs
       /var/log/access_log 86400" common
     </code></p></div>

Modified: httpd/httpd/trunk/docs/manual/logs.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/logs.xml.fr?rev=989750&r1=989749&r2=989750&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/logs.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/logs.xml.fr Thu Aug 26 15:14:53 2010
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 979120:988071 (outdated) -->
+<!-- English Revision: 979120:989600 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/logs.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/logs.xml.ja?rev=989750&r1=989749&r2=989750&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/logs.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/logs.xml.ja [utf-8] Thu Aug 26 15:14:53 2010
@@ -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: 659902:988071 (outdated) -->
+<!-- English Revision: 659902:989600 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/logs.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/logs.xml.ko?rev=989750&r1=989749&r2=989750&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/logs.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/logs.xml.ko [euc-kr] Thu Aug 26 15:14:53 2010
@@ -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:988071 (outdated) -->
+<!-- English Revision: 105989:989600 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/logs.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/logs.xml.tr?rev=989750&r1=989749&r2=989750&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/logs.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/logs.xml.tr [utf-8] Thu Aug 26 15:14:53 2010
@@ -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: 807930:988071 (outdated) -->
+<!-- English Revision: 807930:989600 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.en?rev=989750&r1=989749&r2=989750&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.en Thu Aug 26 15:14:53 2010
@@ -100,7 +100,7 @@
     </p>
 
     <div class="example"><p><code>
-    Header add Set-Cookie: "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/"
+    Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/"
            env=BALANCER_ROUTE_CHANGED<br />
     &lt;Proxy balancer://mycluster&gt;<br />
     BalancerMember http://192.168.1.50:80 route=1<br />

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml.ja?rev=989750&r1=989749&r2=989750&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml.ja [utf-8] Thu Aug 26 15:14:53 2010
@@ -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:936407 (outdated) -->
+<!-- English Revision: 395228:989651 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more