mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
22 lines
643 B
Plaintext
22 lines
643 B
Plaintext
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# Warning: Do not edit this file directly, this file is autogenerated.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||
|
|
|
||
|
|
<IfModule security2_module>
|
||
|
|
SecRuleEngine off
|
||
|
|
SecAuditEngine on
|
||
|
|
SecDebugLogLevel 0
|
||
|
|
SecAuditLogRelevantStatus ^(?:5|4(?!04))
|
||
|
|
SecAuditLogParts ABIJDEFHZ
|
||
|
|
SecAuditLogType Serial
|
||
|
|
SecAuditLog /usr/local/lsws/logs/auditmodsec.log
|
||
|
|
SecDataDir /usr/local/lsws/modsec
|
||
|
|
Include /usr/local/lsws/conf/comodo_litespeed/*.conf
|
||
|
|
Include /usr/local/lsws/conf/rules.conf
|
||
|
|
</IfModule>
|
||
|
|
|