Name Date Size

.. 2015-03-24 10:13:12 31

config.m4 2014-01-21 15:59:29 5.5 KiB

docs 2010-05-24 16:26:49 7

lua_apr.c 2014-07-20 11:32:58 2.9 KiB

lua_apr.h 2014-03-28 19:38:41 1.2 KiB

lua_config.c 2013-05-30 20:28:24 7.4 KiB

lua_config.h 2013-05-30 20:28:24 1.2 KiB

lua_dbd.c 2014-02-21 12:10:10 26.4 KiB

lua_dbd.h 2013-05-30 20:28:24 2 KiB

lua_passwd.c 2013-06-07 10:08:55 5.1 KiB

lua_passwd.h 2013-09-01 17:37:41 2.3 KiB

lua_request.c 2015-02-04 15:52:50 95 KiB

lua_request.h 2014-03-28 19:38:41 1.7 KiB

lua_vmprep.c 2014-03-18 14:40:03 18.2 KiB

lua_vmprep.h 2013-05-30 20:28:24 4.2 KiB

Makefile.in 2014-12-05 02:28:25 183

mod_lua.c 2015-03-24 10:13:12 77.8 KiB

mod_lua.dsp 2013-10-04 22:03:50 5.3 KiB

mod_lua.h 2015-01-19 01:35:25 5 KiB

NWGNUmakefile 2015-01-19 01:35:25 5 KiB

README 2014-12-05 14:33:10 1.9 KiB

test 2012-04-04 21:49:25 8

README

-*- mode:org -*-
* Requirements:
** lua 5.1, 5.2 ( http://www.lua.org/ ) or LuaJIT 2.x ( http://www.luajit.org/ )
** Apache HTTPD 2.3 ( http://httpd.apache.org/ ) or higher
* Documentation
See docs/README
* Building
For now, see docs/building-from-subversion.txt
* To Consider
Allow definition of lua_State instances associated with arbitrary
pool using the pool's user_data constuct. There would, here, be two
types, pooled and singleton. On the other hand, singleton would work
fine for almost all cases -- the exception being a process or server
pool, and then we could stay singleton anyway and lock around it.
* Task List
** TODO Use r->file to determine file, doing rewriting in translate_name
** TODO Provide means to get useful output from lua errors in response body
Probably have to put it on the vm spec for pre-handler errors, as
it is pre-handler, will prolly be on the request_config somewhere,
but sometimes cannot put there, so... fun
** TODO Mapping in the server_rec
** TODO Figure out how reentrancy works regarding filter chain stuff.
Do we need new "threads"?
** TODO: Flatten LuaHook* to LuaHook phase file fn ?
** TODO: document or remove block sections
** TODO: test per-dir behavior of block sections
** TODO: Suppress internal details (fs path to scripts, etc) in error responses
* License
Apache License, Version 2.0,
http://www.apache.org/licenses/LICENSE-2.0
See NOTICE file for more information
* Problems and Patches:
Please use dev@httpd.apache.org for discussing mod_lua development
To subscribe send email to dev-subscribe@httpd.apache.org
Note that this is for development discussion, not user support :-)
* Contributors Include
** Brian McCallister
** Paul Querna
** Garrett Rooney
** Martin Traverso
** Brian Akins
** Justin Erenkrantz
** Philip M. Gollucci
** Stefan Fritsch
** Eric Covener
** Daniel Gruno
** Günter Knauf