From bec6ee5ea740d7731eeaa91feaa75df39652bcdb 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 eeda6c4f..485d7a6a 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.