1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Use lua-5.1.1 instead lua-5.1 that was a typo.

- Remove pkg-message.rules forgotten on previous commit.
This commit is contained in:
Marcelo Araujo 2012-04-28 06:26:38 +00:00
parent 7985f75aaa
commit dcec35064d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295636
2 changed files with 1 additions and 21 deletions

View File

@ -49,7 +49,7 @@ PLIST_FILES+= bin/mlogc
.if defined(WITH_LUA)
USE_LUA= 5.1+
CONFIGURE_ARGS+= --with-lua=${LOCALBASE}
LIB_DEPENDS+= lua-5.1:${PORTSDIR}/lang/lua
LIB_DEPENDS+= lua-5.1.1:${PORTSDIR}/lang/lua
.else
CONFIGURE_ARGS+= --without-lua
.endif

View File

@ -1,20 +0,0 @@
The modsecurity 2 Core Rules have been installed in
%%PREFIX%%/%%APACHEETCDIR%%/Includes/mod_security2/
and run in "DetectionOnly" mode as not to disturb operatings.
Please read http://www.modsecurity.org/projects/rules/index.html
ModSecurity requires mod_unique_id to be actived.
This line must be present in your apache configuration file.
LoadModule unique_id_module libexec/apache22/mod_unique_id.so
You must add the following to your Apache configuration file for
activate mod_security:
LoadModule security2_module libexec/apache22/mod_security2.so
Logging is done to /var/log/httpd-modsec2*.log