You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by po...@apache.org on 2010/04/30 17:06:16 UTC

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

Author: poirier
Date: Fri Apr 30 15:06:16 2010
New Revision: 939704

URL: http://svn.apache.org/viewvc?rev=939704&view=rev
Log:
Change references from mod_wombat to mod_lua.
Remove references to no-longer-needed pre-req, mod_apreq2.

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=939704&r1=939703&r2=939704&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml Fri Apr 30 15:06:16 2010
@@ -41,8 +41,7 @@ request processing</description>
 <p>The basic module loading directive is</p>
 
 <example>
-    LoadModule apreq_module modules/mod_apreq2.so<br />
-    LoadModule wombat_module modules/mod_wombat.so
+    LoadModule lua_module modules/mod_lua.so
 </example>
 
 <p>
@@ -143,7 +142,7 @@ handlers (or hooks, or filters) in the s
 
 <usage>
     <p>Specify the base path which will be used to evaluate all
-    relative paths within mod_wombat. If not specified they
+    relative paths within mod_lua. If not specified they
     will be resolved relative to the current working directory,
     which may not always work well for a server.</p>
 </usage>