Re: installing mod_security
2006-11-01 22:00:34 GMT
Hello Bradley, Monday, October 30, 2006, 11:25:31 PM, you wrote: > I apologize if this question actually makes you lose an IQ point for > reading it, however, I am about to install mod_security for the first time > and I'm stuck on step 5 of the install process: > Edit Makefile to configure the path to Apache (for example: top_dir = > /usr/local/apache2). > What do they want me to put here? My configs are in /etc/httpd, my binary > is in /usr/sbin/httpd, I cannot locate an original build directory on this > server. Confused by what Makefile wants... > Thanks, Brad what they are actually looking for is the folder that contains: build/special.mk on an RPM based system you will need to make sure you have your httpd-devel//apache-devel RPM installed, then you can find the location by using a command such as: rpm -ql httpd-devel | grep build/special.mk by default on Fedora 4, it is /etc/httpd/build -- -- Best regards, Shane(Continue reading)
RSS Feed