IWorx-Chris
09-03-2004, 02:06 PM
For the sake of getting the first post, I have a tool for the InterWorx-CP suite that some may be interested in. I've made up a SRPM for mod_security, which is a security-minded URL filter of sorts for Apache. We haven't had many requests for this but in the spirit of thinking ahead I thought everyone may want to check it out.
This has been tested on our internal boxes ONLY, and is BETA. YOU HAVE BEEN FOREWARNED!!
Now that that's out of the way it's been working fine on our test boxes so feel free to give it a whirl.
The mod_security homepage is at: http://www.modsecurity.org/.
Install the mod on any interworx-cp box by doing:
rpmbuild --rebuild --with < your arch here > http://updates.interworx.info/iworx/SRPMS/experimental/mod_security-1.8.4-100.iworx.src.rpm
rpm -ivh /usr/redhat/bin/mod_security-1.8.4-100.iworx.rpm
the "< your arch here >" part is where you distro descriptor goes. Here's a list of htem:
RedHat 9 = rht9x
CentOS 3.x = cos3x
Fedora 1 = fdr10
Fedora 2 = fdr20
White Box = whb3x
So, for a redhat 9 box just do:
rpmbuild --rebuild --with rht90 http://updates.interworx.info/iworx/SRPMS/experimental/mod_security-1.8.4-100.iworx.src.rpm
rpm -ivh /usr/redhat/bin/mod_security-1.8.4-100.iworx.rpm
REMEMBER, THIS IS BETA!! USE AT YOUR OWN RISK!!
enjoy ;).
Chris
This has been tested on our internal boxes ONLY, and is BETA. YOU HAVE BEEN FOREWARNED!!
Now that that's out of the way it's been working fine on our test boxes so feel free to give it a whirl.
The mod_security homepage is at: http://www.modsecurity.org/.
Install the mod on any interworx-cp box by doing:
rpmbuild --rebuild --with < your arch here > http://updates.interworx.info/iworx/SRPMS/experimental/mod_security-1.8.4-100.iworx.src.rpm
rpm -ivh /usr/redhat/bin/mod_security-1.8.4-100.iworx.rpm
the "< your arch here >" part is where you distro descriptor goes. Here's a list of htem:
RedHat 9 = rht9x
CentOS 3.x = cos3x
Fedora 1 = fdr10
Fedora 2 = fdr20
White Box = whb3x
So, for a redhat 9 box just do:
rpmbuild --rebuild --with rht90 http://updates.interworx.info/iworx/SRPMS/experimental/mod_security-1.8.4-100.iworx.src.rpm
rpm -ivh /usr/redhat/bin/mod_security-1.8.4-100.iworx.rpm
REMEMBER, THIS IS BETA!! USE AT YOUR OWN RISK!!
enjoy ;).
Chris