Name | Modified | Size | Downloads / Week |
---|---|---|---|
Source code | 2012-07-13 | ||
FreeBSD binaries | 2012-01-26 | ||
Linux binaries | 2012-01-24 | ||
Windows binaries | 2012-01-24 | ||
README.creole | 2012-01-29 | 1.9 kB | |
Totals: 5 Items | 1.9 kB | 8 |
Download mod_pLua:
This page shows the various package solutions available for download.
The currently available options are:
- Windows binaries: Compiled binaries for Windows 32/64 bit.
- Linux binaries: Compiled Linux binaries for i686 and x86_64.
- FreeBSD binaries: Compiled FreeBSD 9.0 binaries for x86_64.
- Source code: zipped source codes with compiler script for UNIX systems.
Which version to choose
UNIX users
If you are running Linux or FreeBSD, you can download the compiled binaries - otherwise, download the source and run ./configure followed by make.
Windows
If you are running Windows, you can download a compiled package for either Lua or LuaJIT (recommended). You will need to copy the DLL files in your package into the Apache2 'bin' folder.
Other architectures
If you have access to other architectures than the ones listed, and you have sufficient knowledge to compile the binaries, do let me know, and I'll upload your copies of the binaries!
Requirements
Lua versions
The Lua versions require Lua 5.1 or 5.2 installed on your machine, depending on which package you download.
LuaJIT versions
The LuaJIT versions for Windows come bundled with the LuaJIT library (lua51.dll) for quick installation. For UNIX, you will have to install LuaJIT yourself using your local package manager.
Installing
To install mod_plua, simply copy the compiled .so file to your apache module folder, typically /usr/lib/apache2/modules. For configuration, please see the Setting up mod_plua wiki page.