[mod-security-users] (no subject)
Brought to you by:
victorhora,
zimmerletw
|
From: <ici...@ya...> - 2009-06-09 07:49:14
|
Hi all, I have downloaded the latest stable 2.5.9 release of mod_security from the http://www.modsecurity.org site and decided to compile it statically in apache2.2.11 I'm building on Solaris 10. Following the installation instructions on the same site it says: $ cd <apache2-source> $ cp <modsecurity-source>/apache2/mod_security.c ./modules/proxy $ ./configure \ > -enable-security \ > --with-module=proxy:mod_security.c but the file mod_security.c doesn't exist in the mod_security source folder. What I can see is mod_security2.c and modsecurity.c files. So my question which one is the correct one that I need to use in the installation? Also if the correct file is mod_security2.c and if this is new version of the module, then are there any differences between this file and mod_security.c file mentioned in the install instructions? I'm asking this since my intent is to migrate an existing mod_security config from apache2.0.55 to the new one I'm building 2.2.11. Is this going to work? Thanks in advance for any help. Igor |