From: Daniel Earl Poirier
Date: Wed, 16 Mar 2011 16:53:43 +0000 (+0000)
Subject: Fix XML so it validates again
X-Git-Tag: 2.3.12~219
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fed0abe5139fc250122e26bff299e7fdecd5f542;p=apache
Fix XML so it validates again
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082203 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml
index ece7c39f40..7a5feccd01 100644
--- a/docs/manual/developer/new_api_2_4.xml
+++ b/docs/manual/developer/new_api_2_4.xml
@@ -287,7 +287,7 @@
code will remain compatible with HTTPD 2.0 and 2.2.
Consider the following changes to take advantage of the new
- APLOG_TRACE1..8
log levels:
+ APLOG_TRACE1..8
log levels:
- Check current use of
APLOG_DEBUG
and
consider if one of the APLOG_TRACEn
levels is
@@ -300,7 +300,7 @@
configured log level, use the APLOGtracen
and APLOGrtracen
macros to first check
if tracing is enabled.
-
+
Modules sometimes add process id and/or thread id to their log
messages. These ids are now logged by default, so it may not
@@ -412,6 +412,7 @@
Does your module...
+
- Parse query args
- Consider if
ap_args_to_table()
would be
helpful.
@@ -426,6 +427,7 @@
- Implement cleanups which clear pointer variables
- Use
ap_pool_cleanup_set_null()
.
+
diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml
index a62d34b3f7..c55c437140 100644
--- a/docs/manual/mod/mod_ldap.xml
+++ b/docs/manual/mod/mod_ldap.xml
@@ -701,8 +701,8 @@ connection client certificates.
Discard backend connections that have been sitting in the connection pool too long
LDAPConnectionPoolTTL n
LDAPConnectionPoolTTL -1
-Apache HTTP Server 2.3.12 and later
server configvirtual host
+Apache HTTP Server 2.3.12 and later
Specifies the maximum age, in seconds, that a pooled LDAP connection can remain idle