## Begin - Generated by CARNet package mod-security-cn # # REMOVE this whole block if you DON'T WANT mod-security-cn # to edit your configuration file. # ## End - Generated by CARNet package mod-security-cn # Basic configuration options # SecRuleEngine On SecRequestBodyAccess On SecResponseBodyAccess Off # Handling of file uploads # SecUploadKeepFiles Off # Debug log # SecDebugLog /var/log/apache2/modsec_debug.log SecDebugLogLevel 0 # Serial audit log # SecAuditEngine RelevantOnly SecAuditLogRelevantStatus ^5 SecAuditLogParts ABIFHZ SecAuditLogType Serial SecAuditLog /var/log/apache2/modsec_audit.log # Maximum request body size we will # accept for buffering # SecRequestBodyLimit 134217728 # Store up to 128 KB in memory # SecRequestBodyInMemoryLimit 131072 # Buffer response bodies of up to # 512 KB in length # SecResponseBodyLimit 524288 # RBL lookup configuration #RBLLOOKUP#