Re: [mod-security-users] How to configure ModSecurity on CentOS 8?
Brought to you by:
victorhora,
zimmerletw
|
From: Jason L. <hac...@ya...> - 2021-02-21 19:28:40
|
Thank you so much for your answer.I installed ModSecurity as below: # yum install gcc-c++ flex bison yajl yajl-devel curl-devel curl GeoIP-devel doxygen zlib-devel pcre-devel# cd /opt/# git clone https://github.com/SpiderLabs/ModSecurity# cd ModSecurity# git checkout -b v3/master origin/v3/master# sh build.sh# git submodule init# git submodule update# ./configure# yum install https://archives.fedoraproject.org/pub/archive/fedora/linux/updates/23/x86_64/b/bison-3.0.4-3.fc23.x86_64.rpm# make# make install But I can't see any "mod_security.conf" file in "httpd" directory! Why? On Sunday, February 21, 2021, 07:16:54 PM GMT+3:30, Ervin Hegedüs <ai...@gm...> wrote: On Sun, Feb 21, 2021 at 03:11:17PM +0000, Jason Long via mod-security-users wrote: > Hello,Any tutorial about configuring it? https://coreruleset.org/installation/ https://www.netnea.com/cms/apache-tutorial-6_embedding-modsecurity/ Not a CentOS 8 specific, but hope this helps. a. |