-*- mode:org -*-
* Requirements:
** lua 5.1, 5.2, 5.3 ( http://www.lua.org/ ) or LuaJIT 2.x ( http://www.luajit.org/ )
-** Apache HTTPD 2.4 ( http://httpd.apache.org/ ) or higher
+** Apache HTTPD 2.4 ( https://httpd.apache.org/ ) or higher
* Documentation
See docs/README
Install Apache HTTPD 2.2
- http://httpd.apache.org/download.cgi
+ https://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_lua can be loaded.
Install libapreq2
- http://httpd.apache.org/apreq/download.cgi
+ https://httpd.apache.org/apreq/download.cgi
The download link is in the page body, NOT under the "Download!" link
in the left hand column.