From 38699ac336f17fb6365b7cc6cb8e426b9388d1ed Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 24 Jul 2012 21:12:39 +0000 Subject: [PATCH] Remove reference to the 'server' value in LuaScope, since it doesn't exist. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1365288 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_lua.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index c165924fc6..8e139546a5 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -489,8 +489,8 @@ end LuaScope -One of once, request, conn, server -- default is once -LuaScope once|request|conn|server [max|min max] +One of once, request, conn -- default is once +LuaScope once|request|conn [max|min max] LuaScope once server configvirtual host directory.htaccess @@ -509,13 +509,14 @@ end request scoped.
conn:
Same as request but attached to the connection_rec
- +
-- 2.40.0