Add files from parent branch HEAD:
[pkgsrc.git] / security / ap-modsecurity2 / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.1.1.1 2006/11/05 14:33:37 adrianp Exp $
3
4 In order to use this module in your Apache installation, you will need
5 to add the following to your httpd.conf file:
6
7   LoadModule security2_module lib/httpd/mod_security2.so
8
9 In addition to this you will need to specify mod_security configuration
10 directives in your httpd.conf.  This can be achieved by adding the
11 following to your httpd.conf:
12
13   <IfModule mod_security2.c>
14       Include ${PKG_SYSCONFDIR}/httpd/modsecurity.conf
15   </IfModule>
16
17 Example configuration files for modsecurity are available:
18
19   ${PREFIX}/share/examples/ap-security/
20
21 In order to use the XML support in your Apache installation, you will need
22 to add the following to your httpd.conf file:
23
24   LoadFile ${PREFIX}/lib/libxml2.so
25
26 ===========================================================================