On Mon, 2009-07-27 at 14:09 -0700, Al Sparks wrote: > I'm trying to install apache 2.2.x from a tarball. That'll pretty much break the apache rpm installation... > And it works. But I'm also trying to install modsecure, and I can't get that to work. If you stick with the rpm-based Apache installation, it might be as simple as: yum install httpd-devel apxs -cia mod_security.c as listed on: http://www.modsecurity.org/documentation/modsecurity-apache/1.9.3/modsecurity-manual.html#02-installation Of course, you could also grab the RPMS from EPEL... http://download.fedora.redhat.com/pub/epel/5/x86_64/mod_security-2.5.9-1.el5.x86_64.rpm > It might help to know what CentOS uses to install Apache when doing the ./configure. That'll be in the SPEC file from the source rpm... also, I believe that be default, you don't get the server-info page unless you're coming in from localhost. -I