From: Daniel Gruno Date: Tue, 24 Jul 2012 21:13:08 +0000 (+0000) Subject: Remove reference to the 'server' value in LuaScope, since it doesn't exist. X-Git-Tag: 2.4.3~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcab89ec32ef1cd4e785164e2767ce7f8bab17c7;p=apache 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 --- 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
- +