From 201a9eb59264f7e82b8adb4909f258d2c391d631 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 29 Mar 2011 13:38:22 +0000 Subject: [PATCH] Rebuild various transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086580 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/new_api_2_4.html.en | 12 ++++++++++++ docs/manual/mod/mod_status.xml.ja | 2 +- docs/manual/mod/mod_status.xml.ko | 2 +- docs/manual/mod/mod_status.xml.tr | 2 +- docs/manual/mod/mpm_common.html.de | 4 ++-- docs/manual/mod/mpm_common.html.ja.utf8 | 2 +- docs/manual/mod/mpm_common.html.tr.utf8 | 2 +- 7 files changed, 19 insertions(+), 7 deletions(-) diff --git a/docs/manual/developer/new_api_2_4.html.en b/docs/manual/developer/new_api_2_4.html.en index 3ecd948f5c..0a0cef26e3 100644 --- a/docs/manual/developer/new_api_2_4.html.en +++ b/docs/manual/developer/new_api_2_4.html.en @@ -276,6 +276,9 @@ APLOG_USE_MODULE(foo);
#endif

+

Note: This is absolutely required for C++-language modules. It + can be skipped for C-language modules, though that breaks + module-specific log level support for files without it.

The number of parameters of the ap_log_* functions and the definition of APLOG_MARK has changed. Normally, the change is completely transparent. However, changes are required if a @@ -415,6 +418,15 @@ 0/APR_SUCCESS if there is no such error information, or a valid apr_status_t value otherwise. +

mpm_default.h, DEFAULT_LOCKFILE, + DEFAULT_THREAD_LIMIT, DEFAULT_PIDLOG, + etc.
+
The header file and most of the default configuration + values set in it are no longer visible to modules. (Most can + still be overridden at build time.) DEFAULT_PIDLOG + and DEFAULT_REL_RUNTIMEDIR are now universally + available via ap_config.h.
+
unixd_config
This has been renamed to ap_unixd_config.
diff --git a/docs/manual/mod/mod_status.xml.ja b/docs/manual/mod/mod_status.xml.ja index 62b2efe9d7..a8c474fee6 100644 --- a/docs/manual/mod/mod_status.xml.ja +++ b/docs/manual/mod/mod_status.xml.ja @@ -2,7 +2,7 @@ - + + +