This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Modsecurity crs 10 config.conf"
From OWASP
(Created page with '# The directives within this file can be included within # Virtual Host containers. # # Configuration contained in this file should be customized # for your specific requirements…') |
|||
Line 1: | Line 1: | ||
− | + | The data within this conf file may be specified within Apache virtual host containers. The following ModSecurity directives are set within this file - | |
− | + | ||
− | + | SecRuleEngine | |
− | + | SecRequestBodyAccess | |
− | + | SecResponseBodyAccess | |
− | + | SecResponseBodyMimeType | |
− | + | SecResponseBodyLimit | |
− | + | SecResponseBodyLimitAction | |
− | + | SecDefaultAction | |
− | + | SecUploadDir | |
− | + | SecUploadKeepFiles | |
− | + | SecAuditEngine | |
− | + | SecAuditLogRelevantStatus | |
− | + | SecAuditLogType | |
− | + | SecAuditLog | |
− | + | SecAuditLogParts | |
− | + | SecCookieFormat | |
− | + | SecRequestBodyInMemoryLimit | |
− | + | SecDebugLog | |
− | + | SecDebugLogLevel | |
− | + | SecTmpDir | |
+ | |||
+ | See the [[http://www.modsecurity.org/documentation/modsecurity-apache/2.5.9/modsecurity2-apache-reference.html | ModSecurity Reference Manual]] for directive documentation. |
Revision as of 16:09, 6 August 2009
The data within this conf file may be specified within Apache virtual host containers. The following ModSecurity directives are set within this file -
SecRuleEngine SecRequestBodyAccess SecResponseBodyAccess SecResponseBodyMimeType SecResponseBodyLimit SecResponseBodyLimitAction SecDefaultAction SecUploadDir SecUploadKeepFiles SecAuditEngine SecAuditLogRelevantStatus SecAuditLogType SecAuditLog SecAuditLogParts SecCookieFormat SecRequestBodyInMemoryLimit SecDebugLog SecDebugLogLevel SecTmpDir
See the [| ModSecurity Reference Manual] for directive documentation.