From: Eric Covener Date: Mon, 2 Sep 2013 18:08:25 +0000 (+0000) Subject: mention some trickyness with mod_lua + mod_filter. X-Git-Tag: 2.5.0-alpha~5112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=918ccd0014d14ed62d12f041f27526e43b8e19e5;p=apache mention some trickyness with mod_lua + mod_filter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1519488 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index c728b77d32..fd3e4314ec 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -1843,11 +1843,18 @@ function output_filter(r) end +

Lua filters with mod_filter

+

When a Lua filter is used as the underlying provider via the +FilterProvider directive, filtering +will only work when the filter-name is identical to the provider-name. +

+

See "Modifying contents with Lua filters" for more information.

+
top

LuaPackageCPath Directive

diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index a921198e2d..a3f1e5e7f5 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -1861,10 +1861,17 @@ function output_filter(r) ... -- insert filter stuff here end +Lua filters with <module>mod_filter</module> +

When a Lua filter is used as the underlying provider via the +FilterProvider directive, filtering +will only work when the filter-name is identical to the provider-name. +

+

See "Modifying contents with Lua filters" for more information.

+