Commit ad18c683 authored by Joshua Slive's avatar Joshua Slive
Browse files

A little more prettying up of developer docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87119 13f79535-47bb-0310-9956-ffa450edef68
parent 19d9e004
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
 ALINK="#FF0000"
>

<!--#include virtual="header.html" -->

<H1 ALIGN="CENTER">Debugging Memory Allocation in APR<br></H1>

<p>The allocation mechanism's within APR have a number of debugging
@@ -165,6 +167,7 @@ typedef struct ap_pool_t {
<h3>NB. In order to use the various options the server MUST be rebuilt after editing the header file.
</h3>

<!--#include virtual="footer.html" -->

</body>
</html>
+5 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
 ALINK="#FF0000"
>

<!--#include virtual="header.html" -->

<H1 align="center">Apache Hook Functions</H1>

<P>In general, a hook function is one that Apache will call at some
@@ -198,5 +200,8 @@ by <TT>HOOK_<I>ORDER</I></TT> is preserved, as far as is
possible.</P>

<I>Ben Laurie, 15th August 1999</I>

<!--#include virtual="footer.html" -->

</body>
</html>
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@

<p><a href="hooks.html">Apache Hook Functions</a></p>
<p><a href="modules.html">Converting Apache 1.3 Modules to Apache 2.0</a></p>
<p><a href="../mpm.html">MPM listing</a></p>
<p><a href="debugging.html">Debugging Memory Allocation in APR</a></p>

<!--#include virtual="footer.html" -->
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
 ALINK="#FF0000"
>

<!--#include virtual="header.html" -->

<H1 ALIGN="CENTER">From Apache 1.3 to Apache 2.0<br>Modules</H1>

<p>
@@ -190,6 +192,7 @@ ap_hook_process_connection
ap_hook_child_init_hook
</li>

<!--#include virtual="footer.html" -->

</body>
</html>
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
 ALINK="#FF0000"
>

<!--#include virtual="header.html" -->

<H1 ALIGN="CENTER">From Apache 1.3 to Apache 2.0<br>Modules</H1>

<p>
@@ -190,6 +192,7 @@ ap_hook_process_connection
ap_hook_child_init_hook
</li>

<!--#include virtual="footer.html" -->

</body>
</html>