You are not logged in.
Hi guys, I would like to train in the apache module mod_security2. But I couldn't find any information to configure mod_security2 on arch linux. I've installed the package from aur ( modsecurity-2.9.1 ) and modified the /etc/httpd/conf/httpd.conf
LoadModule security2_module modules/mod_security2.so
<IfModule security2_module>
SecRuleEngine On
SecRequestBodyAccess On
SecResponseBodyAccess On
SecResponseBodyMimeType text/plain text/html text/xml application/octet-stream
SecDataDir /tmp
</IfModule>
thanks Frank
Offline
Follow these steps:
https://github.com/SpiderLabs/ModSecuri … -httpdconf
I'm the package maintainer so if you have any problem or suggestion, please comment in the package.
Offline
Follow these steps:
https://github.com/SpiderLabs/ModSecuri … -httpdconf
I'm the package maintainer so if you have any problem or suggestion, please comment in the package.
fabulous, thank you very much.
Frank
Offline