pkgsrc/security/ap-modsecurity2/MESSAGE
adrianp 863460b3b3 Update from 2.1.4->2.5.7
Use ./configure as one is now supplied
libmxl2 is no longer optional but curl is
Rename doc/eg dirs from ap-security to ap-modsecurity

* Allow for disabling request body limit checks in phase:1
* Now log XML parsing/validation warnings and errors to be in the debug log
  at levels 3 and 4, respectivly.
* Transformation caching has been deprecated, and is now off by default. We
  now advise against using transformation caching in production.
* Improve request body processing error messages.

Any many more . . . see CHANGES for all the details
2008-10-12 12:50:17 +00:00

26 lines
915 B
Text

===========================================================================
$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
===========================================================================