]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_lua: Add a lot of core httpd/apr functionality to mod_lua
authorDaniel Gruno <humbedooh@apache.org>
Tue, 11 Dec 2012 20:08:24 +0000 (20:08 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 11 Dec 2012 20:08:24 +0000 (20:08 +0000)
commitbaa9b5b21ccdbf0da8d1487d0ebdd1b7aa02fdc8
tree7d1bb06f1ca4f6ea964c916f48f1b5e328c9a05d
parente08fe9b5a56957cd5609d755d2b3480b8b714a09
mod_lua: Add a lot of core httpd/apr functionality to mod_lua
(such as regex matching, expr evaluation, changing/fetching server configuration/info - see docs for a complete list).
This also includes a bunch of automatically scraped functions, which may or may not be super useful.
Comments appreciated as always, especially on the more hacky bits.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420377 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mod_lua.xml
modules/lua/lua_apr.c
modules/lua/lua_apr.h
modules/lua/mod_lua.c