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:49:52 UTC

svn commit: r1366859 - /httpd/httpd/trunk/docs/manual/mod/mod_lua.xml

Author: humbedooh
Date: Sun Jul 29 15:49:52 2012
New Revision: 1366859

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

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_lua.xml

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