From 8fe555ba381afb489d53807fe10e12fff1d03fee Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Tue, 2 Jul 2013 16:38:24 +0000 Subject: [PATCH] please review git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1499009 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/new_api_2_4.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml index 179e8fdaf3..1b2ad4259d 100644 --- a/docs/manual/developer/new_api_2_4.xml +++ b/docs/manual/developer/new_api_2_4.xml @@ -490,6 +490,10 @@
unixd_config
This has been renamed to ap_unixd_config.
+
unixd_setup_child()
+
This has been renamed to ap_unixd_setup_child(), but most callers + should call the added ap_run_drop_privileges() hook.
+
conn_rec->remote_ip and conn_rec->remote_addr
These fields have been renamed in order to distinguish between -- 2.50.1