From: Daniel Gruno Date: Tue, 24 Jul 2012 21:12:39 +0000 (+0000) Subject: Remove reference to the 'server' value in LuaScope, since it doesn't exist. X-Git-Tag: 2.5.0-alpha~6588 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38699ac336f17fb6365b7cc6cb8e426b9388d1ed;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index c165924fc6a..8e139546a59 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
- +