forked from Lainports/freebsd-ports
The ModSecurity-apache connector is the connection point between Apache and libmodsecurity (ModSecurity v3). Said another way, this project provides a communication channel between Apache and libmodsecurity. This connector is required to use LibModSecurity with Apache. The ModSecurity-apache connector takes the form of an Apache module. The module simply serves as a layer of communication between Apache and ModSecurity. https://github.com/SpiderLabs/ModSecurity-apache Sponsored by: Netzkommune GmbH
4 lines
159 B
Text
4 lines
159 B
Text
%%APACHEMODDIR%%/mod_security3.so
|
|
@postexec %D/sbin/apxs -e -a -n security3 %f
|
|
@preunexec %D/sbin/apxs -e -A -n security3 %f
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.md
|