mod_lua.xml revision fc57cc74ee4e73618f74a7a62ea6ac77546666da
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>
fb51a6b789d85113d0976148685b0063c294220drbowen<status>Experimental</status>
fb51a6b789d85113d0976148685b0063c294220drbowen<sourcefile>mod_lua.c</sourcefile>
fb51a6b789d85113d0976148685b0063c294220drbowen<identifier>lua_module</identifier>
fb51a6b789d85113d0976148685b0063c294220drbowen<compatibility>2.3 and later</compatibility>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<summary>
fb51a6b789d85113d0976148685b0063c294220drbowen<p>This module allows the server to be extended with scripts written in the
fb51a6b789d85113d0976148685b0063c294220drbowenLua programming language. The extension points (hooks) available with
fb51a6b789d85113d0976148685b0063c294220drbowen<module>mod_lua</module> include many of the hooks available to
fb51a6b789d85113d0976148685b0063c294220drbowennatively compiled Apache HTTP Server modules, such as mapping requests to
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowenfiles, generating dynamic responses, access control, authentication, and
fb51a6b789d85113d0976148685b0063c294220drbowenauthorization</p>
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<p>More information on the Lua programming language can be found at the
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen<a href="http://www.lua.org/">the Lua website</a>.</p>
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen<note><code>mod_lua</code> is still in experimental state.
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowenUntil it is declared stable, usage and behavior may change
fb51a6b789d85113d0976148685b0063c294220drbowenat any time.</note>
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen</summary>
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<section id="basicconf"><title>Basic Configuration</title>
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen<p>The basic module loading directive is</p>
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<example>
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen LoadModule lua_module modules/mod_lua.so
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen</example>
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen<p>
fb51a6b789d85113d0976148685b0063c294220drbowen<code>mod_lua</code> provides a handler named <code>lua-script</code>,
fb51a6b789d85113d0976148685b0063c294220drbowenwhich can be used with an <code>AddHandler</code> directive:</p>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<example>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenAddHandler lua-script .lua
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen</example>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<p>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenThis will cause <code>mod_lua</code> to handle requests for files
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenending in <code>.lua</code> by invoking that file's
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<code>handle</code> function.
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen</p>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<p>For more flexibility, see <directive>LuaMapHandler</directive>.
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen</p>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen</section>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<section id="writinghandlers"><title>Writing Handlers</title>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<p> In the Apache HTTP Server API, the handler is a specific kind of hook
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenresponsible for generating the response. Examples of modules that include a
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenhandler are <module>mod_proxy</module>, <module>mod_cgi</module>,
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenand <module>mod_status</module>.</p>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<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
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<example><title>example.lua</title><pre>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen-- example handler
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenrequire "string"
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen--[[
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen This is the default method name for Lua handlers, see the optional
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen function-name in the LuaMapHandler directive to choose a different
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen entry point.
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen--]]
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenfunction handle(r)
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen r.content_type = "text/plain"
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen r:puts("Hello Lua World!\n")
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen if r.method == 'GET' then
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen for k, v in pairs( r:parseargs() ) do
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen r:puts( string.format("%s: %s", k, v) )
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen end
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen elseif r.method == 'POST' then
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen for k, v in pairs( r:parsebody() ) do
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen r:puts( string.format("%s: %s", k, v) )
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen end
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen else
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen r:puts("unknown HTTP method " .. r.method)
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen end
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenend
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen</pre></example>
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
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<section id="writinghooks"><title>Writing Hooks</title>
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowen<p>Hook functions are how modules (and Lua scripts) participate in the
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenprocessing of requests. Each type of hook exposed by the server exists for
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowena specific purposes such as mapping requests to the filesystem,
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenperforming access control, or setting mimetypes. General purpose hooks
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenthat simply run at handy times in the request lifecycle exist as well.</p>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<p>Hook functions are passed the request object as their only argument.
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowenThey can return any value, depending on the hook, but most commonly
fb51a6b789d85113d0976148685b0063c294220drbowenthey'll return OK, DONE, or DECLINED, which you can write in lua as
fb51a6b789d85113d0976148685b0063c294220drbowen<code>apache2.OK</code>, <code>apache2.DONE</code>, or
fb51a6b789d85113d0976148685b0063c294220drbowen<code>apache2.DECLINED</code>, or else an HTTP status code.</p>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<example><title>translate_name.lua</title><pre>
fb51a6b789d85113d0976148685b0063c294220drbowen-- example hook that rewrites the URI to a filesystem path.
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowenrequire 'apache2'
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowenfunction translate_name(r)
fb51a6b789d85113d0976148685b0063c294220drbowen if r.uri == "/translate-name" then
fb51a6b789d85113d0976148685b0063c294220drbowen r.filename = r.document_root .. "/find_me.txt"
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen return apache2.OK
fb51a6b789d85113d0976148685b0063c294220drbowen end
fb51a6b789d85113d0976148685b0063c294220drbowen -- we don't care about this URL, give another module a chance
fb51a6b789d85113d0976148685b0063c294220drbowen return apache2.DECLINED
fb51a6b789d85113d0976148685b0063c294220drbowenend
c994f52ac80f9664d2940e5ccd9e77466572013frbowen</pre></example>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen
c994f52ac80f9664d2940e5ccd9e77466572013frbowen<example><title>translate_name2.lua</title><pre>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen--[[ example hook that rewrites one URI to another URI. It returns a
fb51a6b789d85113d0976148685b0063c294220drbowen apache2.DECLINED to give other URL mappers a chance to work on the
c994f52ac80f9664d2940e5ccd9e77466572013frbowen substitution, including the core translate_name hook which maps based
fb51a6b789d85113d0976148685b0063c294220drbowen on the DocumentRoot.
c994f52ac80f9664d2940e5ccd9e77466572013frbowen
fb51a6b789d85113d0976148685b0063c294220drbowen Note: It is currently undefined as to whether this runs before or after
c994f52ac80f9664d2940e5ccd9e77466572013frbowen mod_alias.
fb51a6b789d85113d0976148685b0063c294220drbowen--]]
c994f52ac80f9664d2940e5ccd9e77466572013frbowen
fb51a6b789d85113d0976148685b0063c294220drbowenrequire 'apache2'
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowenfunction translate_name(r)
fb51a6b789d85113d0976148685b0063c294220drbowen if r.uri == "/translate-name" then
c994f52ac80f9664d2940e5ccd9e77466572013frbowen r.uri = "/find_me.txt"
c994f52ac80f9664d2940e5ccd9e77466572013frbowen return apache2.DECLINED
c994f52ac80f9664d2940e5ccd9e77466572013frbowen end
fb51a6b789d85113d0976148685b0063c294220drbowen return apache2.DECLINED
fb51a6b789d85113d0976148685b0063c294220drbowenend
fb51a6b789d85113d0976148685b0063c294220drbowen</pre></example>
fb51a6b789d85113d0976148685b0063c294220drbowen</section>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<section id="datastructures"><title>Data Structures</title>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<dl>
fb51a6b789d85113d0976148685b0063c294220drbowen<dt>request_rec</dt>
fb51a6b789d85113d0976148685b0063c294220drbowen <dd>
fb51a6b789d85113d0976148685b0063c294220drbowen <p>The request_rec is mapped in as a userdata. It has a metatable
fb51a6b789d85113d0976148685b0063c294220drbowen which lets you do useful things with it. For the most part it
fb51a6b789d85113d0976148685b0063c294220drbowen has the same fields as the request_rec struct (see httpd.h
c994f52ac80f9664d2940e5ccd9e77466572013frbowen until we get better docs here) many of which are writeable as
fb51a6b789d85113d0976148685b0063c294220drbowen well as readable. (The table fields' content can be changed, but the
c994f52ac80f9664d2940e5ccd9e77466572013frbowen fields themselves cannot be set to different tables.)</p>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen <table border="1">
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <th><strong>Name</strong></th>
fb51a6b789d85113d0976148685b0063c294220drbowen <th><strong>Lua type</strong></th>
fb51a6b789d85113d0976148685b0063c294220drbowen <th><strong>Writable</strong></th>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>ap_auth_type</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>args</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <td>yes</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>assbackwards</code></td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td>boolean</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen </tr>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td><code>canonical_filename</code></td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>content_encoding</code></td>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>content_type</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td>yes</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>document_root</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>err_headers_out</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>table</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>filename</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>yes</td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td><code>headers_in</code></td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td>table</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>yes</td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen </tr>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <tr>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td><code>headers_out</code></td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td>table</td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td>yes</td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen </tr>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>hostname</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>method</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>notes</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>table</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>yes</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>path_info</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>protocol</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>range</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>subprocess_env</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>table</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>yes</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>status</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>number</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>yes</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <td><code>the_request</code></td>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <td>string</td>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>unparsed_uri</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>uri</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>yes</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>user</code></td>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>yes</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen </table>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen <p>The request_rec has (at least) the following methods:</p>
fb51a6b789d85113d0976148685b0063c294220drbowen
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <example>
fb51a6b789d85113d0976148685b0063c294220drbowen r:addoutputfilter(name|function) -- add an output filter
fb51a6b789d85113d0976148685b0063c294220drbowen </example>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen <example>
fb51a6b789d85113d0976148685b0063c294220drbowen r:parseargs() -- returns a lua table containing the request's
fb51a6b789d85113d0976148685b0063c294220drbowen query string arguments
fb51a6b789d85113d0976148685b0063c294220drbowen </example>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen <example>
fb51a6b789d85113d0976148685b0063c294220drbowen r:parsebody() -- parse the request body as a POST and return
fb51a6b789d85113d0976148685b0063c294220drbowen a lua table
fb51a6b789d85113d0976148685b0063c294220drbowen </example>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen <example>
fb51a6b789d85113d0976148685b0063c294220drbowen r:puts("hello", " world", "!") -- print to response body
fb51a6b789d85113d0976148685b0063c294220drbowen </example>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen <example>
fb51a6b789d85113d0976148685b0063c294220drbowen r:write("a single string") -- print to response body
fb51a6b789d85113d0976148685b0063c294220drbowen </example>
fb51a6b789d85113d0976148685b0063c294220drbowen </dd>
fb51a6b789d85113d0976148685b0063c294220drbowen </dl>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen</section>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<section id="logging"><title>Logging Functions</title>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<example>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen -- examples of logging messages<br />
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen r:trace1("This is a trace log message") -- trace1 through trace8 can be used <br />
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen r:debug("This is a debug log message")<br />
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen r:info("This is an info log message")<br />
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen r:notice("This is an notice log message")<br />
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen r:warn("This is an warn log message")<br />
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen r:err("This is an err log message")<br />
fb51a6b789d85113d0976148685b0063c294220drbowen r:alert("This is an alert log message")<br />
fb51a6b789d85113d0976148685b0063c294220drbowen r:crit("This is an crit log message")<br />
r:emerg("This is an emerg log message")<br />
</example>
</section>
<section id="apache2"><title>apache2 Package</title>
<p>A package named <code>apache2</code> is available with (at least) the following contents.</p>
<dl>
<dt>apache2.OK</dt>
<dd>internal constant OK. Handlers should return this if they've
handled the request.</dd>
<dt>apache2.DECLINED</dt>
<dd>internal constant DECLINED. Handlers should return this if
they are not going to handle the request.</dd>
<dt>apache2.DONE</dt>
<dd>internal constant DONE.</dd>
<dt>apache2.version</dt>
<dd>Apache HTTP server version string</dd>
<dt>apache2.HTTP_MOVED_TEMPORARILY</dt>
<dd>HTTP status code</dd>
</dl>
<p>(Other HTTP status codes are not yet implemented.)</p>
</section>
<directivesynopsis>
<name>LuaRoot</name>
<description>Specify the base path for resolving relative paths for mod_lua directives</description>
<syntax>LuaRoot /path/to/a/directory</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage>
<p>Specify the base path which will be used to evaluate all
relative paths within mod_lua. If not specified they
will be resolved relative to the current working directory,
which may not always work well for a server.</p>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>LuaScope</name>
<description>One of once, request, conn, server -- default is once</description>
<syntax>LuaScope once|request|conn|server [max|min max]</syntax>
<default>LuaScope once</default>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage>
<p>Specify the lifecycle scope of the Lua interpreter which will
be used by handlers in this "Directory." The default is "once"</p>
<dl>
<dt>once:</dt> <dd>use the interpreter once and throw it away.</dd>
<dt>request:</dt> <dd>use the interpreter to handle anything based on
the same file within this request, which is also
request scoped.</dd>
<dt>conn:</dt> <dd>Same as request but attached to the connection_rec</dd>
<dt>server:</dt> <dd>This one is different than others because the
server scope is quite long lived, and multiple threads
will have the same server_rec. To accommodate this
server scoped interpreter are stored in an apr
resource list. The min and max arguments are intended
to specify the pool size, but are unused at this time.</dd>
</dl>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>LuaMapHandler</name>
<description>Map a path to a lua handler</description>
<syntax>LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name]</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage>
<p>This directive matches a uri pattern to invoke a specific
handler function in a specific file. It uses PCRE regular
expressions to match the uri, and supports interpolating
match groups into both the file path and the function name
be careful writing your regular expressions to avoid security
issues.</p>
<example><title>Examples:</title>
LuaMapHandler /(\w+)/(/w+) /scripts/$1.lua handle_$2
</example>
<p>This would match uri's such as /photos/show?id=9
to the file /scripts/photos.lua and invoke the
handler function handle_show on the lua vm after
loading that file.</p>
<example>
LuaMapHandler /bingo /scripts/wombat.lua
</example>
<p>This would invoke the "handle" function, which
is the default if no specific function name is
provided.</p>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>LuaPackagePath</name>
<description>Add a directory to lua's package.path</description>
<syntax>LuaPackagePath /path/to/include/?.lua</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage><p>Add a path to lua's module search path. Follows the same
conventions as lua. This just munges the package.path in the
lua vms.</p>
<example><title>Examples:</title>
LuaPackagePath /scripts/lib/?.lua<br />
LuaPackagePath /scripts/lib/?/init.lua
</example>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>LuaPackageCPath</name>
<description>Add a directory to lua's package.cpath</description>
<syntax>LuaPackageCPath /path/to/include/?.soa</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage>
<p>Add a path to lua's shared library search path. Follows the same
conventions as lua. This just munges the package.cpath in the
lua vms.</p>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>LuaCodeCache</name>
<description>Configure the compiled code cache.</description>
<syntax>LuaCodeCache stat|forever|never</syntax>
<default>LuaCodeCache stat</default>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage><p>
Specify the behavior of the in-memory code cache. The default
is stat, which stats the top level script (not any included
ones) each time that file is needed, and reloads it if the
modified time indicates it is newer than the one it has
already loaded. The other values cause it to keep the file
cached forever (don't stat and replace) or to never cache the
file.</p>
<p>In general stat or forever is good for production, and stat or never
for development.</p>
<example><title>Examples:</title>
LuaCodeCache stat<br />
LuaCodeCache forever<br />
LuaCodeCache never<br />
</example>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>LuaHookTranslateName</name>
<description>Provide a hook for the translate name phase of request processing</description>
<syntax>LuaHookTranslateName /path/to/lua/script.lua hook_function_name</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage><p>
Add a hook (at APR_HOOK_MIDDLE) to the translate name phase of
request processing. The hook function receives a single
argument, the request_rec, and should return a status code,
which is either an HTTP error code, or the constants defined
in the apache2 module: apache2.OK, apache2.DECLINED, or
apache2.DONE. </p>
<p>For those new to hooks, basically each hook will be invoked
until one of them returns apache2.OK. If your hook doesn't
want to do the translation it should just return
apache2.DECLINED. If the request should stop processing, then
return apache2.DONE.</p>
<p>Example:</p>
<example><pre>
# httpd.conf
LuaHookTranslateName /scripts/conf/hooks.lua silly_mapper
-- /scripts/conf/hooks.lua --
require "apache2"
function silly_mapper(r)
if r.uri == "/" then
r.filename = "/var/www/home.lua"
return apache2.OK
else
return apache2.DECLINED
end
end
</pre></example>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>LuaHookFixups</name>
<description>Provide a hook for the fixups phase of request
processing</description>
<syntax>LuaHookFixups /path/to/lua/script.lua hook_function_name</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage>
<p>
Just like LuaHookTranslateName, but executed at the fixups phase
</p>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>LuaHookMapToStorage</name>
<description>Provide a hook for the map_to_storage phase of request processing</description>
<syntax>LuaHookMapToStorage /path/to/lua/script.lua hook_function_name</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage><p>...</p></usage>
</directivesynopsis>
<directivesynopsis>
<name>LuaHookCheckUserID</name>
<description>Provide a hook for the check_user_id phase of request processing</description>
<syntax>LuaHookCheckUserID /path/to/lua/script.lua hook_function_name</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage><p>...</p></usage>
</directivesynopsis>
<directivesynopsis>
<name>LuaHookTypeChecker</name>
<description>Provide a hook for the type_checker phase of request processing</description>
<syntax>LuaHookTypeChecker /path/to/lua/script.lua hook_function_name</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage><p>...</p></usage>
</directivesynopsis>
<directivesynopsis>
<name>LuaHookAuthChecker</name>
<description>Provide a hook for the auth_checker phase of request processing</description>
<syntax>LuaHookAuthChecker /path/to/lua/script.lua hook_function_name</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage>
<p>Invoke a lua function in the auth_checker phase of processing
a request. This can be used to implement arbitrary authentication
and authorization checking. A very simple example:
</p>
<example><pre>
require 'apache2'
-- fake authcheck hook
-- If request has no auth info, set the response header and
-- return a 401 to ask the browser for basic auth info.
-- If request has auth info, don't actually look at it, just
-- pretend we got userid 'foo' and validated it.
-- Then check if the userid is 'foo' and accept the request.
function authcheck_hook(r)
-- look for auth info
auth = r.headers_in['Authorization']
if auth ~= nil then
-- fake the user
r.user = 'foo'
end
if r.user == nil then
r:debug("authcheck: user is nil, returning 401")
r.err_headers_out['WWW-Authenticate'] = 'Basic realm="WallyWorld"'
return 401
elseif r.user == "foo" then
r:debug('user foo: OK')
else
r:debug("authcheck: user='" .. r.user .. "'")
r.err_headers_out['WWW-Authenticate'] = 'Basic realm="WallyWorld"'
return 401
end
return apache2.OK
end
</pre></example>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>LuaHookAccessChecker</name>
<description>Provide a hook for the access_checker phase of request processing</description>
<syntax>LuaHookAccessChecker /path/to/lua/script.lua hook_function_name</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage>
<p>Add your hook to the access_checker phase. An access checker
hook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.</p>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>LuaHookInsertFilter</name>
<description>Provide a hook for the insert_filter phase of request processing</description>
<syntax>LuaHookInsertFilter /path/to/lua/script.lua hook_function_name</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage><p>Not Yet Implemented</p></usage>
</directivesynopsis>
<directivesynopsis>
<name>LuaQuickHandler</name>
<description>Provide a hook for the quick handler of request processing</description>
<syntax></syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage><p>...</p></usage>
</directivesynopsis>
</modulesynopsis>