]> granicus.if.org Git - apache/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)
commit3b6cdb0f923c3de8276f19a8113b49300946d1bd
tree7d1bb06f1ca4f6ea964c916f48f1b5e328c9a05d
parent1a502850964a93cc085f3d91bc2647ffcb01386c
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