Fedora 15 and Apache service starting but not accepting connections at boot.

Reindl Harald h.reindl at thelounge.net
Sun Mar 18 21:48:01 UTC 2012



Am 18.03.2012 22:24, schrieb Aero Maxx:
> On 18/03/2012 13:44, Reindl Harald wrote:
>>
>> Am 18.03.2012 14:34, schrieb Aero Maxx:
>>> [Sun Mar 18 03:48:31 2012] [error] [client 192.168.0.103] 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
>>> "www.wordpress.beta"] [uri "/index.php"] [unique_id "T2VbD1IRn4QAACJXLNQAAAAB"]
>>>
>>> How would I go about fixing that ? so i can have virtual hosts that modsecurity doesn't complain about?
>> SecResponseBodyAccess Off
>>
>> SecResponseBodyAccess does mostly introduce more problems
>> as it can ever solve - you saw the "Outbound Anomaly Score Exceeded"
>>
> Where abouts is a good place to put that ?


cat /etc/httpd/modsecurity.d/modsecurity_10_config.conf
SecRuleEngine               On
SecRequestBodyAccess        On
SecRequestBodyInMemoryLimit 1048576
SecResponseBodyAccess       Off
SecServerSignature          "not disclosed"
SecUploadDir                /tmp
SecUploadKeepFiles          Off
SecArgumentSeparator        "&"
SecCookieFormat             0
SecPcreMatchLimit           150000
SecPcreMatchLimitRecursion  150000

SecAuditEngine              Off
SecAuditLogRelevantStatus   "^(?:5|4(?!04))"
SecAuditLogType             Serial
SecAuditLog                 logs/modsec_audit.log
SecAuditLogParts            "ABIFHKZ"

SecDebugLog                 logs/modsec_debug.log
SecDebugLogLevel            0
SecDataDir                  /tmp
SecTmpDir                   /tmp

SecDefaultAction            "phase:2,deny,log"

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20120318/bbbb892b/attachment-0001.sig>


More information about the users mailing list