From: Rich Bowen Date: Thu, 22 Apr 2010 11:43:49 +0000 (+0000) Subject: Make 'validate-xml' happy. X-Git-Tag: 2.3.6~179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32a95c33224eed79fa4da00022aef4337cf516a0;p=thirdparty%2Fapache%2Fhttpd.git Make 'validate-xml' happy. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936793 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index a1e52391ceb..7aefaf31436 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -63,7 +63,7 @@ request processing

Basic Configuration

-The basic module loading directive is +

The basic module loading directive is

LoadModule apreq_module modules/mod_apreq2.so
@@ -224,6 +224,10 @@ processing Status:Experimental Module:mod_lua +

+ Just like LuaHookTranslateName, but executed at the fixups phase +

+
top

LuaHookInsertFilter Directive

diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 527a3d285da..4642276b5ac 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -38,7 +38,7 @@ request processing
Basic Configuration -The basic module loading directive is +

The basic module loading directive is

LoadModule apreq_module modules/mod_apreq2.so
@@ -297,7 +297,11 @@ handlers (or hooks, or filters) in the same script. Provide a hook for the fixups phase of request processing LuaHookFixups /path/to/lua/script.lua hook_function_name + +

Just like LuaHookTranslateName, but executed at the fixups phase +

+