]> granicus.if.org Git - apache/commitdiff
Change references from mod_wombat to mod_lua.
authorDaniel Earl Poirier <poirier@apache.org>
Fri, 30 Apr 2010 15:06:16 +0000 (15:06 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Fri, 30 Apr 2010 15:06:16 +0000 (15:06 +0000)
Remove references to no-longer-needed pre-req, mod_apreq2.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@939704 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 3e1e1a800be967c3785a5157f888ce2e015d2655..75a1b0ebff87c8d06ffce962ccb75ca762dc3d41 100644 (file)
@@ -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 same script.
 
 <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>