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
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:
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.
--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:
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
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