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/12/25 15:54:23 UTC

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

Author: humbedooh
Date: Tue Dec 25 14:54:23 2012
New Revision: 1425749

URL: http://svn.apache.org/viewvc?rev=1425749&view=rev
Log:
LuaMapHandler isn't in 2.4 yet, so let's not refer to it.

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=1425749&r1=1425748&r2=1425749&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 Tue Dec 25 14:54:23 2012
@@ -70,10 +70,10 @@ This will cause <code>mod_lua</code> to 
 ending in <code>.lua</code> by invoking that file's
 <code>handle</code> function.
 </p>
-
+<!--
 <p>For more flexibility, see <directive>LuaMapHandler</directive>.
 </p>
-
+-->
 </section>
 
 <section id="writinghandlers"><title>Writing Handlers</title>