hey guys

i installed apache 2.2.3 recently and i noticed that new error in the error_log which says

[Sun Sep 12 04:08:00 2010] [error] [client x.x.x.x] ModSecurity: Unable to retrieve collection (name "global", key "global"). Use SecDataDir to define data directory first. [hostname ""] [uri "/vb/images/misc/arrow.png"] [unique_id "nGq9O38AAAEAAHdZdMgAAAAH"]
after investigations and questioning the vbulletin developers and the server provider i ran the command

Code:
yum install mod_security
then i added the line:

Code:
SecDataDir /var/asl/data/msa
to the file :
Code:
/etc/httpd/modsecurity.d/modsecurity_crs_10_config.conf
the previous error disappeared but i caught new errors:






[Fri Sep 17 00:40:19 2010] [error] [client x.x.x.x] ModSecurity: Failed to access DBM file "/var/asl/data/msa/global": No such file or directory [hostname ""] [uri "/vb/clientscript/yui_animation_effects.js"] [unique_id "Stl5JX8AAAEAAExdYxcAAAAI"]



[Fri Sep 17 00:40:22 2010] [error] [client x.x.x.x] ModSecurity: Warning. Operator GE matched 15 at TX:outbound_anomaly_score. [file "/etc/httpd/modsecurity.d/base_rules/modsecurity_crs_60_correlation.conf"] [line "38"] [msg "Outbound Anomaly Score Exceeded (score 15): The application is not available"] [hostname ""] [uri "/vb/showthread.php"] [unique_id "SwNS-X8AAAEAAExZWRkAAAAC"]



[Fri Sep 17 00:40:26 2010] [error] [client x.x.x.x] ModSecurity: Warning. Operator LT matched 20 at TX:inbound_anomaly_score. [file "/etc/httpd/modsecurity.d/base_rules/modsecurity_crs_60_correlation.conf"] [line "31"] [msg "Inbound Anomaly Score (Total Inbound Score: 5, SQLi=, XSS=): Range: field exists and begins with 0."] [hostname ""] [uri "/vb/showthread.php"] [unique_id "S0ktPn8AAAEAAEyTdxUAAAAS"]




guys is there any help please?