[mod-security-users] Modsec on Tiger?
Brought to you by:
victorhora,
zimmerletw
|
From: <li...@32...> - 2006-02-13 15:47:47
|
Hello,
I upgraded my server from Mac OS X 10.3 (panther) to 10.4.4(tiger).
I attempted to install modsecurity 1.9.2 and it will not work.
Here is what is returned when I install it...
t# apxs -cia mod_security.c
gcc -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -g -Os -pipe
-DHARD_SERVER_LIMIT=2048 -DEAPI -DSHARED_MODULE -I/usr/include/httpd -c
mod_security.c
In file included from /usr/include/httpd/ap_config.h:1129,
from /usr/include/httpd/httpd.h:29,
from mod_security.c:26:
/usr/include/httpd/hsregex.h:22:1: warning: "ap_private_extern" redefined
In file included from /usr/include/httpd/httpd.h:29,
from mod_security.c:26:
/usr/include/httpd/ap_config.h:1025:1: warning: this is the location of the
previous definition
cc -bundle -undefined suppress -flat_namespace -Wl,-bind_at_load -o
mod_security.so mod_security.o
[activating module `security' in /private/etc/httpd/httpd.conf]
cp mod_security.so /usr/libexec/httpd/mod_security.so
chmod 755 /usr/libexec/httpd/mod_security.so
cp /private/etc/httpd/httpd.conf /private/etc/httpd/httpd.conf.bak
cp /private/etc/httpd/httpd.conf.new /private/etc/httpd/httpd.conf
rm /private/etc/httpd/httpd.conf.new
Any ideas why it will not even log, let alone block anything?
-Mike
P.S. It worked perfect on Panther server.
|