You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/07/29 17:50:52 UTC

svn commit: r1366860 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml

Author: humbedooh
Date: Sun Jul 29 15:50:52 2012
New Revision: 1366860

URL: http://svn.apache.org/viewvc?rev=1366860&view=rev
Log:
Comment out LuaCodeCache, which hasn't been implemented yet.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml?rev=1366860&r1=1366859&r2=1366860&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml Sun Jul 29 15:50:52 2012
@@ -520,6 +520,7 @@ LuaPackagePath /scripts/lib/?/init.lua
 </usage>
 </directivesynopsis>
 
+<!-- Not implemented yet
 <directivesynopsis>
 <name>LuaCodeCache</name>
 <description>Configure the compiled code cache.</description>
@@ -552,6 +553,7 @@ LuaCodeCache never
 
 </usage>
 </directivesynopsis>
+-->
 
 <directivesynopsis>
 <name>LuaHookTranslateName</name>