summaryrefslogtreecommitdiff
path: root/docs/manual/developer
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-02-13 22:44:27 +0000
committerStefan Fritsch <sf@apache.org>2011-02-13 22:44:27 +0000
commitae4433b1f6d922cbcb965670358753cf60c18e2f (patch)
tree6096f9d8d0862463671dad0ec19ef25b80395de6 /docs/manual/developer
parentd2b73e573068038a4c2c0ed88c3da52a4d981f6c (diff)
downloadhttpd-ae4433b1f6d922cbcb965670358753cf60c18e2f.tar.gz
Mention ap_state_query() in the new API docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer')
-rw-r--r--docs/manual/developer/new_api_2_4.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml
index 27920ed3bb..6389d06359 100644
--- a/docs/manual/developer/new_api_2_4.xml
+++ b/docs/manual/developer/new_api_2_4.xml
@@ -112,6 +112,10 @@
<li>New function ap_get_server_name_for_url to support ipv6 literals.</li>
<li>New function ap_register_errorlog_handler to register errorlog
format string handlers.</li>
+ <li>New function ap_state_query to determine if the server is in the
+ initial configuration preflight phase or not. This is both easier to
+ use and more correct than the old method of creating a pool userdata
+ entry in the process pool.</li>
</ul>
</section>