mod_lua.xml revision df26612d249def4d0b228be69bf89d038d6a129e
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen<?xml version="1.0"?>
fb51a6b789d85113d0976148685b0063c294220drbowen<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen<?xml-stylesheet type="text/xsl" href="/style/manual.en.xsl"?>
77a0265761f1bec2aaa0b4116c644f8066e349e3rbowen<!-- $LastChangedRevision$ -->
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen<!--
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen Licensed to the Apache Software Foundation (ASF) under one or more
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen contributor license agreements. See the NOTICE file distributed with
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen this work for additional information regarding copyright ownership.
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen The ASF licenses this file to You under the Apache License, Version 2.0
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen (the "License"); you may not use this file except in compliance with
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen the License. You may obtain a copy of the License at
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen http://www.apache.org/licenses/LICENSE-2.0
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen Unless required by applicable law or agreed to in writing, software
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen distributed under the License is distributed on an "AS IS" BASIS,
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen See the License for the specific language governing permissions and
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen limitations under the License.
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen-->
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen
b07b82e44c32825d6226ee801d2ed91555e593d1rbowen<modulesynopsis metafile="mod_lua.xml.meta">
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<name>mod_lua</name>
fb51a6b789d85113d0976148685b0063c294220drbowen
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen<description>Provides Lua hooks into various portions of the httpd
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowenrequest processing</description>
b75b4bfd9e8ec9fbf28a95174dc0e4d420f744a8sf<status>Experimental</status>
fb51a6b789d85113d0976148685b0063c294220drbowen<sourcefile>mod_lua.c</sourcefile>
fb51a6b789d85113d0976148685b0063c294220drbowen<identifier>lua_module</identifier>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier<compatibility>2.3 and later</compatibility>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<summary>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim<p>This module allows the server to be extended with scripts written in the
889dc1728817c1c56d0c8d894c768614e346d86ecovenerLua programming language. The extension points (hooks) available with
889dc1728817c1c56d0c8d894c768614e346d86ecovener<module>mod_lua</module> include many of the hooks available to
889dc1728817c1c56d0c8d894c768614e346d86ecovenernatively compiled Apache HTTP Server modules, such as mapping requests to
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jimfiles, generating dynamic responses, access control, authentication, and
889dc1728817c1c56d0c8d894c768614e346d86ecovenerauthorization</p>
889dc1728817c1c56d0c8d894c768614e346d86ecovener
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim<p>More information on the Lua programming language can be found at the
889dc1728817c1c56d0c8d894c768614e346d86ecovener<a href="http://www.lua.org/">the Lua website</a>.</p>
fb51a6b789d85113d0976148685b0063c294220drbowen
8548ace6aa09b4d3e463254b53865fb38fbbbc78poirier<note><code>mod_lua</code> is still in experimental state.
8548ace6aa09b4d3e463254b53865fb38fbbbc78poirierUntil it is declared stable, usage and behavior may change
8ad875ad9725307fd052e36abc2938f89f56902csfat any time, even between stable releases of the 2.4.x series.
8ad875ad9725307fd052e36abc2938f89f56902csfBe sure to check the CHANGES file before upgrading.</note>
8548ace6aa09b4d3e463254b53865fb38fbbbc78poirier
e19685ea3d8a2a0754a532b464a3d194c9f9a429humbedooh<note type="warning"><title>Warning</title>
e19685ea3d8a2a0754a532b464a3d194c9f9a429humbedooh<p>This module holds a great deal of power over httpd, which is both a
ededb790277bba8f7ae292b5385aecc7ac433105humbedoohstrength and a potential security risk. It is <strong>not</strong> recommended
09a561bcc5c1159de86edf7e644cc9777636211ahumbedoohthat you use this module on a server that is shared with users you do not
e19685ea3d8a2a0754a532b464a3d194c9f9a429humbedoohtrust, as it can be abused to change the internal workings of httpd.</p>
e19685ea3d8a2a0754a532b464a3d194c9f9a429humbedooh</note>
e19685ea3d8a2a0754a532b464a3d194c9f9a429humbedooh
fb51a6b789d85113d0976148685b0063c294220drbowen</summary>
fb51a6b789d85113d0976148685b0063c294220drbowen
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen<section id="basicconf"><title>Basic Configuration</title>
fb51a6b789d85113d0976148685b0063c294220drbowen
3e30fa5f420fe7302a4cdcd79cb001958fd54a13rbowen<p>The basic module loading directive is</p>
fb51a6b789d85113d0976148685b0063c294220drbowen
6265962c731aed3af3aa7242b35852f3f181d437humbedooh<highlight language="config">
2219c51bf0756c2f6f7deb88a13baf30f141c12epoirier LoadModule lua_module modules/mod_lua.so
6265962c731aed3af3aa7242b35852f3f181d437humbedooh</highlight>
fb51a6b789d85113d0976148685b0063c294220drbowen
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen<p>
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen<code>mod_lua</code> provides a handler named <code>lua-script</code>,
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowenwhich can be used with an <code>AddHandler</code> directive:</p>
fb51a6b789d85113d0976148685b0063c294220drbowen
6265962c731aed3af3aa7242b35852f3f181d437humbedooh<highlight language="config">
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowenAddHandler lua-script .lua
6265962c731aed3af3aa7242b35852f3f181d437humbedooh</highlight>
fb51a6b789d85113d0976148685b0063c294220drbowen
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen<p>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirierThis will cause <code>mod_lua</code> to handle requests for files
249cc9b3d83d3c60666269b90ecb9f1390d32165poirierending in <code>.lua</code> by invoking that file's
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier<code>handle</code> function.
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen</p>
92e5d4326ae44f79da5cb049470daba604506846poirier
92e5d4326ae44f79da5cb049470daba604506846poirier<p>For more flexibility, see <directive>LuaMapHandler</directive>.
92e5d4326ae44f79da5cb049470daba604506846poirier</p>
92e5d4326ae44f79da5cb049470daba604506846poirier
fb51a6b789d85113d0976148685b0063c294220drbowen</section>
fb51a6b789d85113d0976148685b0063c294220drbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<section id="writinghandlers"><title>Writing Handlers</title>
889dc1728817c1c56d0c8d894c768614e346d86ecovener<p> In the Apache HTTP Server API, the handler is a specific kind of hook
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jimresponsible for generating the response. Examples of modules that include a
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jimhandler are <module>mod_proxy</module>, <module>mod_cgi</module>,
889dc1728817c1c56d0c8d894c768614e346d86ecovenerand <module>mod_status</module>.</p>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
889dc1728817c1c56d0c8d894c768614e346d86ecovener<p><code>mod_lua</code> always looks to invoke a Lua function for the handler, rather than
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenjust evaluating a script body CGI style. A handler function looks
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowensomething like this:</p>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
880f77d700bc15c83bb541a053cd56e89cbfb8bchumbedooh
880f77d700bc15c83bb541a053cd56e89cbfb8bchumbedooh<highlight language="lua">
991f8cc9d508110a59a25a84f8c8d8d129c49859humbedooh<strong>example.lua</strong><br/>
92e5d4326ae44f79da5cb049470daba604506846poirier-- example handler
92e5d4326ae44f79da5cb049470daba604506846poirier
92e5d4326ae44f79da5cb049470daba604506846poirierrequire "string"
92e5d4326ae44f79da5cb049470daba604506846poirier
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim--[[
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim This is the default method name for Lua handlers, see the optional
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim function-name in the LuaMapHandler directive to choose a different
cf7d90693f7579700c4f7e663adb83196f903df1covener entry point.
cf7d90693f7579700c4f7e663adb83196f903df1covener--]]
cf7d90693f7579700c4f7e663adb83196f903df1covenerfunction handle(r)
92e5d4326ae44f79da5cb049470daba604506846poirier r.content_type = "text/plain"
92e5d4326ae44f79da5cb049470daba604506846poirier r:puts("Hello Lua World!\n")
92e5d4326ae44f79da5cb049470daba604506846poirier
92e5d4326ae44f79da5cb049470daba604506846poirier if r.method == 'GET' then
92e5d4326ae44f79da5cb049470daba604506846poirier for k, v in pairs( r:parseargs() ) do
a51fa5c4960c597687688fd4a87856d5db51435fhumbedooh r:puts( string.format("%s: %s\n", k, v) )
8a0b66c25933ca8581954e6600c5b4f1e97dc738humbedooh end
92e5d4326ae44f79da5cb049470daba604506846poirier elseif r.method == 'POST' then
92e5d4326ae44f79da5cb049470daba604506846poirier for k, v in pairs( r:parsebody() ) do
a51fa5c4960c597687688fd4a87856d5db51435fhumbedooh r:puts( string.format("%s: %s\n", k, v) )
92e5d4326ae44f79da5cb049470daba604506846poirier end
92e5d4326ae44f79da5cb049470daba604506846poirier else
e1fcc3befbb69aab09018a6b8fe15d8816a16076humbedooh r:puts("Unsupported HTTP method " .. r.method)
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim end
92e5d4326ae44f79da5cb049470daba604506846poirierend
880f77d700bc15c83bb541a053cd56e89cbfb8bchumbedooh</highlight>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<p>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenThis handler function just prints out the uri or form encoded
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenarguments to a plaintext page.
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen</p>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<p>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenThis means (and in fact encourages) that you can have multiple
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenhandlers (or hooks, or filters) in the same script.
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen</p>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen</section>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<section id="writingauthzproviders">
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<title>Writing Authorization Providers</title>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<p><module>mod_authz_core</module> provides a high-level interface to
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfauthorization that is much easier to use than using into the relevant
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfhooks directly. The first argument to the
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<directive module="mod_authz_core">Require</directive> directive gives
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfthe name of the responsible authorization provider. For any
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<directive module="mod_authz_core">Require</directive> line,
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<module>mod_authz_core</module> will call the authorization provider
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfof the given name, passing the rest of the line as parameters. The
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfprovider will then check authorization and pass the result as return
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfvalue.</p>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<p>The authz provider is normally called before authentication. If it needs to
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfknow the authenticated user name (or if the user will be authenticated at
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfall), the provider must return <code>apache2.AUTHZ_DENIED_NO_USER</code>.
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfThis will cause authentication to proceed and the authz provider to be
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfcalled a second time.</p>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<p>The following authz provider function takes two arguments, one ip
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfaddress and one user name. It will allow access from the given ip address
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfwithout authentication, or if the authenticated user matches the second
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfargument:</p>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<highlight language="lua">
991f8cc9d508110a59a25a84f8c8d8d129c49859humbedooh<strong>authz_provider.lua</strong><br/>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfrequire 'apache2'
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sffunction authz_check_foo(r, ip, user)
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf if r.useragent_ip == ip then
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf return apache2.AUTHZ_GRANTED
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf elseif r.user == nil then
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf return apache2.AUTHZ_DENIED_NO_USER
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf elseif r.user == user then
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf return apache2.AUTHZ_GRANTED
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf else
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf return apache2.AUTHZ_DENIED
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf end
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfend
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf</highlight>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<p>The following configuration registers this function as provider
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<code>foo</code> and configures it for URL <code>/</code>:</p>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<highlight language="config">
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfLuaAuthzProvider foo authz_provider.lua authz_check_foo
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf&lt;Location /&gt;
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf Require foo 10.1.2.3 john_doe
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf&lt;/Location&gt;
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf</highlight>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf</section>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf
92e5d4326ae44f79da5cb049470daba604506846poirier<section id="writinghooks"><title>Writing Hooks</title>
92e5d4326ae44f79da5cb049470daba604506846poirier
889dc1728817c1c56d0c8d894c768614e346d86ecovener<p>Hook functions are how modules (and Lua scripts) participate in the
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jimprocessing of requests. Each type of hook exposed by the server exists for
df26612d249def4d0b228be69bf89d038d6a129ehumbedooha specific purpose, such as mapping requests to the file system,
df26612d249def4d0b228be69bf89d038d6a129ehumbedoohperforming access control, or setting mime types:</p>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh<table border="1" style="zebra">
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <th>Hook phase</th>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <th>mod_lua directive</th>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <th>Description</th>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh </tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>Quick handler</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td><directive module="mod_lua">LuaQuickHandler</directive></td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>This is the first hook that will be called after a request has
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh been mapped to a host or virtual host</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh </tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>Translate name</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td><directive module="mod_lua">LuaHookTranslateName</directive></td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>This phase translates the requested URI into a filename on the
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh system. Modules such as <module>mod_alias</module> and
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <module>mod_rewrite</module> operate in this phase.</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh </tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>Map to storage</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td><directive module="mod_lua">LuaHookMapToStorage</directive></td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>This phase maps files to their physical, cached or external/proxied storage.
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh It can be used by proxy or caching modules</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh </tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>Check Access</td>
cd9e08003b18a7744c680c07043543b36b941244humbedooh <td><directive module="mod_lua">LuaHookAccessChecker</directive></td>
cd9e08003b18a7744c680c07043543b36b941244humbedooh <td>This phase checks whether a client has access to a resource. This
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh phase is run before the user is authenticated, so beware.
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh </td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh </tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>Check User ID</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td><directive module="mod_lua">LuaHookCheckUserID</directive></td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>This phase it used to check the negotiated user ID</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh </tr>
cd9e08003b18a7744c680c07043543b36b941244humbedooh <tr>
cd9e08003b18a7744c680c07043543b36b941244humbedooh <td>Check Authorization</td>
cd9e08003b18a7744c680c07043543b36b941244humbedooh <td><directive module="mod_lua">LuaHookAuthChecker</directive> or
cd9e08003b18a7744c680c07043543b36b941244humbedooh <directive module="mod_lua">LuaAuthzProvider</directive></td>
cd9e08003b18a7744c680c07043543b36b941244humbedooh <td>This phase authorizes a user based on the negotiated credentials, such as
cd9e08003b18a7744c680c07043543b36b941244humbedooh user ID, client certificate etc.
cd9e08003b18a7744c680c07043543b36b941244humbedooh </td>
cd9e08003b18a7744c680c07043543b36b941244humbedooh </tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>Check Type</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td><directive module="mod_lua">LuaHookTypeChecker</directive></td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>This phase checks the requested file and assigns a content type and
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh a handler to it</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh </tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>Fixups</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td><directive module="mod_lua">LuaHookFixups</directive></td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>This is the final "fix anything" phase before the content handlers
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh are run. Any last-minute changes to the request should be made here.</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh </tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>Content handler</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>fx. <code>.lua</code> files or through <directive module="mod_lua">LuaMapHandler</directive></td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>This is where the content is handled. Files are read, parsed, some are run,
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh and the result is sent to the client</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh </tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>Logging</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>(none)</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh <td>Once a request has been handled, it enters several logging phases,
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh which logs the request in either the error or access log</td>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh </tr>
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh
939b5ecdab2e2265a3915b71862c41f527cce73dhumbedooh</table>
889dc1728817c1c56d0c8d894c768614e346d86ecovener
3d0a46e44a6b200a4a152775adea19a9d9d65ac4humbedooh<p>Hook functions are passed the request object as their only argument
3d0a46e44a6b200a4a152775adea19a9d9d65ac4humbedooh(except for LuaAuthzProvider, which also gets passed the arguments from
3d0a46e44a6b200a4a152775adea19a9d9d65ac4humbedoohthe Require directive).
92e5d4326ae44f79da5cb049470daba604506846poirierThey can return any value, depending on the hook, but most commonly
df26612d249def4d0b228be69bf89d038d6a129ehumbedoohthey'll return OK, DONE, or DECLINED, which you can write in Lua as
92e5d4326ae44f79da5cb049470daba604506846poirier<code>apache2.OK</code>, <code>apache2.DONE</code>, or
92e5d4326ae44f79da5cb049470daba604506846poirier<code>apache2.DECLINED</code>, or else an HTTP status code.</p>
92e5d4326ae44f79da5cb049470daba604506846poirier
991f8cc9d508110a59a25a84f8c8d8d129c49859humbedooh
880f77d700bc15c83bb541a053cd56e89cbfb8bchumbedooh<highlight language="lua">
991f8cc9d508110a59a25a84f8c8d8d129c49859humbedooh<strong>translate_name.lua</strong><br/>
bb57315f942d09c744543fe41e453bd0181fd93ecovener-- example hook that rewrites the URI to a filesystem path.
bb57315f942d09c744543fe41e453bd0181fd93ecovener
bb57315f942d09c744543fe41e453bd0181fd93ecovenerrequire 'apache2'
bb57315f942d09c744543fe41e453bd0181fd93ecovener
bb57315f942d09c744543fe41e453bd0181fd93ecovenerfunction translate_name(r)
bb57315f942d09c744543fe41e453bd0181fd93ecovener if r.uri == "/translate-name" then
bb57315f942d09c744543fe41e453bd0181fd93ecovener r.filename = r.document_root .. "/find_me.txt"
bb57315f942d09c744543fe41e453bd0181fd93ecovener return apache2.OK
bb57315f942d09c744543fe41e453bd0181fd93ecovener end
bb57315f942d09c744543fe41e453bd0181fd93ecovener -- we don't care about this URL, give another module a chance
bb57315f942d09c744543fe41e453bd0181fd93ecovener return apache2.DECLINED
bb57315f942d09c744543fe41e453bd0181fd93ecovenerend
880f77d700bc15c83bb541a053cd56e89cbfb8bchumbedooh</highlight>
bb57315f942d09c744543fe41e453bd0181fd93ecovener
991f8cc9d508110a59a25a84f8c8d8d129c49859humbedooh
880f77d700bc15c83bb541a053cd56e89cbfb8bchumbedooh<highlight language="lua">
991f8cc9d508110a59a25a84f8c8d8d129c49859humbedooh<strong>translate_name2.lua</strong><br/>
bb57315f942d09c744543fe41e453bd0181fd93ecovener--[[ example hook that rewrites one URI to another URI. It returns a
bb57315f942d09c744543fe41e453bd0181fd93ecovener apache2.DECLINED to give other URL mappers a chance to work on the
bb57315f942d09c744543fe41e453bd0181fd93ecovener substitution, including the core translate_name hook which maps based
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim on the DocumentRoot.
bb57315f942d09c744543fe41e453bd0181fd93ecovener
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh Note: Use the early/late flags in the directive to make it run before
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh or after mod_alias.
bb57315f942d09c744543fe41e453bd0181fd93ecovener--]]
92e5d4326ae44f79da5cb049470daba604506846poirier
92e5d4326ae44f79da5cb049470daba604506846poirierrequire 'apache2'
92e5d4326ae44f79da5cb049470daba604506846poirier
92e5d4326ae44f79da5cb049470daba604506846poirierfunction translate_name(r)
92e5d4326ae44f79da5cb049470daba604506846poirier if r.uri == "/translate-name" then
92e5d4326ae44f79da5cb049470daba604506846poirier r.uri = "/find_me.txt"
92e5d4326ae44f79da5cb049470daba604506846poirier return apache2.DECLINED
92e5d4326ae44f79da5cb049470daba604506846poirier end
92e5d4326ae44f79da5cb049470daba604506846poirier return apache2.DECLINED
92e5d4326ae44f79da5cb049470daba604506846poirierend
880f77d700bc15c83bb541a053cd56e89cbfb8bchumbedooh</highlight>
92e5d4326ae44f79da5cb049470daba604506846poirier</section>
92e5d4326ae44f79da5cb049470daba604506846poirier
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<section id="datastructures"><title>Data Structures</title>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<dl>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<dt>request_rec</dt>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen <dd>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen <p>The request_rec is mapped in as a userdata. It has a metatable
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen which lets you do useful things with it. For the most part it
df26612d249def4d0b228be69bf89d038d6a129ehumbedooh has the same fields as the request_rec struct, many of which are writable as
92e5d4326ae44f79da5cb049470daba604506846poirier well as readable. (The table fields' content can be changed, but the
92e5d4326ae44f79da5cb049470daba604506846poirier fields themselves cannot be set to different tables.)</p>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <table border="1" style="zebra">
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <th><strong>Name</strong></th>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <th><strong>Lua type</strong></th>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <th><strong>Writable</strong></th>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <th><strong>Description</strong></th>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td><code>allowoverrides</code></td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>string</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>no</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>The AllowOverride options applied to the current request.</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>ap_auth_type</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>If an authentication check was made, this is set to the type
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh of authentication (f.x. <code>basic</code>)</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>args</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
fc57cc74ee4e73618f74a7a62ea6ac77546666dacovener <td>yes</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The query string arguments extracted from the request
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh (f.x. <code>foo=bar&amp;name=johnsmith</code>)</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>assbackwards</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>boolean</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>Set to true if this is an HTTP/0.9 style request
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh (e.g. <code>GET /foo</code> (with no headers) )</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td><code>auth_name</code></td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>string</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>no</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>The realm name used for authorization (if applicable).</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh </tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td><code>banner</code></td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>string</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>no</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>The server banner, f.x. <code>Apache HTTP Server/2.4.3 openssl/0.9.8c</code></td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh </tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td><code>basic_auth_pw</code></td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>string</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>no</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>The basic auth password sent with this request, if any</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>canonical_filename</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The canonical filename of the request</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>content_encoding</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The content encoding of the current request</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>content_type</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>yes</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The content type of the current request, as determined in the
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh type_check phase (f.x. <code>image/gif</code> or <code>text/html</code>)</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <tr>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <td><code>context_prefix</code></td>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <td>string</td>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td></td>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf </tr>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <tr>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <td><code>context_document_root</code></td>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <td>string</td>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td></td>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>document_root</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The document root of the host</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>err_headers_out</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>table</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>MIME header environment for the response, printed even on errors and
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh persist across internal redirects</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>filename</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>yes</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The file name that the request maps to, f.x. /www/example.com/foo.txt. This can be
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh changed in the translate-name or map-to-storage phases of a request to allow the
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh default handler (or script handlers) to serve a different file than what was requested.</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
7152f5d04e3782c5e93016ae2ccd960f8538b83bcovener <tr>
7152f5d04e3782c5e93016ae2ccd960f8538b83bcovener <td><code>handler</code></td>
7152f5d04e3782c5e93016ae2ccd960f8538b83bcovener <td>string</td>
7152f5d04e3782c5e93016ae2ccd960f8538b83bcovener <td>yes</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The name of the <a href="/handler.html">handler</a> that should serve this request, f.x.
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <code>lua-script</code> if it is to be served by mod_lua. This is typically set by the
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <directive module="mod_mime">AddHandler</directive> or <directive module="core">SetHandler</directive>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh directives, but could also be set via mod_lua to allow another handler to serve up a specific request
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh that would otherwise not be served by it.
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh </td>
7152f5d04e3782c5e93016ae2ccd960f8538b83bcovener </tr>
7152f5d04e3782c5e93016ae2ccd960f8538b83bcovener
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>headers_in</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>table</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>yes</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>MIME header environment from the request. This contains headers such as <code>Host,
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh User-Agent, Referer</code> and so on.</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>headers_out</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>table</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>yes</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>MIME header environment for the response.</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>hostname</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The host name, as set by the <code>Host:</code> header or by a full URI.</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh </tr>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <tr>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td><code>is_https</code></td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>boolean</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>Whether or not this request is done via HTTPS</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td><code>is_initial_req</code></td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>boolean</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>no</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>Whether this request is the initial request or a sub-request</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh </tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td><code>limit_req_body</code></td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>number</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>no</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>The size limit of the request body for this request, or 0 if no limit.</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh </tr>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <tr>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <td><code>log_id</code></td>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <td>string</td>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The ID to identify request in access and error log.</td>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>method</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The request method, f.x. <code>GET</code> or <code>POST</code>.</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>notes</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>table</td>
92e5d4326ae44f79da5cb049470daba604506846poirier <td>yes</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>A list of notes that can be passed on from one module to another.</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td><code>options</code></td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>string</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>no</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>The Options directive applied to the current request.</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>path_info</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The PATH_INFO extracted from this request.</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td><code>port</code></td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>number</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>no</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>The server port used by the request.</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>protocol</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The protocol used, f.x. <code>HTTP/1.1</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
7152f5d04e3782c5e93016ae2ccd960f8538b83bcovener <tr>
7152f5d04e3782c5e93016ae2ccd960f8538b83bcovener <td><code>proxyreq</code></td>
7152f5d04e3782c5e93016ae2ccd960f8538b83bcovener <td>string</td>
7152f5d04e3782c5e93016ae2ccd960f8538b83bcovener <td>yes</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>Denotes whether this is a proxy request or not. This value is generally set in
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh the post_read_request/translate_name phase of a request.</td>
7152f5d04e3782c5e93016ae2ccd960f8538b83bcovener </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>range</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The contents of the <code>Range:</code> header.</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td><code>remaining</code></td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>number</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>no</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>The number of bytes remaining to be read from the request body.</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh </tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td><code>server_built</code></td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>string</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>no</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>The time the server executable was built.</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh </tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td><code>server_name</code></td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>string</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>no</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>The server name for this request.</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh </tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td><code>some_auth_required</code></td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>boolean</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>no</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>Whether some authorization is/was required for this request.</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh </tr>
8230057b2a5c382433ec1d7a9d1e3f1bb1daa87acovener <tr>
8230057b2a5c382433ec1d7a9d1e3f1bb1daa87acovener <td><code>subprocess_env</code></td>
8230057b2a5c382433ec1d7a9d1e3f1bb1daa87acovener <td>table</td>
8230057b2a5c382433ec1d7a9d1e3f1bb1daa87acovener <td>yes</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The environment variables set for this request.</td>
8230057b2a5c382433ec1d7a9d1e3f1bb1daa87acovener </tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <tr>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td><code>started</code></td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>number</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>no</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh <td>The time the server was (re)started, in seconds since the epoch (Jan 1st, 1970)</td>
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>status</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>number</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>yes</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The (current) HTTP return code for this request, f.x. <code>200</code> or <code>404</code>.</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>the_request</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The request string as sent by the client, f.x. <code>GET /foo/bar HTTP/1.1</code>.</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>unparsed_uri</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The unparsed URI of the request</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>uri</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>yes</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The URI after it has been parsed by httpd</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td><code>user</code></td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>string</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <td>yes</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>If an authentication check has been made, this is set to the name of the authenticated user.</td>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </tr>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <tr>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <td><code>useragent_ip</code></td>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <td>string</td>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf <td>no</td>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh <td>The IP of the user agent making the request</td>
f5b3f41700a107b9df2b3c5a1cc3e5ea775fd8fesf </tr>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier </table>
887ddb3e9bc5857cf9ce17263be412c6d8339c03humbedooh </dd>
887ddb3e9bc5857cf9ce17263be412c6d8339c03humbedooh </dl>
887ddb3e9bc5857cf9ce17263be412c6d8339c03humbedooh</section>
887ddb3e9bc5857cf9ce17263be412c6d8339c03humbedooh<section id="functions"><title>Built in functions</title>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<p>The request_rec object has (at least) the following methods:</p>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
df26612d249def4d0b228be69bf89d038d6a129ehumbedoohr:flush() -- flushes the output buffer.
df26612d249def4d0b228be69bf89d038d6a129ehumbedooh -- Returns true if the flush was successful, false otherwise.
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohwhile we_have_stuff_to_send do
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh r:puts("Bla bla bla\n") -- print something to client
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh r:flush() -- flush the buffer (send to client)
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh r:sleep(0.5) -- fake processing time and repeat
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohend
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:addoutputfilter(name|function) -- add an output filter:
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:addoutputfilter("fooFilter") -- add the fooFilter to the output stream
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
65305d236fe992253daa6ee6b3176a8e0e2d87e1humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:sendfile(filename) -- sends an entire file to the client, using sendfile if supported by the current platform:
65305d236fe992253daa6ee6b3176a8e0e2d87e1humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohif use_sendfile_thing then
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh r:sendfile("/var/www/large_file.img")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohend
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:parseargs() -- returns a Lua table containing the request's query string arguments:
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal GET = r:parseargs()
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:puts("Your name is: " .. GET['name'] or "Unknown")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
1abe2f0d024bcb5d099cef68af06781da4e3270bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:parsebody([sizeLimit]) -- parse the request body as a POST and return a lua table.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh -- An optional number may be passed to specify the maximum number
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh -- of bytes to parse. Default is 8192 bytes:
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal POST = r:parsebody(1024*1024)
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:puts("Your name is: " .. POST['name'] or "Unknown")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:puts("hello", " world", "!") -- print to response body, self explanatory
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:write("a single string") -- print to response body, self explanatory
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:escape_html("&lt;html&gt;test&lt;/html&gt;") -- Escapes HTML code and returns the escaped result
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:base64_encode(string) -- Encodes a string using the Base64 encoding standard:
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal encoded = r:base64_encode("This is a test") -- returns VGhpcyBpcyBhIHRlc3Q=
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:base64_decode(string) -- Decodes a Base64-encoded string:
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal decoded = r:base64_decode("VGhpcyBpcyBhIHRlc3Q=") -- returns 'This is a test'
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:md5(string) -- Calculates and returns the MD5 digest of a string (binary safe):
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal hash = r:md5("This is a test") -- returns ce114e4501d2f4e2dcea3e17b546f339
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:sha1(string) -- Calculates and returns the SHA1 digest of a string (binary safe):
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal hash = r:sha1("This is a test") -- returns a54d88e06612d820bc3be72877c74f257b561b19
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:escape(string) -- URL-Escapes a string:
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal url = "http://foo.bar/1 2 3 &amp; 4 + 5"
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal escaped = r:escape(url) -- returns 'http%3a%2f%2ffoo.bar%2f1+2+3+%26+4+%2b+5'
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:unescape(string) -- Unescapes an URL-escaped string:
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal url = "http%3a%2f%2ffoo.bar%2f1+2+3+%26+4+%2b+5"
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal unescaped = r:escape(url) -- returns 'http://foo.bar/1 2 3 &amp; 4 + 5'
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:mpm_query(number) -- Queries the server for MPM information using ap_mpm_query:
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal mpm = r.mpm_query(14)
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohif mpm == 1 then
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh r:puts("This server uses the Event MPM")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohend
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:expr(string) -- Evaluates an <a href="/expr.html">expr</a> string.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohif r:expr("%{HTTP_HOST} =~ /^www/") then
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh r:puts("This host name starts with www")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohend
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:scoreboard_process(a) -- Queries the server for information about the process at position <code>a</code>:
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal process = r:scoreboard_process(1)
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:puts("Server 1 has PID " .. process.pid)
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:scoreboard_worker(a, b) -- Queries for information about the worker thread, <code>b</code>, in process <code>a</code>:
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal thread = r:scoreboard_worker(1, 1)
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:puts("Server 1's thread 1 has thread ID " .. thread.tid .. " and is in " .. thread.status .. " status")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:clock() -- Returns the current time with microsecond precision
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedoohr:requestbody(filename) -- Reads and returns the request body of a request.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh -- If 'filename' is specified, it instead saves the
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh -- contents to that file:
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal input = r:requestbody()
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:puts("You sent the following request body to me:\n")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:puts(input)
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:add_input_filter(filter_name) -- Adds 'filter_name' as an input filter
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr.module_info(module_name) -- Queries the server for information about a module
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal mod = r.module_info("mod_lua.c")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohif mod then
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh for k, v in pairs(mod.commands) do
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh r:puts( ("%s: %s\n"):format(k,v)) -- print out all directives accepted by this module
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh end
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohend
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:loaded_modules() -- Returns a list of modules loaded by httpd:
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohfor k, module in pairs(r:loaded_modules()) do
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh r:puts("I have loaded module " .. module .. "\n")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohend
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedoohr:runtime_dir_relative(filename) -- Compute the name of a run-time file (e.g., shared memory "file")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh -- relative to the appropriate run-time directory.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:server_info() -- Returns a table containing server information, such as
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh -- the name of the httpd executable file, mpm used etc.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:set_document_root(file_path) -- Sets the document root for the request to file_path
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
f6187be8fbc9e476fea11666c8186c92dff09530humbedooh<!--
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
cfdd0f2aaf885180f9b3ff40e73e9bac7ebb8bf4humbedoohr:add_version_component(component_string) - - Adds a component to the server banner.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
f6187be8fbc9e476fea11666c8186c92dff09530humbedooh-->
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:set_context_info(prefix, docroot) -- Sets the context prefix and context document root for a request
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
df26612d249def4d0b228be69bf89d038d6a129ehumbedoohr:os_escape_path(file_path) -- Converts an OS path to a URL in an OS dependent way
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:escape_logitem(string) -- Escapes a string for logging
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
12fd1f4697b0ab251726ec364ed079d2179237f2humbedoohr.strcmp_match(string, pattern) -- Checks if 'string' matches 'pattern' using strcmp_match (globs).
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh -- fx. whether 'www.example.com' matches '*.example.com':
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
12fd1f4697b0ab251726ec364ed079d2179237f2humbedoohlocal match = r.strcmp_match("foobar.com", "foo*.com")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohif match then
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh r:puts("foobar.com matches foo*.com")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohend
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:set_keepalive() -- Sets the keepalive status for a request. Returns true if possible, false otherwise.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:make_etag() -- Constructs and returns the etag for the current request.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedoohr:send_interim_response(clear) -- Sends an interim (1xx) response to the client.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh -- if 'clear' is true, available headers will be sent and cleared.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedoohr:custom_response(status_code, string) -- Construct and set a custom response for a given status code.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh -- This works much like the ErrorDocument directive:
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:custom_response(404, "Baleted!")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
b09343eab0cfb21abbd0f11c484282d1d0fdd12bhumbedoohr.exists_config_define(string) -- Checks whether a configuration definition exists or not:
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
b09343eab0cfb21abbd0f11c484282d1d0fdd12bhumbedoohif r.exists_config_define("FOO") then
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh r:puts("httpd was probably run with -DFOO, or it was defined in the configuration")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohend
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:state_query(string) -- Queries the server for state information
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohr:stat(filename) -- Runs stat() on a file, and returns a table with file information:
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohlocal info = r:stat("/var/www/foo.txt")
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohif info then
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh r:puts("This file exists and was last modified at: " .. info.modified)
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohend
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
2237bdf5516fc5fa6f320826c62a1cbcddbb2ad4humbedoohr:regex(string, pattern, [flags]) -- Runs a regular expression match on a string, returning captures if matched:
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
2237bdf5516fc5fa6f320826c62a1cbcddbb2ad4humbedoohlocal matches = r:regex("foo bar baz", [[foo (\w+) (\S*)]])
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohif matches then
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh r:puts("The regex matched, and the last word captured ($2) was: " .. matches[2])
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedoohend
2237bdf5516fc5fa6f320826c62a1cbcddbb2ad4humbedooh
2237bdf5516fc5fa6f320826c62a1cbcddbb2ad4humbedooh-- Example ignoring case sensitivity:
2237bdf5516fc5fa6f320826c62a1cbcddbb2ad4humbedoohlocal matches = r:regex("FOO bar BAz", [[(foo) bar]], 1)
2237bdf5516fc5fa6f320826c62a1cbcddbb2ad4humbedooh
2237bdf5516fc5fa6f320826c62a1cbcddbb2ad4humbedooh-- Flags can be a bitwise combination of:
2237bdf5516fc5fa6f320826c62a1cbcddbb2ad4humbedooh-- 0x01: Ignore case
2237bdf5516fc5fa6f320826c62a1cbcddbb2ad4humbedooh-- 0x02: Multiline search
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
e53ae81ffa6d05c08191384c5c6040dee6d1d7d2humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
887ddb3e9bc5857cf9ce17263be412c6d8339c03humbedoohr:sleep(number_of_seconds) -- Puts the script to sleep for a given number of seconds.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh -- This can be a floating point number like 1.25 for extra accuracy.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh<highlight language="lua">
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohr:dbacquire(dbType[, dbParams]) -- Acquires a connection to a database and returns a database class.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh -- See '<a href="#databases">Database connectivity</a>' for details.
7c3e1c5ca4a644b99873755515503db42b869a4bhumbedooh</highlight>
887ddb3e9bc5857cf9ce17263be412c6d8339c03humbedooh
5ec23983db597859169a29da98b5c536e882f47dhumbedooh<highlight language="lua">
5ec23983db597859169a29da98b5c536e882f47dhumbedoohr:ivm_set("key", value) -- Set an Inter-VM variable to hold a specific value.
5ec23983db597859169a29da98b5c536e882f47dhumbedooh -- These values persist even though the VM is gone or not being used,
5ec23983db597859169a29da98b5c536e882f47dhumbedooh -- and so should only be used if MaxConnectionsPerChild is > 0
5ec23983db597859169a29da98b5c536e882f47dhumbedooh -- Values can be numbers, strings and booleans.
5ec23983db597859169a29da98b5c536e882f47dhumbedooh
5ec23983db597859169a29da98b5c536e882f47dhumbedoohr:ivm_get("key") -- Fetches a variable set by ivm_set. Returns the contents of the variable
5ec23983db597859169a29da98b5c536e882f47dhumbedooh -- if it exists or nil if no such variable exists.
5ec23983db597859169a29da98b5c536e882f47dhumbedooh</highlight>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen</section>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<section id="logging"><title>Logging Functions</title>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
880f77d700bc15c83bb541a053cd56e89cbfb8bchumbedooh<highlight language="lua">
92e5d4326ae44f79da5cb049470daba604506846poirier -- examples of logging messages<br />
b60ba9fb00026d3dbca744c6c19afe63cba3a3d1covener r:trace1("This is a trace log message") -- trace1 through trace8 can be used <br />
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen r:debug("This is a debug log message")<br />
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen r:info("This is an info log message")<br />
ad14c3be71733d3fc6dfd139ec6e41384109dd0bhumbedooh r:notice("This is a notice log message")<br />
ad14c3be71733d3fc6dfd139ec6e41384109dd0bhumbedooh r:warn("This is a warn log message")<br />
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen r:err("This is an err log message")<br />
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen r:alert("This is an alert log message")<br />
ad14c3be71733d3fc6dfd139ec6e41384109dd0bhumbedooh r:crit("This is a crit log message")<br />
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen r:emerg("This is an emerg log message")<br />
880f77d700bc15c83bb541a053cd56e89cbfb8bchumbedooh</highlight>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen</section>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
92e5d4326ae44f79da5cb049470daba604506846poirier<section id="apache2"><title>apache2 Package</title>
92e5d4326ae44f79da5cb049470daba604506846poirier<p>A package named <code>apache2</code> is available with (at least) the following contents.</p>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier<dl>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <dt>apache2.OK</dt>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <dd>internal constant OK. Handlers should return this if they've
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier handled the request.</dd>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <dt>apache2.DECLINED</dt>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <dd>internal constant DECLINED. Handlers should return this if
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier they are not going to handle the request.</dd>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <dt>apache2.DONE</dt>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <dd>internal constant DONE.</dd>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <dt>apache2.version</dt>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <dd>Apache HTTP server version string</dd>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <dt>apache2.HTTP_MOVED_TEMPORARILY</dt>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier <dd>HTTP status code</dd>
7152f5d04e3782c5e93016ae2ccd960f8538b83bcovener <dt>apache2.PROXYREQ_NONE, apache2.PROXYREQ_PROXY, apache2.PROXYREQ_REVERSE, apache2.PROXYREQ_RESPONSE</dt>
7152f5d04e3782c5e93016ae2ccd960f8538b83bcovener <dd>internal constants used by <module>mod_proxy</module></dd>
bb565c480bd5ba22f4bb1026f06aff3e1880d450humbedooh <dt>apache2.AUTHZ_DENIED, apache2.AUTHZ_GRANTED, apache2.AUTHZ_NEUTRAL, apache2.AUTHZ_GENERAL_ERROR, apache2.AUTHZ_DENIED_NO_USER</dt>
bb565c480bd5ba22f4bb1026f06aff3e1880d450humbedooh <dd>internal constants used by <module>mod_authz_core</module></dd>
bb565c480bd5ba22f4bb1026f06aff3e1880d450humbedooh
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier</dl>
92e5d4326ae44f79da5cb049470daba604506846poirier<p>(Other HTTP status codes are not yet implemented.)</p>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier</section>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh<section id="modifying_buckets">
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh <title>Modifying contents with Lua filters</title>
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh <p>
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh Filter functions implemented via <directive module="mod_lua">LuaInputFilter</directive>
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh or <directive module="mod_lua">LuaOutputFilter</directive> are designed as
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh three-stage non-blocking functions using coroutines to suspend and resume a
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh function as buckets are sent down the filter chain. The core structure of
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh such a function is:
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh </p>
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh <highlight language="lua">
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedoohfunction filter(r)
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh -- Our first yield is to signal that we are ready to receive buckets.
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh -- Before this yield, we can set up our environment, check for conditions,
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh -- and, if we deem it necessary, decline filtering a request alltogether:
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh if something_bad then
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh return -- This would skip this filter.
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh end
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh -- Regardless of whether we have data to prepend, a yield MUST be called here.
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh -- Note that only output filters can prepend data. Input filters must use the
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh -- final stage to append data to the content.
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh coroutine.yield([optional header to be prepended to the content])
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh -- After we have yielded, buckets will be sent to us, one by one, and we can
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh -- do whatever we want with them and then pass on the result.
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh -- Buckets are stored in the global variable 'bucket', so we create a loop
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh -- that checks if 'bucket' is not nil:
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh while bucket ~= nil do
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh local output = mangle(bucket) -- Do some stuff to the content
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh coroutine.yield(output) -- Return our new content to the filter chain
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh end
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh -- Once the buckets are gone, 'bucket' is set to nil, which will exit the
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh -- loop and land us here. Anything extra we want to append to the content
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh -- can be done by doing a final yield here. Both input and output filters
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh -- can append data to the content in this phase.
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh coroutine.yield([optional footer to be appended to the content])
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedoohend
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh </highlight>
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh</section>
29ea022b95269d4e20bb1cedfe0901b394af23adhumbedooh
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh<section id="databases">
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <title>Database connectivity</title>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <p>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh Mod_lua implements a simple database feature for querying and running commands
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh on the most popular database engines (mySQL, PostgreSQL, FreeTDS, ODBC, SQLite, Oracle)
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh as well as mod_dbd.
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </p>
24bb35eebc97a2d2934cd14b39317b0f5670cee8humbedooh <p>The example below shows how to acquire a database handle and return information from a table:</p>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <highlight language="lua">
41b80e60f0a4e1983276dae38db8d48c5a4b248chumbedoohfunction handle(r)
24bb35eebc97a2d2934cd14b39317b0f5670cee8humbedooh -- Acquire a database handle
0b27bfd445a915181e6ed64436abe42fc4fe0d74humbedooh local database, err = r:dbacquire("mysql", "server=localhost,user=root,dbname=mydb")
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh if not err then
24bb35eebc97a2d2934cd14b39317b0f5670cee8humbedooh -- Select some information from it
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh local results, err = database:select(r, "SELECT `name`, `age` FROM `people` WHERE 1")
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh if not err then
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh local rows = results(0) -- fetch all rows synchronously
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh for k, row in pairs(rows) do
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh r:puts( string.format("Name: %s, Age: %s&lt;br/&gt;", row[1], row[2]) )
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh end
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh else
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh r:puts("Database query error: " .. err)
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh end
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh database:close()
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh else
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh r:puts("Could not connect to the database: " .. err)
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh end
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohend
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </highlight>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <p>
b7d9852c9553496fb1e6e0205a231c70dd4702d1rbowen To utilize <module>mod_dbd</module>, specify <code>mod_dbd</code>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh as the database type, or leave the field blank:
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </p>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <highlight language="lua">
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh local database = r:dbacquire("mod_dbd")
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </highlight>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <section id="database_object">
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <title>Database object and contained functions</title>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <p>The database object returned by <code>dbacquire</code> has the following methods:</p>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <p><strong>Normal select and query from a database:</strong></p>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <highlight language="lua">
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh-- Run a statement and return the number of rows affected:
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohlocal affected, errmsg = database:query(r, "DELETE FROM `tbl` WHERE 1")
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh-- Run a statement and return a result set that can be used synchronously or async:
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohlocal result, errmsg = database:select(r, "SELECT * FROM `people` WHERE 1")
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </highlight>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <p><strong>Using prepared statements (recommended):</strong></p>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <highlight language="lua">
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh-- Create and run a prepared statement:
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohlocal statement, errmsg = database:prepare(r, "DELETE FROM `tbl` WHERE `age` > %u")
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohif not errmsg then
d7820590fdc0f5ae6a289197a455a8b7b9b68d4chumbedooh local result, errmsg = statement:query(20) -- run the statement with age &gt; 20
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohend
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh-- Fetch a prepared statement from a DBDPrepareSQL directive:
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohlocal statement, errmsg = database:prepared(r, "someTag")
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohif not errmsg then
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh local result, errmsg = statement:select("John Doe", 123) -- inject the values "John Doe" and 123 into the statement
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohend
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh</highlight>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <p><strong>Escaping values, closing databases etc:</strong></p>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <highlight language="lua">
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh-- Escape a value for use in a statement:
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohlocal escaped = database:escape(r, [["'|blabla]])
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh-- Close a database connection and free up handles:
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohdatabase:close()
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh-- Check whether a database connection is up and running:
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohlocal connected = database:active()
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </highlight>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </section>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <section id="result_sets">
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <title>Working with result sets</title>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <p>The result set returned by <code>db:select</code> or by the prepared statement functions
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh created through <code>db:prepare</code> can be used to
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh fetch rows synchronously or asynchronously, depending on the row number specified:<br/>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <code>result(0)</code> fetches all rows in a synchronous manner, returning a table of rows.<br/>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <code>result(-1)</code> fetches the next available row in the set, asynchronously.<br/>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <code>result(N)</code> fetches row number <code>N</code>, asynchronously:
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </p>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <highlight language="lua">
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh-- fetch a result set using a regular query:
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohlocal result, err = db:select(r, "SELECT * FROM `tbl` WHERE 1")
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohlocal rows = result(0) -- Fetch ALL rows synchronously
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohlocal row = result(-1) -- Fetch the next available row, asynchronously
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohlocal row = result(1234) -- Fetch row number 1234, asynchronously
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </highlight>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <p>One can construct a function that returns an iterative function to iterate over all rows
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh in a synchronous or asynchronous way, depending on the async argument:
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </p>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <highlight language="lua">
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohfunction rows(resultset, async)
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh local a = 0
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh local function getnext()
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh a = a + 1
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh local row = resultset(-1)
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh return row and a or nil, row
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh end
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh if not async then
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh return pairs(resultset(0))
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh else
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh return getnext, self
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh end
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohend
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohlocal statement, err = db:prepare(r, "SELECT * FROM `tbl` WHERE `age` > %u")
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohif not err then
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh -- fetch rows asynchronously:
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh local result, err = statement:select(20)
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh if not err then
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh for index, row in rows(result, true) do
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh ....
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh end
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh end
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh -- fetch rows synchronously:
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh local result, err = statement:select(20)
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh if not err then
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh for index, row in rows(result, false) do
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh ....
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh end
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh end
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohend
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </highlight>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </section>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <section id="closing_databases">
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <title>Closing a database connection</title>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <p>Database handles should be closed using <code>database:close()</code> when they are no longer
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh needed. If you do not close them manually, they will eventually be garbage collected and
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh closed by mod_lua, but you may end up having too many unused connections to the database
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh if you leave the closing up to mod_lua. Essentially, the following two measures are
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh the same:
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </p>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <highlight language="lua">
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh-- Method 1: Manually close a handle
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohlocal database = r:dbacquire("mod_dbd")
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohdatabase:close() -- All done
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh-- Method 2: Letting the garbage collector close it
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohlocal database = r:dbacquire("mod_dbd")
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohdatabase = nil -- throw away the reference
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedoohcollectgarbage() -- close the handle via GC
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh</highlight>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </section>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <section id="database_caveat">
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <title>Precautions when working with databases</title>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh <p>Although the standard <code>query</code> and <code>run</code> functions are freely
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh available, it is recommended that you use prepared statements whenever possible, to
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh both optimize performance (if your db handle lives on for a long time) and to minimize
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh the risk of SQL injection attacks. <code>run</code> and <code>query</code> should only
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh be used when there are no variables inserted into a statement (a static statement).
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh When using dynamic statements, use <code>db:prepare</code> or <code>db:prepared</code>.
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </p>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh </section>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh</section>
4ca22cf27ccfcefab65ff6c66da12bba69e33948humbedooh
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen<name>LuaRoot</name>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<description>Specify the base path for resolving relative paths for mod_lua directives</description>
fb51a6b789d85113d0976148685b0063c294220drbowen<syntax>LuaRoot /path/to/a/directory</syntax>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<contextlist><context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<context>directory</context><context>.htaccess</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<usage>
fb51a6b789d85113d0976148685b0063c294220drbowen <p>Specify the base path which will be used to evaluate all
2219c51bf0756c2f6f7deb88a13baf30f141c12epoirier relative paths within mod_lua. If not specified they
fb51a6b789d85113d0976148685b0063c294220drbowen will be resolved relative to the current working directory,
fb51a6b789d85113d0976148685b0063c294220drbowen which may not always work well for a server.</p>
fb51a6b789d85113d0976148685b0063c294220drbowen</usage>
fb51a6b789d85113d0976148685b0063c294220drbowen</directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen<name>LuaScope</name>
bb565c480bd5ba22f4bb1026f06aff3e1880d450humbedooh<description>One of once, request, conn, thread -- default is once</description>
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh<syntax>LuaScope once|request|conn|thread|server [min] [max]</syntax>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier<default>LuaScope once</default>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<contextlist><context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<context>directory</context><context>.htaccess</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<usage>
df26612d249def4d0b228be69bf89d038d6a129ehumbedooh <p>Specify the life cycle scope of the Lua interpreter which will
c994f52ac80f9664d2940e5ccd9e77466572013frbowen be used by handlers in this "Directory." The default is "once"</p>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <dl>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <dt>once:</dt> <dd>use the interpreter once and throw it away.</dd>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim <dt>request:</dt> <dd>use the interpreter to handle anything based on
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim the same file within this request, which is also
c994f52ac80f9664d2940e5ccd9e77466572013frbowen request scoped.</dd>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <dt>conn:</dt> <dd>Same as request but attached to the connection_rec</dd>
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh
4c5d2aefce1b8d2f1a391aa4b36c323b0394257ehumbedooh <dt>thread:</dt> <dd>Use the interpreter for the lifetime of the thread
154995171968d5fbc34d840ffdb303b5b1f26486humbedooh handling the request (only available with threaded MPMs).</dd>
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <dt>server:</dt> <dd>This one is different than others because the
fb51a6b789d85113d0976148685b0063c294220drbowen server scope is quite long lived, and multiple threads
396c4422f2dc5e4d199a4f84d4504afa0c2fad8ahumbedooh will have the same server_rec. To accommodate this,
396c4422f2dc5e4d199a4f84d4504afa0c2fad8ahumbedooh server scoped Lua states are stored in an apr
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh resource list. The <code>min</code> and <code>max</code> arguments
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh specify the minimum and maximum number of Lua states to keep in the
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh pool.</dd>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen </dl>
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh <p>
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh Generally speaking, the <code>thread</code> and <code>server</code> scopes
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh execute roughly 2-3 times faster than the rest, because they don't have to
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh spawn new Lua states on every request (especially with the event MPM, as
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh even keepalive requests will use a new thread for each request). If you are
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh satisfied that your scripts will not have problems reusing a state, then
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh the <code>thread</code> or <code>server</code> scopes should be used for
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh maximum performance. While the <code>thread</code> scope will provide the
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh fastest responses, the <code>server</code> scope will use less memory, as
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh states are pooled, allowing f.x. 1000 threads to share only 100 Lua states,
396c4422f2dc5e4d199a4f84d4504afa0c2fad8ahumbedooh thus using only 10% of the memory required by the <code>thread</code> scope.
64fdaa4bd37b26a94cf24d544d31e6f39bc6253ehumbedooh </p>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen</usage>
fb51a6b789d85113d0976148685b0063c294220drbowen</directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen<name>LuaMapHandler</name>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<description>Map a path to a lua handler</description>
fb51a6b789d85113d0976148685b0063c294220drbowen<syntax>LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name]</syntax>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<contextlist><context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<context>directory</context><context>.htaccess</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
fb51a6b789d85113d0976148685b0063c294220drbowen<usage>
fb51a6b789d85113d0976148685b0063c294220drbowen <p>This directive matches a uri pattern to invoke a specific
fb51a6b789d85113d0976148685b0063c294220drbowen handler function in a specific file. It uses PCRE regular
fb51a6b789d85113d0976148685b0063c294220drbowen expressions to match the uri, and supports interpolating
396c4422f2dc5e4d199a4f84d4504afa0c2fad8ahumbedooh match groups into both the file path and the function name.
396c4422f2dc5e4d199a4f84d4504afa0c2fad8ahumbedooh Be careful writing your regular expressions to avoid security
fb51a6b789d85113d0976148685b0063c294220drbowen issues.</p>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <example><title>Examples:</title>
6265962c731aed3af3aa7242b35852f3f181d437humbedooh <highlight language="config">
fb926c8c319705c9fe42d55a6ad13d9b0972cb72humbedooh LuaMapHandler /(\w+)/(\w+) /scripts/$1.lua handle_$2
6265962c731aed3af3aa7242b35852f3f181d437humbedooh </highlight>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen </example>
fb51a6b789d85113d0976148685b0063c294220drbowen <p>This would match uri's such as /photos/show?id=9
fb51a6b789d85113d0976148685b0063c294220drbowen to the file /scripts/photos.lua and invoke the
fb51a6b789d85113d0976148685b0063c294220drbowen handler function handle_show on the lua vm after
fb51a6b789d85113d0976148685b0063c294220drbowen loading that file.</p>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim
6265962c731aed3af3aa7242b35852f3f181d437humbedooh<highlight language="config">
fb51a6b789d85113d0976148685b0063c294220drbowen LuaMapHandler /bingo /scripts/wombat.lua
6265962c731aed3af3aa7242b35852f3f181d437humbedooh</highlight>
fb51a6b789d85113d0976148685b0063c294220drbowen <p>This would invoke the "handle" function, which
fb51a6b789d85113d0976148685b0063c294220drbowen is the default if no specific function name is
fb51a6b789d85113d0976148685b0063c294220drbowen provided.</p>
fb51a6b789d85113d0976148685b0063c294220drbowen</usage>
fb51a6b789d85113d0976148685b0063c294220drbowen</directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen<name>LuaPackagePath</name>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<description>Add a directory to lua's package.path</description>
fb51a6b789d85113d0976148685b0063c294220drbowen<syntax>LuaPackagePath /path/to/include/?.lua</syntax>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<contextlist><context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<context>directory</context><context>.htaccess</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
fb51a6b789d85113d0976148685b0063c294220drbowen <usage><p>Add a path to lua's module search path. Follows the same
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim conventions as lua. This just munges the package.path in the
c994f52ac80f9664d2940e5ccd9e77466572013frbowen lua vms.</p>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <example><title>Examples:</title>
6265962c731aed3af3aa7242b35852f3f181d437humbedooh <highlight language="config">
6265962c731aed3af3aa7242b35852f3f181d437humbedoohLuaPackagePath /scripts/lib/?.lua
6265962c731aed3af3aa7242b35852f3f181d437humbedoohLuaPackagePath /scripts/lib/?/init.lua
6265962c731aed3af3aa7242b35852f3f181d437humbedooh </highlight>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen </example>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen</usage>
fb51a6b789d85113d0976148685b0063c294220drbowen</directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen<name>LuaPackageCPath</name>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<description>Add a directory to lua's package.cpath</description>
fb51a6b789d85113d0976148685b0063c294220drbowen<syntax>LuaPackageCPath /path/to/include/?.soa</syntax>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<contextlist><context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<context>directory</context><context>.htaccess</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<usage>
fb51a6b789d85113d0976148685b0063c294220drbowen <p>Add a path to lua's shared library search path. Follows the same
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim conventions as lua. This just munges the package.cpath in the
c994f52ac80f9664d2940e5ccd9e77466572013frbowen lua vms.</p>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim
c994f52ac80f9664d2940e5ccd9e77466572013frbowen</usage>
fb51a6b789d85113d0976148685b0063c294220drbowen</directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen<name>LuaCodeCache</name>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<description>Configure the compiled code cache.</description>
fb51a6b789d85113d0976148685b0063c294220drbowen<syntax>LuaCodeCache stat|forever|never</syntax>
249cc9b3d83d3c60666269b90ecb9f1390d32165poirier<default>LuaCodeCache stat</default>
194cfd38d691d74500b4a1751b58ae92d9a31d0bhumbedooh<contextlist>
194cfd38d691d74500b4a1751b58ae92d9a31d0bhumbedooh<context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<context>directory</context><context>.htaccess</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<usage><p>
fb51a6b789d85113d0976148685b0063c294220drbowen Specify the behavior of the in-memory code cache. The default
fb51a6b789d85113d0976148685b0063c294220drbowen is stat, which stats the top level script (not any included
fb51a6b789d85113d0976148685b0063c294220drbowen ones) each time that file is needed, and reloads it if the
fb51a6b789d85113d0976148685b0063c294220drbowen modified time indicates it is newer than the one it has
fb51a6b789d85113d0976148685b0063c294220drbowen already loaded. The other values cause it to keep the file
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim cached forever (don't stat and replace) or to never cache the
c994f52ac80f9664d2940e5ccd9e77466572013frbowen file.</p>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim
92e5d4326ae44f79da5cb049470daba604506846poirier <p>In general stat or forever is good for production, and stat or never
3a602d0ba8536a79a780655bb92133b571e38378poirier for development.</p>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <example><title>Examples:</title>
6265962c731aed3af3aa7242b35852f3f181d437humbedooh <highlight language="config">
6265962c731aed3af3aa7242b35852f3f181d437humbedoohLuaCodeCache stat
6265962c731aed3af3aa7242b35852f3f181d437humbedoohLuaCodeCache forever
6265962c731aed3af3aa7242b35852f3f181d437humbedoohLuaCodeCache never
6265962c731aed3af3aa7242b35852f3f181d437humbedooh </highlight>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen </example>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen
c994f52ac80f9664d2940e5ccd9e77466572013frbowen</usage>
fb51a6b789d85113d0976148685b0063c294220drbowen</directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen<name>LuaHookTranslateName</name>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<description>Provide a hook for the translate name phase of request processing</description>
457256c49209d6e56bfe63b411688ad9cb2a8429covener<syntax>LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late]</syntax>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<contextlist><context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
247c1db2eb82d5c836df7bafc7380887890e11a2rjung<compatibility>The optional third argument is supported in 2.3.15 and later</compatibility>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<usage><p>
fb51a6b789d85113d0976148685b0063c294220drbowen Add a hook (at APR_HOOK_MIDDLE) to the translate name phase of
fb51a6b789d85113d0976148685b0063c294220drbowen request processing. The hook function receives a single
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim argument, the request_rec, and should return a status code,
fb51a6b789d85113d0976148685b0063c294220drbowen which is either an HTTP error code, or the constants defined
fb51a6b789d85113d0976148685b0063c294220drbowen in the apache2 module: apache2.OK, apache2.DECLINED, or
fb51a6b789d85113d0976148685b0063c294220drbowen apache2.DONE. </p>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen <p>For those new to hooks, basically each hook will be invoked
fb51a6b789d85113d0976148685b0063c294220drbowen until one of them returns apache2.OK. If your hook doesn't
fb51a6b789d85113d0976148685b0063c294220drbowen want to do the translation it should just return
fb51a6b789d85113d0976148685b0063c294220drbowen apache2.DECLINED. If the request should stop processing, then
fb51a6b789d85113d0976148685b0063c294220drbowen return apache2.DONE.</p>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen <p>Example:</p>
fb51a6b789d85113d0976148685b0063c294220drbowen
6265962c731aed3af3aa7242b35852f3f181d437humbedooh<highlight language="config">
92e5d4326ae44f79da5cb049470daba604506846poirier# httpd.conf
92e5d4326ae44f79da5cb049470daba604506846poirierLuaHookTranslateName /scripts/conf/hooks.lua silly_mapper
6265962c731aed3af3aa7242b35852f3f181d437humbedooh</highlight>
92e5d4326ae44f79da5cb049470daba604506846poirier
880f77d700bc15c83bb541a053cd56e89cbfb8bchumbedooh<highlight language="lua">
92e5d4326ae44f79da5cb049470daba604506846poirier-- /scripts/conf/hooks.lua --
92e5d4326ae44f79da5cb049470daba604506846poirierrequire "apache2"
92e5d4326ae44f79da5cb049470daba604506846poirierfunction silly_mapper(r)
92e5d4326ae44f79da5cb049470daba604506846poirier if r.uri == "/" then
76c23dcc502f814f6b988038d600719db07d28becovener r.filename = "/var/www/home.lua"
92e5d4326ae44f79da5cb049470daba604506846poirier return apache2.OK
92e5d4326ae44f79da5cb049470daba604506846poirier else
92e5d4326ae44f79da5cb049470daba604506846poirier return apache2.DECLINED
92e5d4326ae44f79da5cb049470daba604506846poirier end
92e5d4326ae44f79da5cb049470daba604506846poirierend
880f77d700bc15c83bb541a053cd56e89cbfb8bchumbedooh</highlight>
457256c49209d6e56bfe63b411688ad9cb2a8429covener
457256c49209d6e56bfe63b411688ad9cb2a8429covener <note><title>Context</title><p>This directive is not valid in <directive
457256c49209d6e56bfe63b411688ad9cb2a8429covener type="section" module="core">Directory</directive>, <directive
457256c49209d6e56bfe63b411688ad9cb2a8429covener type="section" module="core">Files</directive>, or htaccess
457256c49209d6e56bfe63b411688ad9cb2a8429covener context.</p></note>
457256c49209d6e56bfe63b411688ad9cb2a8429covener
457256c49209d6e56bfe63b411688ad9cb2a8429covener <note><title>Ordering</title><p>The optional arguments "early" or "late"
457256c49209d6e56bfe63b411688ad9cb2a8429covener control when this script runs relative to other modules.</p></note>
457256c49209d6e56bfe63b411688ad9cb2a8429covener
fb51a6b789d85113d0976148685b0063c294220drbowen</usage>
fb51a6b789d85113d0976148685b0063c294220drbowen</directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<name>LuaHookFixups</name>
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh<description>Provide a hook for the fixups phase of a request
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowenprocessing</description>
fb51a6b789d85113d0976148685b0063c294220drbowen<syntax>LuaHookFixups /path/to/lua/script.lua hook_function_name</syntax>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<contextlist><context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<context>directory</context><context>.htaccess</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
3e30fa5f420fe7302a4cdcd79cb001958fd54a13rbowen<usage>
3e30fa5f420fe7302a4cdcd79cb001958fd54a13rbowen<p>
fb51a6b789d85113d0976148685b0063c294220drbowen Just like LuaHookTranslateName, but executed at the fixups phase
3e30fa5f420fe7302a4cdcd79cb001958fd54a13rbowen</p>
3e30fa5f420fe7302a4cdcd79cb001958fd54a13rbowen</usage>
fb51a6b789d85113d0976148685b0063c294220drbowen</directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen<name>LuaHookMapToStorage</name>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<description>Provide a hook for the map_to_storage phase of request processing</description>
fb51a6b789d85113d0976148685b0063c294220drbowen<syntax>LuaHookMapToStorage /path/to/lua/script.lua hook_function_name</syntax>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<contextlist><context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<context>directory</context><context>.htaccess</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh <usage>
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh <p>Like <directive>LuaHookTranslateName</directive> but executed at the
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh map-to-storage phase of a request. Modules like mod_cache run at this phase,
194cfd38d691d74500b4a1751b58ae92d9a31d0bhumbedooh which makes for an interesting example on what to do here:</p>
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh <highlight language="config">
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh LuaHookMapToStorage /path/to/lua/script.lua check_cache
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh </highlight>
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh <highlight language="lua">
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedoohrequire"apache2"
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedoohcached_files = {}
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedoohfunction read_file(filename)
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh local input = io.open(filename, "r")
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh if input then
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh local data = input:read("*a")
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh cached_files[filename] = data
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh file = cached_files[filename]
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh input:close()
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh end
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh return cached_files[filename]
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedoohend
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedoohfunction check_cache(r)
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh if r.filename:match("%.png$") then -- Only match PNG files
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh local file = cached_files[r.filename] -- Check cache entries
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh if not file then
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh file = read_file(r.filename) -- Read file into cache
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh end
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh if file then -- If file exists, write it out
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh r.status = 200
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh r:write(file)
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh r:info(("Sent %s to client from cache"):format(r.filename))
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh return apache2.DONE -- skip default handler for PNG files
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh end
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh end
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh return apache2.DECLINED -- If we had nothing to do, let others serve this.
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedoohend
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh </highlight>
194cfd38d691d74500b4a1751b58ae92d9a31d0bhumbedooh
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh </usage>
fb51a6b789d85113d0976148685b0063c294220drbowen</directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen<name>LuaHookCheckUserID</name>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<description>Provide a hook for the check_user_id phase of request processing</description>
457256c49209d6e56bfe63b411688ad9cb2a8429covener<syntax>LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late]</syntax>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<contextlist><context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<context>directory</context><context>.htaccess</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
247c1db2eb82d5c836df7bafc7380887890e11a2rjung<compatibility>The optional third argument is supported in 2.3.15 and later</compatibility>
457256c49209d6e56bfe63b411688ad9cb2a8429covener<usage><p>...</p>
457256c49209d6e56bfe63b411688ad9cb2a8429covener <note><title>Ordering</title><p>The optional arguments "early" or "late"
457256c49209d6e56bfe63b411688ad9cb2a8429covener control when this script runs relative to other modules.</p></note>
457256c49209d6e56bfe63b411688ad9cb2a8429covener</usage>
fb51a6b789d85113d0976148685b0063c294220drbowen</directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen<name>LuaHookTypeChecker</name>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<description>Provide a hook for the type_checker phase of request processing</description>
fb51a6b789d85113d0976148685b0063c294220drbowen<syntax>LuaHookTypeChecker /path/to/lua/script.lua hook_function_name</syntax>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<contextlist><context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<context>directory</context><context>.htaccess</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh <usage><p>
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh This directive provides a hook for the type_checker phase of the request processing.
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh This phase is where requests are assigned a content type and a handler, and thus can
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh be used to modify the type and handler based on input:
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh </p>
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh <highlight language="config">
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh LuaHookTypeChecker /path/to/lua/script.lua type_checker
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh </highlight>
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh <highlight language="lua">
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh function type_checker(r)
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh if r.uri:match("%.to_gif$") then -- match foo.png.to_gif
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh r.content_type = "image/gif" -- assign it the image/gif type
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh r.handler = "gifWizard" -- tell the gifWizard module to handle this
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh r.filename = r.uri:gsub("%.to_gif$", "") -- fix the filename requested
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh return apache2.OK
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh end
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh return apache2.DECLINED
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh end
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh </highlight>
2d4c56d61d0746f3d3bd08f61936631037a8c23chumbedooh</usage>
fb51a6b789d85113d0976148685b0063c294220drbowen</directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen<name>LuaHookAuthChecker</name>
9cd56c73a0fd508522ba2f6bc6c9839c478c61c3rbowen<description>Provide a hook for the auth_checker phase of request processing</description>
457256c49209d6e56bfe63b411688ad9cb2a8429covener<syntax>LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late]</syntax>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<contextlist><context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<context>directory</context><context>.htaccess</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
247c1db2eb82d5c836df7bafc7380887890e11a2rjung<compatibility>The optional third argument is supported in 2.3.15 and later</compatibility>
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier<usage>
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier<p>Invoke a lua function in the auth_checker phase of processing
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poiriera request. This can be used to implement arbitrary authentication
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirierand authorization checking. A very simple example:
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier</p>
880f77d700bc15c83bb541a053cd56e89cbfb8bchumbedooh<highlight language="lua">
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirierrequire 'apache2'
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier-- fake authcheck hook
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier-- If request has no auth info, set the response header and
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier-- return a 401 to ask the browser for basic auth info.
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier-- If request has auth info, don't actually look at it, just
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier-- pretend we got userid 'foo' and validated it.
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier-- Then check if the userid is 'foo' and accept the request.
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirierfunction authcheck_hook(r)
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier -- look for auth info
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier auth = r.headers_in['Authorization']
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier if auth ~= nil then
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier -- fake the user
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier r.user = 'foo'
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier end
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier if r.user == nil then
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier r:debug("authcheck: user is nil, returning 401")
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier r.err_headers_out['WWW-Authenticate'] = 'Basic realm="WallyWorld"'
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier return 401
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier elseif r.user == "foo" then
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier r:debug('user foo: OK')
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier else
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier r:debug("authcheck: user='" .. r.user .. "'")
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier r.err_headers_out['WWW-Authenticate'] = 'Basic realm="WallyWorld"'
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier return 401
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier end
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier return apache2.OK
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirierend
880f77d700bc15c83bb541a053cd56e89cbfb8bchumbedooh</highlight>
457256c49209d6e56bfe63b411688ad9cb2a8429covener <note><title>Ordering</title><p>The optional arguments "early" or "late"
457256c49209d6e56bfe63b411688ad9cb2a8429covener control when this script runs relative to other modules.</p></note>
768c8bcc0d91d1c3c04b0f80c309d31c6182fbf8poirier</usage>
fb51a6b789d85113d0976148685b0063c294220drbowen</directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen<name>LuaHookAccessChecker</name>
9cd56c73a0fd508522ba2f6bc6c9839c478c61c3rbowen<description>Provide a hook for the access_checker phase of request processing</description>
457256c49209d6e56bfe63b411688ad9cb2a8429covener<syntax>LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late]</syntax>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<contextlist><context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<context>directory</context><context>.htaccess</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
247c1db2eb82d5c836df7bafc7380887890e11a2rjung<compatibility>The optional third argument is supported in 2.3.15 and later</compatibility>
92e5d4326ae44f79da5cb049470daba604506846poirier<usage>
92e5d4326ae44f79da5cb049470daba604506846poirier<p>Add your hook to the access_checker phase. An access checker
92e5d4326ae44f79da5cb049470daba604506846poirierhook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.</p>
457256c49209d6e56bfe63b411688ad9cb2a8429covener <note><title>Ordering</title><p>The optional arguments "early" or "late"
457256c49209d6e56bfe63b411688ad9cb2a8429covener control when this script runs relative to other modules.</p></note>
92e5d4326ae44f79da5cb049470daba604506846poirier</usage>
fb51a6b789d85113d0976148685b0063c294220drbowen</directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen<name>LuaHookInsertFilter</name>
9cd56c73a0fd508522ba2f6bc6c9839c478c61c3rbowen<description>Provide a hook for the insert_filter phase of request processing</description>
fb51a6b789d85113d0976148685b0063c294220drbowen<syntax>LuaHookInsertFilter /path/to/lua/script.lua hook_function_name</syntax>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<contextlist><context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<context>directory</context><context>.htaccess</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
fb51a6b789d85113d0976148685b0063c294220drbowen <usage><p>Not Yet Implemented</p></usage>
fb51a6b789d85113d0976148685b0063c294220drbowen</directivesynopsis>
fb51a6b789d85113d0976148685b0063c294220drbowen
ae600ca541efc686b34f8b1f21bd3d0741d37674covener<directivesynopsis>
ae600ca541efc686b34f8b1f21bd3d0741d37674covener<name>LuaInherit</name>
ae600ca541efc686b34f8b1f21bd3d0741d37674covener<description>Controls how parent configuration sections are merged into children</description>
ae600ca541efc686b34f8b1f21bd3d0741d37674covener<syntax>LuaInherit none|parent-first|parent-last</syntax>
ae600ca541efc686b34f8b1f21bd3d0741d37674covener<default>LuaInherit parent-first</default>
ae600ca541efc686b34f8b1f21bd3d0741d37674covener<contextlist><context>server config</context><context>virtual host</context>
ae600ca541efc686b34f8b1f21bd3d0741d37674covener<context>directory</context><context>.htaccess</context>
ae600ca541efc686b34f8b1f21bd3d0741d37674covener</contextlist>
ae600ca541efc686b34f8b1f21bd3d0741d37674covener<override>All</override>
448a4db8228c5b9f6c1d3693e7a6b07b8b2b0c5erjung<compatibility>2.4.0 and later</compatibility>
ae600ca541efc686b34f8b1f21bd3d0741d37674covener <usage><p>By default, if LuaHook* directives are used in overlapping
ae600ca541efc686b34f8b1f21bd3d0741d37674covener Directory or Location configuration sections, the scripts defined in the
ae600ca541efc686b34f8b1f21bd3d0741d37674covener more specific section are run <em>after</em> those defined in the more
ae600ca541efc686b34f8b1f21bd3d0741d37674covener generic section (LuaInherit parent-first). You can reverse this order, or
ae600ca541efc686b34f8b1f21bd3d0741d37674covener make the parent context not apply at all.</p>
ae600ca541efc686b34f8b1f21bd3d0741d37674covener
ae600ca541efc686b34f8b1f21bd3d0741d37674covener <p> In previous 2.3.x releases, the default was effectively to ignore LuaHook*
ae600ca541efc686b34f8b1f21bd3d0741d37674covener directives from parent configuration sections.</p></usage>
ae600ca541efc686b34f8b1f21bd3d0741d37674covener</directivesynopsis>
ae600ca541efc686b34f8b1f21bd3d0741d37674covener
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<directivesynopsis>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<name>LuaQuickHandler</name>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<description>Provide a hook for the quick handler of request processing</description>
35b6187510aac978a1e2a242560ef5fff9f09e8ehumbedooh<syntax>LuaQuickHandler /path/to/script.lua hook_function_name</syntax>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<contextlist><context>server config</context><context>virtual host</context>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</contextlist>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<override>All</override>
72b1f0c347c49fa217617de9864e4f30cfa0cbd4humbedooh<usage>
72b1f0c347c49fa217617de9864e4f30cfa0cbd4humbedooh <p>
72b1f0c347c49fa217617de9864e4f30cfa0cbd4humbedooh This phase is run immediately after the request has been mapped to a virtal host,
72b1f0c347c49fa217617de9864e4f30cfa0cbd4humbedooh and can be used to either do some request processing before the other phases kick
72b1f0c347c49fa217617de9864e4f30cfa0cbd4humbedooh in, or to serve a request without the need to translate, map to storage et cetera.
72b1f0c347c49fa217617de9864e4f30cfa0cbd4humbedooh As this phase is run before anything else, directives such as <directive
72b1f0c347c49fa217617de9864e4f30cfa0cbd4humbedooh type="section" module="core">Location</directive> or <directive
72b1f0c347c49fa217617de9864e4f30cfa0cbd4humbedooh type="section" module="core">Directory</directive> are void in this phase, just as
72b1f0c347c49fa217617de9864e4f30cfa0cbd4humbedooh URIs have not been properly parsed yet.
72b1f0c347c49fa217617de9864e4f30cfa0cbd4humbedooh </p>
457256c49209d6e56bfe63b411688ad9cb2a8429covener <note><title>Context</title><p>This directive is not valid in <directive
457256c49209d6e56bfe63b411688ad9cb2a8429covener type="section" module="core">Directory</directive>, <directive
457256c49209d6e56bfe63b411688ad9cb2a8429covener type="section" module="core">Files</directive>, or htaccess
457256c49209d6e56bfe63b411688ad9cb2a8429covener context.</p></note>
457256c49209d6e56bfe63b411688ad9cb2a8429covener</usage>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen</directivesynopsis>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<directivesynopsis>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<name>LuaAuthzProvider</name>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<description>Plug an authorization provider function into <module>mod_authz_core</module>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf</description>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<syntax>LuaAuthzProvider provider_name /path/to/lua/script.lua function_name</syntax>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<contextlist><context>server config</context> </contextlist>
1b9ab80aa85c16a6654e9273ec4aa3bad576840bhumbedooh<compatibility>2.4.3 and later</compatibility>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<usage>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<p>After a lua function has been registered as authorization provider, it can be used
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfwith the <directive module="mod_authz_core">Require</directive> directive:</p>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf<highlight language="config">
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfLuaRoot /usr/local/apache2/lua
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sfLuaAuthzProvider foo authz.lua authz_check_foo
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf&lt;Location /&gt;
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh Require foo johndoe
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf&lt;/Location&gt;
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf</highlight>
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh<highlight language="lua">
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedoohrequire "apache2"
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedoohfunction authz_check_foo(r, who)
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh if r.user ~= who then return apache2.AUTHZ_DENIED
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh return apache2.AUTHZ_GRANTED
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedoohend
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh</highlight>
890b9ed4c432913c66d39ef44823c2ec5f63fbe8humbedooh
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf</usage>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf</directivesynopsis>
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<directivesynopsis>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<name>LuaInputFilter</name>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<description>Provide a Lua function for content input filtering</description>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<syntax>LuaInputFilter filter_name /path/to/lua/script.lua function_name</syntax>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<contextlist><context>server config</context> </contextlist>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<compatibility>2.5.0 and later</compatibility>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<usage>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<p>Provides a means of adding a Lua function as an input filter.
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohAs with output filters, input filters work as coroutines,
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohfirst yielding before buffers are sent, then yielding whenever
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooha bucket needs to be passed down the chain, and finally (optionally)
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohyielding anything that needs to be appended to the input data. The
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohglobal variable <code>bucket</code> holds the buckets as they are passed
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohonto the Lua script:
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</p>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<highlight language="config">
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohLuaInputFilter myInputFilter /www/filter.lua input_filter
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh&lt;FilesMatch "\.lua&gt;
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh SetInputFilter myInputFilter
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh&lt;/FilesMatch&gt;
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</highlight>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<highlight language="lua">
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh--[[
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh Example input filter that converts all POST data to uppercase.
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh]]--
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohfunction input_filter(r)
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh print("luaInputFilter called") -- debug print
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh coroutine.yield() -- Yield and wait for buckets
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh while bucket do -- For each bucket, do...
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh local output = string.upper(bucket) -- Convert all POST data to uppercase
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh coroutine.yield(output) -- Send converted data down the chain
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh end
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh -- No more buckets available.
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh coroutine.yield("&amp;filterSignature=1234") -- Append signature at the end
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohend
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</highlight>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<p>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohThe input filter supports denying/skipping a filter if it is deemed unwanted:
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</p>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<highlight language="lua">
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohfunction input_filter(r)
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh if not good then
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh return -- Simply deny filtering, passing on the original content instead
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh end
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh coroutine.yield() -- wait for buckets
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh ... -- insert filter stuff here
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohend
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</highlight>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<p>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohSee "<a href="#modifying_buckets">Modifying contents with Lua
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohfilters</a>" for more information.
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</p>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</usage>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</directivesynopsis>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<directivesynopsis>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<name>LuaOutputFilter</name>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<description>Provide a Lua function for content output filtering</description>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<syntax>LuaOutputFilter filter_name /path/to/lua/script.lua function_name</syntax>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<contextlist><context>server config</context> </contextlist>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<compatibility>2.5.0 and later</compatibility>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<usage>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<p>Provides a means of adding a Lua function as an output filter.
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohAs with input filters, output filters work as coroutines,
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohfirst yielding before buffers are sent, then yielding whenever
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooha bucket needs to be passed down the chain, and finally (optionally)
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohyielding anything that needs to be appended to the input data. The
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohglobal variable <code>bucket</code> holds the buckets as they are passed
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohonto the Lua script:
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</p>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<highlight language="config">
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohLuaOutputFilter myOutputFilter /www/filter.lua output_filter
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh&lt;FilesMatch "\.lua&gt;
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh SetOutputFilter myOutputFilter
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh&lt;/FilesMatch&gt;
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</highlight>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<highlight language="lua">
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh--[[
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh Example output filter that escapes all HTML entities in the output
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh]]--
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohfunction output_filter(r)
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh coroutine.yield("(Handled by myOutputFilter)&lt;br/&gt;\n") -- Prepend some data to the output,
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh -- yield and wait for buckets.
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh while bucket do -- For each bucket, do...
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh local output = r:escape_html(bucket) -- Escape all output
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh coroutine.yield(output) -- Send converted data down the chain
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh end
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh -- No more buckets available.
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohend
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</highlight>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<p>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohAs with the input filter, the output filter supports denying/skipping a filter
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohif it is deemed unwanted:
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</p>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<highlight language="lua">
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohfunction output_filter(r)
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh if not r.content_type:match("text/html") then
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh return -- Simply deny filtering, passing on the original content instead
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh end
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh coroutine.yield() -- wait for buckets
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh ... -- insert filter stuff here
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohend
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</highlight>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh<p>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohSee "<a href="#modifying_buckets">Modifying contents with Lua filters</a>" for more
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohinformation.
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</p>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</usage>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh</directivesynopsis>
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh
fb51a6b789d85113d0976148685b0063c294220drbowen</modulesynopsis>