1 Sep 01:46
mod_security 2.5.6 and logging
Steve <steeeeeveee <at> gmx.net>
2008-08-31 23:46:55 GMT
2008-08-31 23:46:55 GMT
Hello list, is there a possibility to completely turn of logging in mod_security 2.5.6? I mean even the one appearing in the Apache error log? I have the following configuration: ----- SecRuleEngine On SecRequestBodyAccess Off SecResponseBodyAccess Off SecResponseBodyMimeType (null) text/html text/plain text/xml SecResponseBodyLimit 524288 SecDefaultAction "phase:2,allow,nolog,noauditlog,ctl:ruleEngine=Off,ctl:auditEngine=Off,t:lowercase,t:replaceNulls,t:compressWhitespace" SecComponentSignature "core ruleset/1.6.1" SecUploadDir /tmp SecUploadKeepFiles Off SecAuditEngine Off SecAuditLogRelevantStatus "^(?:999)" SecAuditLogType Serial SecAuditLog /var/log/apache2/modsec_audit.log SecAuditLogParts "ABIFHKZ" SecArgumentSeparator "&" SecCookieFormat 0 SecRequestBodyInMemoryLimit 131072 SecDebugLog /var/log/apache2/modsec_debug.log SecDebugLogLevel 0 SecDataDir /tmp SecTmpDir /tmp ----- I added the code below into a <VirtualHost></VirtualHost>: ----(Continue reading)
RSS Feed