mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
27 lines
915 B
Plaintext
27 lines
915 B
Plaintext
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.2 2008/10/12 12:50:17 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/
|
|
|
|
In order to use the XML support in your Apache installation, you will need
|
|
to add the following to your httpd.conf file:
|
|
|
|
LoadFile ${PREFIX}/lib/libxml2.so
|
|
|
|
===========================================================================
|