You are not logged in.

#1 2017-02-22 07:29:30

gandalf247
Member
From: Burnley
Registered: 2014-12-23
Posts: 12

howto: configure apache mod_security2 module

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

#2 2017-02-26 21:51:23

AbaddonOrmuz
Member
Registered: 2014-07-05
Posts: 43
Website

Re: howto: configure apache mod_security2 module

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

#3 2017-03-01 20:02:49

gandalf247
Member
From: Burnley
Registered: 2014-12-23
Posts: 12

Re: howto: configure apache mod_security2 module

AbaddonOrmuz wrote:

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

Board footer

Powered by FluxBB