From e74a1711721e4d01f03e975be3fd4d1c167e9a79 Mon Sep 17 00:00:00 2001 From: brectanus Date: Thu, 8 May 2008 21:59:37 +0000 Subject: [PATCH] Update docs to show Lua as optional in the install instructions. --- doc/modsecurity2-apache-reference.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index 36b5ef84..d69256e6 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -270,11 +270,16 @@ - Install the latest version of Lua in the 5.1.x branch, if it - isn't already installed on the server. + Optionally install the latest version of Lua in the 5.1.x + branch, if it isn't already installed on the server and you will be + using the new Lua engine. http://www.lua.org/download.html + + Note that ModSecurity requires the dynamic libraries. These are + not built by default in the source distribution, so the binary + distribution is recommended.