From 8216b3d0b4562c2910d65c67345e70349667f831 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 25 Nov 2014 18:04:00 +0000 Subject: mod_lua: Initial attempt at passing on the configuration tree to Lua. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1641661 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_lua.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 8feeb864d0..df2fba8087 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -1039,6 +1039,16 @@ local line = r:wsread() + + +r:config() -- Get a walkable tree of the entire httpd configuration + + + +r:activeconfig() -- Get a walkable tree of the active (virtualhost-specific) httpd configuration + + +
Logging Functions -- cgit v1.2.3