I want to add mod_security to my Apache server running CentOS 5.3 and am trying to find a repository to get it from. I found it in EPEL, but they have version 2.1.7, which is over a year old according to what I found on the modsecurity.org website. Is there a repository which is keeping this up to date? Or should I just build it from source?
On Fri, Apr 24, 2009 at 3:26 PM, Bowie Bailey Bowie_Bailey@buc.com wrote:
I want to add mod_security to my Apache server running CentOS 5.3 and am trying to find a repository to get it from. I found it in EPEL, but they have version 2.1.7, which is over a year old according to what I found on the modsecurity.org website. Is there a repository which is keeping this up to date? Or should I just build it from source?
Would be nice, if you could just use "yum install mod_security" which is what they show on page 150 of the NSA manual about hardening RHEL 5, but if it isn't in the yum repositories.... You've already been to the modsecurity.org web site which they also reference. Once you have it installed, they have some configuration suggestions. They also suggest installing DOS protection module(s). GL
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Bowie Bailey Sent: Saturday, 25 April 2009 6:27 AM To: CentOS mailing list (E-mail) Subject: [CentOS] repository for mod_security
I want to add mod_security to my Apache server running CentOS 5.3 and am trying to find a repository to get it from. I found it in EPEL, but they have version 2.1.7, which is over a year old according to what I found on the modsecurity.org website. Is there a repository which is keeping this up to date? Or should I just build it from source?
Interesting that you are finding version 2.1.7 - just did a quick check and I see version 2.5.9 on epel:
Name : mod_security Arch : i386 Version : 2.5.9 Release : 1.el5 Size : 933 k Repo : epel
My epel.repo file looks like this:
[epel] name=Extra Packages for Enterprise Linux 5 - $basearch #baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch= $basearch failovermethod=priority enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL protect=0 priority=12
Cheers, Tkb.
Bowie Bailey napsal(a):
I want to add mod_security to my Apache server running CentOS 5.3 and am trying to find a repository to get it from. I found it in EPEL, but they have version 2.1.7, which is over a year old according to what I found on the modsecurity.org website. Is there a repository which is keeping this up to date? Or should I just build it from source?
Within my repos: http://fs12.vsb.cz/hrb33/el5/hrb/stable/i386/repoview/ http://fs12.vsb.cz/hrb33/el5/hrb/stable/x86_64/repoview/ http://fs12.vsb.cz/hrb33/el4/hrb/stable/i386/repoview/ http://fs12.vsb.cz/hrb33/el4/hrb/stable/x86_64/repoview/
I can rebuild the latest one. David Hrbáč