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.DEFAULT_PIDLOG
+ and DEFAULT_REL_RUNTIMEDIR
are now universally
+ available via ap_config.h
.unixd_config