当前位置: 首页 > 工具软件 > mod_security > 使用案例 >

如何在Cent OS 7上安装apache mod_security模块

太叔马鲁
2023-12-01

步骤

  1. yum clean all && yum update -y && yum install httpd -y
  2. 如果执行 步骤1失败则做下边的操作
    vi /etc/yum.repos.d/CentOS-Base.repo 加入如下内容
    [base]
    name=CentOS- r e l e a s e v e r − B a s e m i r r o r l i s t = h t t p : / / m i r r o r l i s t . c e n t o s . o r g / ? r e l e a s e = releasever - Base mirrorlist=http://mirrorlist.centos.org/?release= releaseverBasemirrorlist=http://mirrorlist.centos.org/?release=releasever&arch=KaTeX parse error: Expected 'EOF', got '&' at position 9: basearch&̲repo=os&infra=infra
    gpgcheck=0
    enabled=1

[updates]
name=CentOS- r e l e a s e v e r − U p d a t e s m i r r o r l i s t = h t t p : / / m i r r o r l i s t . c e n t o s . o r g / ? r e l e a s e = releasever - Updates mirrorlist=http://mirrorlist.centos.org/?release= releaseverUpdatesmirrorlist=http://mirrorlist.centos.org/?release=releasever&arch=KaTeX parse error: Expected 'EOF', got '&' at position 9: basearch&̲repo=updates&in…infra
gpgcheck=0
enabled=1
保存文件后在重做第1步
3. yum clean all && yum update -y && yum install httpd -y
4. yum install mod_security mod_security_crs

执行第4步后 编辑文件 /etc/httpd/conf.d/mod_security.conf, 看到 SecRuleEngine On, 表示安装已成功

 类似资料: