mod_lua.xml revision 457256c49209d6e56bfe63b411688ad9cb2a8429
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>
3e30fa5f420fe7302a4cdcd79cb001958fd54a13rbowen
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>
2219c51bf0756c2f6f7deb88a13baf30f141c12epoirier
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen<note><code>mod_lua</code> is still in experimental state.
fb51a6b789d85113d0976148685b0063c294220drbowenUntil it is declared stable, usage and behavior may change
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowenat any time.</note>
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen</summary>
fb51a6b789d85113d0976148685b0063c294220drbowen
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen<section id="basicconf"><title>Basic Configuration</title>
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen<p>The basic module loading directive is</p>
fb51a6b789d85113d0976148685b0063c294220drbowen
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen<example>
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen LoadModule lua_module modules/mod_lua.so
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen</example>
4b2d52ed83bf31730c8b6bbe7c06d806dc3a0c4erbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<p>
fb51a6b789d85113d0976148685b0063c294220drbowen<code>mod_lua</code> provides a handler named <code>lua-script</code>,
e27eee5caa6c1bf3853c11253ae82303cff0e40brbowenwhich 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
fb51a6b789d85113d0976148685b0063c294220drbowenthat simply run at handy times in the request lifecycle exist as well.</p>
fb51a6b789d85113d0976148685b0063c294220drbowen
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<p>Hook functions are passed the request object as their only argument.
fb51a6b789d85113d0976148685b0063c294220drbowenThey can return any value, depending on the hook, but most commonly
99e316bc4b9b2b5754165939ac14b6d16132cce1igalicthey'll return OK, DONE, or DECLINED, which you can write in lua as
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<code>apache2.OK</code>, <code>apache2.DONE</code>, or
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<code>apache2.DECLINED</code>, or else an HTTP status code.</p>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic
fb51a6b789d85113d0976148685b0063c294220drbowen<example><title>translate_name.lua</title><pre>
fb51a6b789d85113d0976148685b0063c294220drbowen-- example hook that rewrites the URI to a filesystem path.
fb51a6b789d85113d0976148685b0063c294220drbowen
2219c51bf0756c2f6f7deb88a13baf30f141c12epoirierrequire 'apache2'
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowenfunction translate_name(r)
fb51a6b789d85113d0976148685b0063c294220drbowen if r.uri == "/translate-name" then
fb51a6b789d85113d0976148685b0063c294220drbowen r.filename = r.document_root .. "/find_me.txt"
fb51a6b789d85113d0976148685b0063c294220drbowen return apache2.OK
fb51a6b789d85113d0976148685b0063c294220drbowen end
fb51a6b789d85113d0976148685b0063c294220drbowen -- we don't care about this URL, give another module a chance
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen return apache2.DECLINED
fb51a6b789d85113d0976148685b0063c294220drbowenend
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</pre></example>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<example><title>translate_name2.lua</title><pre>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic--[[ 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
fb51a6b789d85113d0976148685b0063c294220drbowen substitution, including the core translate_name hook which maps based
fb51a6b789d85113d0976148685b0063c294220drbowen on the DocumentRoot.
c994f52ac80f9664d2940e5ccd9e77466572013frbowen
c994f52ac80f9664d2940e5ccd9e77466572013frbowen Note: It is currently undefined as to whether this runs before or after
c994f52ac80f9664d2940e5ccd9e77466572013frbowen mod_alias.
c994f52ac80f9664d2940e5ccd9e77466572013frbowen--]]
fb51a6b789d85113d0976148685b0063c294220drbowen
c994f52ac80f9664d2940e5ccd9e77466572013frbowenrequire 'apache2'
fb51a6b789d85113d0976148685b0063c294220drbowen
c994f52ac80f9664d2940e5ccd9e77466572013frbowenfunction translate_name(r)
fb51a6b789d85113d0976148685b0063c294220drbowen if r.uri == "/translate-name" then
c994f52ac80f9664d2940e5ccd9e77466572013frbowen r.uri = "/find_me.txt"
fb51a6b789d85113d0976148685b0063c294220drbowen return apache2.DECLINED
c994f52ac80f9664d2940e5ccd9e77466572013frbowen end
fb51a6b789d85113d0976148685b0063c294220drbowen return apache2.DECLINED
fb51a6b789d85113d0976148685b0063c294220drbowenend
fb51a6b789d85113d0976148685b0063c294220drbowen</pre></example>
fb51a6b789d85113d0976148685b0063c294220drbowen</section>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen
c994f52ac80f9664d2940e5ccd9e77466572013frbowen<section id="datastructures"><title>Data Structures</title>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<dl>
fb51a6b789d85113d0976148685b0063c294220drbowen<dt>request_rec</dt>
fb51a6b789d85113d0976148685b0063c294220drbowen <dd>
fb51a6b789d85113d0976148685b0063c294220drbowen <p>The request_rec is mapped in as a userdata. It has a metatable
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen 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
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic until we get better docs here) many of which are writeable as
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic well as readable. (The table fields' content can be changed, but the
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic fields themselves cannot be set to different tables.)</p>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic
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>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>ap_auth_type</code></td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>args</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>yes</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>assbackwards</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>boolean</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>canonical_filename</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <tr>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <td><code>content_encoding</code></td>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <td>string</td>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td><code>content_type</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td>yes</td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <tr>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td><code>document_root</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <td><code>err_headers_out</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>table</td>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <td>no</td>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic </tr>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <tr>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <td><code>filename</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>yes</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td><code>handler</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td>yes</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>headers_in</code></td>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <td>table</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>yes</td>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic </tr>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <tr>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <td><code>headers_out</code></td>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <td>table</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>yes</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>hostname</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td><code>method</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td>no</td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td><code>notes</code></td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td>table</td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td>yes</td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen </tr>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <tr>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td><code>path_info</code></td>
c994f52ac80f9664d2940e5ccd9e77466572013frbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>protocol</code></td>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic </tr>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <tr>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <td><code>proxyreq</code></td>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>yes</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>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>the_request</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <td><code>unparsed_uri</code></td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>string</td>
fb51a6b789d85113d0976148685b0063c294220drbowen <td>no</td>
fb51a6b789d85113d0976148685b0063c294220drbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen <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>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <td>yes</td>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen </tr>
fb51a6b789d85113d0976148685b0063c294220drbowen </table>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <p>The request_rec has (at least) the following methods:</p>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <example>
3e30fa5f420fe7302a4cdcd79cb001958fd54a13rbowen r:addoutputfilter(name|function) -- add an output filter
3e30fa5f420fe7302a4cdcd79cb001958fd54a13rbowen </example>
fb51a6b789d85113d0976148685b0063c294220drbowen
3e30fa5f420fe7302a4cdcd79cb001958fd54a13rbowen <example>
3e30fa5f420fe7302a4cdcd79cb001958fd54a13rbowen r:parseargs() -- returns a lua table containing the request's
fb51a6b789d85113d0976148685b0063c294220drbowen query string arguments
fb51a6b789d85113d0976148685b0063c294220drbowen </example>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen <example>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen r:parsebody() -- parse the request body as a POST and return
fb51a6b789d85113d0976148685b0063c294220drbowen a lua table
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic </example>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <example>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic 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>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen </dd>
fb51a6b789d85113d0976148685b0063c294220drbowen </dl>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</section>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<section id="logging"><title>Logging Functions</title>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<example>
fb51a6b789d85113d0976148685b0063c294220drbowen -- examples of logging messages<br />
fb51a6b789d85113d0976148685b0063c294220drbowen r:trace1("This is a trace log message") -- trace1 through trace8 can be used <br />
fb51a6b789d85113d0976148685b0063c294220drbowen r:debug("This is a debug log message")<br />
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen r:info("This is an info log message")<br />
fb51a6b789d85113d0976148685b0063c294220drbowen r:notice("This is an notice log message")<br />
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic r:warn("This is an warn log message")<br />
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic r:err("This is an err log message")<br />
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic r:alert("This is an alert log message")<br />
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic r:crit("This is an crit log message")<br />
fb51a6b789d85113d0976148685b0063c294220drbowen r:emerg("This is an emerg log message")<br />
fb51a6b789d85113d0976148685b0063c294220drbowen</example>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen</section>
fb51a6b789d85113d0976148685b0063c294220drbowen
9cd56c73a0fd508522ba2f6bc6c9839c478c61c3rbowen<section id="apache2"><title>apache2 Package</title>
fb51a6b789d85113d0976148685b0063c294220drbowen<p>A package named <code>apache2</code> is available with (at least) the following contents.</p>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<dl>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <dt>apache2.OK</dt>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <dd>internal constant OK. Handlers should return this if they've
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic handled the request.</dd>
fb51a6b789d85113d0976148685b0063c294220drbowen <dt>apache2.DECLINED</dt>
fb51a6b789d85113d0976148685b0063c294220drbowen <dd>internal constant DECLINED. Handlers should return this if
fb51a6b789d85113d0976148685b0063c294220drbowen they are not going to handle the request.</dd>
fb51a6b789d85113d0976148685b0063c294220drbowen <dt>apache2.DONE</dt>
fb51a6b789d85113d0976148685b0063c294220drbowen <dd>internal constant DONE.</dd>
9cd56c73a0fd508522ba2f6bc6c9839c478c61c3rbowen <dt>apache2.version</dt>
fb51a6b789d85113d0976148685b0063c294220drbowen <dd>Apache HTTP server version string</dd>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <dt>apache2.HTTP_MOVED_TEMPORARILY</dt>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <dd>HTTP status code</dd>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <dt>apache2.PROXYREQ_NONE, apache2.PROXYREQ_PROXY, apache2.PROXYREQ_REVERSE, apache2.PROXYREQ_RESPONSE</dt>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic <dd>internal constants used by <module>mod_proxy</module></dd>
fb51a6b789d85113d0976148685b0063c294220drbowen</dl>
fb51a6b789d85113d0976148685b0063c294220drbowen<p>(Other HTTP status codes are not yet implemented.)</p>
fb51a6b789d85113d0976148685b0063c294220drbowen</section>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<directivesynopsis>
9cd56c73a0fd508522ba2f6bc6c9839c478c61c3rbowen<name>LuaRoot</name>
fb51a6b789d85113d0976148685b0063c294220drbowen<description>Specify the base path for resolving relative paths for mod_lua directives</description>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<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>
fb51a6b789d85113d0976148685b0063c294220drbowen<override>All</override>
fb51a6b789d85113d0976148685b0063c294220drbowen
fb51a6b789d85113d0976148685b0063c294220drbowen<usage>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen <p>Specify the base path which will be used to evaluate all
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen relative paths within mod_lua. If not specified they
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen will be resolved relative to the current working directory,
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen which may not always work well for a server.</p>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</usage>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic</directivesynopsis>
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic
99e316bc4b9b2b5754165939ac14b6d16132cce1igalic<directivesynopsis>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<name>LuaScope</name>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<description>One of once, request, conn, server -- default is once</description>
6b4cd1f143d5d7244d2476d1e28456212faddb72rbowen<syntax>LuaScope once|request|conn|server [max|min max]</syntax>
fb51a6b789d85113d0976148685b0063c294220drbowen<default>LuaScope once</default>
fb51a6b789d85113d0976148685b0063c294220drbowen<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 [early|late]</syntax>
<compatibility>The optional third argument is supported in 2.3.15 and later</compatibility>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</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>
<note><title>Context</title><p>This directive is not valid in <directive
type="section" module="core">Directory</directive>, <directive
type="section" module="core">Files</directive>, or htaccess
context.</p></note>
<note><title>Ordering</title><p>The optional arguments "early" or "late"
control when this script runs relative to other modules.</p></note>
</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 [early|late]</syntax>
<compatibility>The optional third argument is supported in 2.3.15 and later</compatibility>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
<usage><p>...</p>
<note><title>Ordering</title><p>The optional arguments "early" or "late"
control when this script runs relative to other modules.</p></note>
</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 [early|late]</syntax>
<compatibility>The optional third argument is supported in 2.3.15 and later</compatibility>
<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>
<note><title>Ordering</title><p>The optional arguments "early" or "late"
control when this script runs relative to other modules.</p></note>
</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 [early|late]</syntax>
<compatibility>The optional third argument is supported in 2.3.15 and later</compatibility>
<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>
<note><title>Ordering</title><p>The optional arguments "early" or "late"
control when this script runs relative to other modules.</p></note>
</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>
<note><title>Context</title><p>This directive is not valid in <directive
type="section" module="core">Directory</directive>, <directive
type="section" module="core">Files</directive>, or htaccess
context.</p></note>
</usage>
</directivesynopsis>
</modulesynopsis>