Re: [mod-security-users] Modsecurity Static Build
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-09-09 19:46:03
|
Jeff Tharp wrote: > Not sure if this is the best way, but here's what I found works for > compiling mod_security in statically for Apache 2 (I was building Apache > 2.0.54 in this case): > >>Apache is custom compiled with ModSecurity statically >>linked. To do this, I copied the mod_security.c file to the >>modules/proxy folder in the extracted source code for Apache, >>then added the following flags to configure (for Apache): >> --enable-security --with-module=proxy:mod_security.c Thanks for that Jeff, I knew someone wrote about an easy way to compile mod_security statically with Apache 2 but I couldn't find the email. By placing mod_security into an existing module directory you are taking advantage of the existing config.m4 and Makefile.in files. Much better than what I did :) -- Ivan Ristic Apache Security (O'Reilly) - http://www.apachesecurity.net Open source web application firewall - http://www.modsecurity.org |