From cffb104089d63a371fbae31c75dd65f49f45d9a8 Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Fri, 6 Feb 2015 15:16:30 +0000
Subject: [PATCH] xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1657861 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/logs.html.en | 16 ++++++++++++----
docs/manual/logs.xml.fr | 2 +-
docs/manual/logs.xml.ja | 2 +-
docs/manual/logs.xml.ko | 2 +-
docs/manual/logs.xml.meta | 4 ++--
docs/manual/logs.xml.tr | 2 +-
docs/manual/mod/mod_unique_id.xml.ja | 2 +-
docs/manual/mod/mod_unique_id.xml.ko | 2 +-
docs/manual/mod/mod_unique_id.xml.meta | 2 +-
docs/manual/platform/windows.html.en | 10 ++++++++++
docs/manual/platform/windows.xml.ko | 2 +-
11 files changed, 32 insertions(+), 14 deletions(-)
diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en
index 530d3f4b027..44aa588f2a7 100644
--- a/docs/manual/logs.html.en
+++ b/docs/manual/logs.html.en
@@ -487,10 +487,6 @@
for the access log, the same technique can be used for the
error log.
- A similar but much more flexible log rotation program
- called cronolog
- is available at an external site.
-
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.
@@ -510,6 +506,18 @@
CustomLog "||/usr/local/apache/bin/rotatelogs
/var/log/access_log 86400" common
+
+ Windows note
+
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
+ SharedSection
parameter in the
+ HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\SessionManager\SubSystems\Windows
+ registry value. Change this value with care; 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.
+
diff --git a/docs/manual/logs.xml.fr b/docs/manual/logs.xml.fr
index 2d58eea134f..fe38a2ca016 100644
--- a/docs/manual/logs.xml.fr
+++ b/docs/manual/logs.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/logs.xml.ja b/docs/manual/logs.xml.ja
index 265bb385e9a..4bef9964c37 100644
--- a/docs/manual/logs.xml.ja
+++ b/docs/manual/logs.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+
+
+
+