summaryrefslogtreecommitdiff
path: root/security/ap-modsecurity2/MESSAGE
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-11-05 14:33:37 +0000
committeradrianp <adrianp>2006-11-05 14:33:37 +0000
commite60a7880a3467f1e2df6ad9c2c1525d250ed6706 (patch)
tree1e1054124f1e3bf8fc43c8c79b12e0a98b4a818d /security/ap-modsecurity2/MESSAGE
parentaa1cba4feb55f1011cbbc965f49a349f035a7631 (diff)
downloadpkgsrc-e60a7880a3467f1e2df6ad9c2c1525d250ed6706.tar.gz
ModSecurity is an open source intrusion detection and prevention engine for
web applications (or a web application firewall). Operating as an Apache Web server module or standalone, the purpose of ModSecurity is to increase web application security, protecting web applications from known and unknown attacks. This is the 2.x branch of modsecurity and only supports Apache 2.x
Diffstat (limited to 'security/ap-modsecurity2/MESSAGE')
-rw-r--r--security/ap-modsecurity2/MESSAGE21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/ap-modsecurity2/MESSAGE b/security/ap-modsecurity2/MESSAGE
new file mode 100644
index 00000000000..9cbfda6f2cf
--- /dev/null
+++ b/security/ap-modsecurity2/MESSAGE
@@ -0,0 +1,21 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2006/11/05 14:33:37 adrianp Exp $
+
+In order to use this module in your Apache installation, you will need
+to add the following to your httpd.conf file:
+
+ LoadModule security2_module lib/httpd/mod_security2.so
+
+In addition to this you will need to specify mod_security configuration
+directives in your httpd.conf. This can be achieved by adding the
+following to your httpd.conf:
+
+ <IfModule mod_security2.c>
+ Include ${PKG_SYSCONFDIR}/httpd/modsecurity.conf
+ </IfModule>
+
+Example configuration files for modsecurity are available:
+
+ ${PREFIX}/share/examples/ap-security/
+
+===========================================================================