From: Daniel Earl Poirier Date: Fri, 30 Apr 2010 15:06:16 +0000 (+0000) Subject: Change references from mod_wombat to mod_lua. X-Git-Tag: 2.3.6~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfe544ca493c14198d40de3c4817dbaa320227ca;p=apache Change references from mod_wombat to mod_lua. 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 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 3e1e1a800b..75a1b0ebff 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -41,8 +41,7 @@ request processing

The basic module loading directive is

- LoadModule apreq_module modules/mod_apreq2.so
- LoadModule wombat_module modules/mod_wombat.so + LoadModule lua_module modules/mod_lua.so

@@ -143,7 +142,7 @@ handlers (or hooks, or filters) in the same script.

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.