From fcab89ec32ef1cd4e785164e2767ce7f8bab17c7 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 24 Jul 2012 21:13:08 +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/branches/2.4.x@1365289 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 265137697e..8df63983f9 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -416,8 +416,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 @@ -436,13 +436,14 @@ end request scoped.
conn:
Same as request but attached to the connection_rec
- +
-- 2.40.0