From: Richard Bowen Date: Wed, 12 Mar 2014 20:45:55 +0000 (+0000) Subject: Link AddHandler, SetHandler to docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a72e4b78ae91a047c74ad7e5c34c12ae50fde10a;p=thirdparty%2Fapache%2Fhttpd.git Link AddHandler, SetHandler to docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1576897 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index a99a4623538..6c0fc8999cc 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -66,7 +66,8 @@ trust, as it can be abused to change the internal workings of httpd.

mod_lua provides a handler named lua-script, -which can be used with an AddHandler directive:

+which can be used with an AddHandler +or SetHandler directive:

<Files *.lua>