diff options
author | Eric Covener <covener@apache.org> | 2018-04-21 17:59:44 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2018-04-21 17:59:44 +0200 |
commit | 025ed9b18a90820858d5edf9e47fb1f6da5b9006 (patch) | |
tree | 1c01098f6e07396e73cbe85140bbce987565e3a9 /docs/manual/developer/hooks.html.en | |
parent | xforms (diff) | |
download | apache2-025ed9b18a90820858d5edf9e47fb1f6da5b9006.tar.xz apache2-025ed9b18a90820858d5edf9e47fb1f6da5b9006.zip |
rebuild with extraclean to pick up permalinks in
This will make it easier to compare with an extraclean jdk9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1829716 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer/hooks.html.en')
-rw-r--r-- | docs/manual/developer/hooks.html.en | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/developer/hooks.html.en b/docs/manual/developer/hooks.html.en index 3bce373eb4..b469f49c72 100644 --- a/docs/manual/developer/hooks.html.en +++ b/docs/manual/developer/hooks.html.en @@ -42,7 +42,7 @@ </ul><h3>See also</h3><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="corehooks" id="corehooks">Core Hooks</a></h2> +<h2><a name="corehooks" id="corehooks">Core Hooks</a><a title="Permanent link" href="#corehooks" class="permalink">¶</a></h2> <p>The httpd's core modules offer a predefinined list of hooks used during the standard <a href="./request.html">request processing</a> phase. Creating a new hook will expose a function that @@ -59,7 +59,7 @@ </p> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="create" id="create">Creating a hook function</a></h2> +<h2><a name="create" id="create">Creating a hook function</a><a title="Permanent link" href="#create" class="permalink">¶</a></h2> <p>In order to create a new hook, four things need to be done:</p> @@ -154,7 +154,7 @@ ret=ap_run_do_something(r, n);</pre> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="hooking" id="hooking">Hooking the hook</a></h2> +<h2><a name="hooking" id="hooking">Hooking the hook</a><a title="Permanent link" href="#hooking" class="permalink">¶</a></h2> <p>A module that wants a hook to be called needs to do two things.</p> |