<div class="section">
<h2><a name="basicconf" id="basicconf">Basic Configuration</a></h2>
-The basic module loading directive is
+<p>The basic module loading directive is</p>
<div class="example"><p><code>
LoadModule apreq_module modules/mod_apreq2.so<br />
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_lua</td></tr>
</table>
+<p>
+ Just like LuaHookTranslateName, but executed at the fixups phase
+</p>
+
</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="directive-section"><h2><a name="LuaHookInsertFilter" id="LuaHookInsertFilter">LuaHookInsertFilter</a> <a name="luahookinsertfilter" id="luahookinsertfilter">Directive</a></h2>
<section id="basicconf"><title>Basic Configuration</title>
-The basic module loading directive is
+<p>The basic module loading directive is</p>
<example>
LoadModule apreq_module modules/mod_apreq2.so<br />
<description>Provide a hook for the fixups phase of request
processing</description>
<syntax>LuaHookFixups /path/to/lua/script.lua hook_function_name</syntax>
+<usage>
+<p>
Just like LuaHookTranslateName, but executed at the fixups phase
+</p>
+</usage>
</directivesynopsis>
<directivesynopsis>