From: Joe Orton Date: Thu, 23 Mar 2023 15:11:59 +0000 (+0000) Subject: mod_wombat => mod_lua X-Git-Tag: 2.5.0-alpha2-ci-test-only~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63f6b98eb85c8d21b7ac4d4834f2cabaa30c900b;p=thirdparty%2Fapache%2Fhttpd.git mod_wombat => mod_lua Fix SVN URL Submitted by: Sebb Github: closes #352 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908671 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/docs/README b/modules/lua/docs/README index 632945a63cd..3455e150ff7 100644 --- a/modules/lua/docs/README +++ b/modules/lua/docs/README @@ -3,10 +3,10 @@ Index of documents: Basic build instructions basic-configuration.txt - Getting mod_wombat up and running + Getting mod_lua up and running running-developer-tests.txt How to set up and run the developer and regression tests writing-handlers.txt - basics on writing handlers in mod_wombat \ No newline at end of file + basics on writing handlers in mod_lua \ No newline at end of file diff --git a/modules/lua/docs/building-from-subversion.txt b/modules/lua/docs/building-from-subversion.txt index 98da7bf2638..4c71cb8e99f 100644 --- a/modules/lua/docs/building-from-subversion.txt +++ b/modules/lua/docs/building-from-subversion.txt @@ -15,9 +15,9 @@ Install Apache HTTPD 2.2 http://httpd.apache.org/download.cgi You can build apache pretty much any way you like, as long as you enable - dynamic module loading (--enable-so) so that mod_wombat can be loaded. + dynamic module loading (--enable-so) so that mod_lua can be loaded. - You may user (and I encourage you to!) the threaded MPMs -- mod_wombat + You may user (and I encourage you to!) the threaded MPMs -- mod_lua plays nicely with them. I build it with these flags: @@ -32,7 +32,7 @@ Install libapreq2 The download link is in the page body, NOT under the "Download!" link in the left hand column. - Right now, mod_wombat requires libapreq2 for parsing entity bodies. This + Right now, mod_lua requires libapreq2 for parsing entity bodies. This dependency will probably be made optional in the near future, but for now you need it. @@ -42,8 +42,8 @@ Install libapreq2 --with-apache2-apxs=/Users/brianm/.opt/httpd-2.2.4-worker-wombat/bin/apxs -Install mod_wombat from subversion - http://svn.apache.org/repos/asf/httpd/mod_wombat/trunk +Install mod_lua from subversion + http://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/lua The first step, when building from subversion, is to bootstrap autoconf. To do this run the bootstrap script: @@ -69,4 +69,4 @@ Install mod_wombat from subversion option, it always seems to work. -That is it. To configure mod_wombat, look at the basic-configuration.txt document. \ No newline at end of file +That is it. To configure mod_lua, look at the basic-configuration.txt document. \ No newline at end of file diff --git a/modules/lua/test/test_httpd.conf b/modules/lua/test/test_httpd.conf index 27e3a506c97..13af6e75afb 100644 --- a/modules/lua/test/test_httpd.conf +++ b/modules/lua/test/test_httpd.conf @@ -2,7 +2,7 @@ ServerRoot "/Users/brianm/.opt/httpd-2.2.3-worker-for-lua" DocumentRoot "/Users/brianm/src/wombat/test/htdocs" -# Customize this value to point to the top of mod_wombat's test dir +# Customize this value to point to the top of mod_lua's test dir LuaRoot /Users/brianm/src/wombat/test Listen 8000