]> granicus.if.org Git - apache/commitdiff
xforms
authorEric Covener <covener@apache.org>
Fri, 6 Feb 2015 15:11:15 +0000 (15:11 +0000)
committerEric Covener <covener@apache.org>
Fri, 6 Feb 2015 15:11:15 +0000 (15:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1657857 13f79535-47bb-0310-9956-ffa450edef68

18 files changed:
docs/manual/logs.html.en
docs/manual/logs.xml.fr
docs/manual/logs.xml.ja
docs/manual/logs.xml.ko
docs/manual/logs.xml.meta
docs/manual/logs.xml.tr
docs/manual/misc/security_tips.xml.fr
docs/manual/misc/security_tips.xml.ko
docs/manual/misc/security_tips.xml.meta
docs/manual/misc/security_tips.xml.tr
docs/manual/mod/mod_unique_id.xml.fr
docs/manual/mod/mod_unique_id.xml.ja
docs/manual/mod/mod_unique_id.xml.ko
docs/manual/mod/mod_unique_id.xml.meta
docs/manual/mod/mpm_common.xml.de
docs/manual/mod/mpm_common.xml.ja
docs/manual/mod/mpm_common.xml.tr
docs/manual/platform/windows.xml.ko

index 3c4ff56de55a9e2e002e04d0c82ea471373ae7ec..4c4c58dd73ed860d773489178e9063219326f4fb 100644 (file)
@@ -555,10 +555,6 @@ LogFormat "%!200,304,302{Referer}i" refererlog</pre>
     for the access log, the same technique can be used for the
     error log.</p>
 
-    <p>A similar but much more flexible log rotation program
-    called <a href="http://www.cronolog.org/">cronolog</a>
-    is available at an external site.</p>
-
     <p>As with conditional logging, piped logs are a very powerful
     tool, but they should not be used where a simpler solution like
     off-line post-processing is available.</p>
@@ -578,6 +574,18 @@ CustomLog "|$/usr/local/apache/bin/rotatelogs   /var/log/access_log 86400" commo
     For compatibility reasons with Apache 2.2 the notation
     "<code>||</code>" is also supported and equivalent to using
     "<code>|</code>".</p>
+
+    <div class="note"><h3>Windows note</h3>
+    <p>Note that on Windows, you may run into problems when running many piped
+    logger processes, especially when HTTPD is running as a service. This is
+    caused by running out of desktop heap space. The desktop heap space given
+    to each service is specified by the third argument to the
+    <code>SharedSection</code> parameter in the
+    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\SessionManager\SubSystems\Windows
+    registry value. <strong>Change this value with care</strong>; the normal
+    caveats for changing the Windows registry apply, but you might also exhaust
+    the desktop heap pool if the number is adjusted too high.</p>
+    </div>
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="virtualhost" id="virtualhost">Virtual Hosts</a></h2>
index de1162689127c9e842ac2e7fbea7c38409a59b65..df925191b303d3de5762809fe0b539a7597283b7 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision : 1629730 -->
+<!-- English Revision: 1629730:1657854 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 1fc9705a6d15d82e5e105047c2f97a0be6ba1d7c..96f906fe1628794f264f976bfa4661d2056ad588 100644 (file)
@@ -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:1629730 (outdated) -->
+<!-- English Revision: 659902:1657854 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6f62743b9a2903c4e33b5ffe21aa10d955632ce9..8581ae4f318d63e05ab5fc0b2484cef551e4fe3e 100644 (file)
@@ -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:1629730 (outdated) -->
+<!-- English Revision: 105989:1657854 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 666a35465eb552ad2f797ecaea55a92073b0ed81..9005f4528b0807eeb394dbccbd24f68d2fe7f298 100644 (file)
@@ -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>
     <variant outdated="yes">tr</variant>
index a00781ba8bf8b4c5f1485f1b92500b277aafe953..3926be8cd1b1e09cfb1ff81fe7e8242482b81378 100644 (file)
@@ -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: 1300924:1629730 (outdated) -->
+<!-- English Revision: 1300924:1657854 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 97ddab4e070605eb9596ed387b0545f87d78635e..b9c527d4baed01780ecc02fca258ca72941d286e 100644 (file)
@@ -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 : 1479872 -->
+<!-- English Revision: 1479872:1657687 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 9c7da26a6b093208fb77a3fde350f606303685ab..c38513da7ca639480d97a8c4925690ecd24e9a6b 100644 (file)
@@ -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:1479872 (outdated) -->
+<!-- English Revision: 105989:1657687 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6fc5c16c26dad6401ea0833485d20532b0d69918..b316e5297f12641750ae06ebec6f0f284439b88e 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
   </variants>
index b0e1164349eeb6c7a0630bdec175b8b7400f27cb..10ef2d9274c96210267a04efdb0516e567326c2d 100644 (file)
@@ -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: 1300924:1479872 (outdated) -->
+<!-- English Revision: 1300924:1657687 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index f487e8ac66d0f67c87ad0e3836c3576b1d12c5c8..343ed26d252931e39ce26bf270f6c1b992342f2b 100644 (file)
@@ -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 : 981084 -->
+<!-- English Revision: 981084:1657407 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 9a670ab457a51e0b30998791fcdbd7b1fc9ef420..2d21f22c1e840179b66c351a168cf140b7745f42 100644 (file)
@@ -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:981084 (outdated) -->
+<!-- English Revision: 420990:1657407 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 67faaf504c96426ffa9d8b2a146e88d2a3a6086a..a703fb5c80b746af4c529a98025e7e369c66231f 100644 (file)
@@ -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:981084 (outdated) -->
+<!-- English Revision: 105989:1657407 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index c5e950d875b967669b611eb0a0f4eaf33a6fdf36..433c4753bb60faeb79f3c5194de7dddc4d86b822 100644 (file)
@@ -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>
index dd41f4cd4dc9c90895bf2f0d2539d5c675a58b56..0bb69e7bcd689686ed7e9a4e55b6bd791c5382e8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 151408:1590656 (outdated) -->
+<!-- English Revision: 151408:1656368 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 11025f22e4d2c868e9e114dfeb1d71b3bfe6fe0a..c968a50455f90dcbe83a1e697da17d1423316247 100644 (file)
@@ -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: 674934:1590656 (outdated) -->
+<!-- English Revision: 674934:1656368 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 179080b2b35629b5c274ca9f6fc9ee86f015029d..25d755c10c62744f0e30c04483c78932ea27caa5 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1308409:1590656 (outdated) -->
+<!-- English Revision: 1308409:1656368 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index eb13a14f327e33e4dbeaab0b09bd5ec732f7aaca..e0566ac5f08a768c2a3c2b8c4168043ea70324fd 100644 (file)
@@ -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:1648416 (outdated) -->
+<!-- English Revision: 105989:1657856 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more