summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2014-11-25 19:04:00 +0100
committerDaniel Gruno <humbedooh@apache.org>2014-11-25 19:04:00 +0100
commit8216b3d0b4562c2910d65c67345e70349667f831 (patch)
tree57970bff702763530e1177b941b05d552e94bd99 /docs
parentelaborate on a TRACE2 message about using the default reverse (diff)
downloadapache2-8216b3d0b4562c2910d65c67345e70349667f831.tar.xz
apache2-8216b3d0b4562c2910d65c67345e70349667f831.zip
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
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_lua.xml10
1 files changed, 10 insertions, 0 deletions
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()
</highlight>
+
+<highlight language="lua">
+r:config() -- Get a walkable tree of the entire httpd configuration
+</highlight>
+
+<highlight language="lua">
+r:activeconfig() -- Get a walkable tree of the active (virtualhost-specific) httpd configuration
+</highlight>
+
+
</section>
<section id="logging"><title>Logging Functions</title>