service httpd restart
Stopping httpd: [ OK ]
Starting httpd: httpd: Syntax error on line 205 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_security2.so into server: /etc/httpd/modules/mod_security2.so: undefined symbol: ap_unixd_set_global_mutex_perms
[FAILED]
my httpd file:
LoadModule unique_id_module modules/mod_unique_id.so
LoadFile /usr/lib/libxml2.so
#LoadFile /usr/lib/liblua5.1.so
LoadModule security2_module modules/mod_security2.so
any ideas? google has nothing.
I followed these guidelines:
https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#wiki-SVN_Access
Apache is 2.2.15
PHP is 5.3.3
I installed apache/php via yum