HEX
Server: Apache/2.4.57 (Unix) OpenSSL/1.1.1k
System: Linux server.eshhar.net 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64
User: xdas (1048)
PHP: 7.4.33
Disabled: mail,sendmail
Upload Files
File: //usr/local/apache/conf.d/mod_security.conf
LoadFile /usr/lib64/libxml2.so
LoadFile /usr/lib64/liblua-5.1.so

<IfModule !unique_id_module>
LoadModule unique_id_module modules/mod_unique_id.so
</IfModule>

<IfModule !mod_security2.c>
LoadModule security2_module  modules/mod_security2.so
</IfModule>

<IfModule mod_security2.c>
    <IfModule mod_ruid2.c>
        SecAuditLogStorageDir /usr/local/apache/logs/modsec_audit
        SecAuditLogType Concurrent
    </IfModule>
    <IfModule itk.c>
        SecAuditLogStorageDir /usr/local/apache/logs/modsec_audit
        SecAuditLogType Concurrent
    </IfModule>

            
              SecRuleEngine On
              SecAuditEngine RelevantOnly
    SecAuditLog /usr/local/apache/logs/modsec_audit.log
    SecDebugLog /usr/local/apache/logs/modsec_debug.log
    SecAuditLogType Serial
    SecDebugLogLevel 0
    SecRequestBodyAccess On
    SecDataDir /tmp
    SecTmpDir /tmp
    SecUploadDir /tmp
    SecCollectionTimeout 600
    SecPcreMatchLimit 1250000
    SecPcreMatchLimitRecursion 1250000
              Include "/usr/local/apache/modsecurity-cwaf/cwaf.conf"
</IfModule>