• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Invalid command /var/asl/data/templates/template-tortix_waf.conf

Kingsley

Silver Pleskian
Hello;

I am trying to implement this modsecurity rule Install ModSecurity Rules to Plesk with Manual - Malware Expert however i have been facing this error message.

Code:
[root@sprout ~]# /usr/local/psa/admin/bin/apache-config -t
AH00526: Syntax error on line 2 of /etc/httpd/conf/modsecurity.d/rules/custom/malware_expert.conf:
Invalid command '/var/asl/data/templates/template-tortix_waf.conf', perhaps misspelled or defined by a module not included in the server configuration
[root@sprout ~]#

Below is the custom rule;

Code:
# ASL Mod Security Template: /var/asl/data/templates/template-tortix_waf.conf
 
SecRuleEngine on
SecRequestBodyAccess On
SecDefaultAction "phase:2,deny,log,status:406"
SecRequestBodyLimitAction ProcessPartial
SecResponseBodyLimitAction ProcessPartial
  
SecCollectionTimeout 600
 
SecServerSignature "Apache"
SecComponentSignature 201611281557
SecUploadDir /var/asl/data/suspicious
 
SecTmpSaveUploadedFiles on
 
SecAuditEngine RelevantOnly
# SecAuditLogRelevantStatus "^(?:5|4(?!04))"
# SecAuditLogType Concurrent
# SecAuditLog /var/log/apache2//audit_log
SecAuditLogParts ABIFHZ
SecArgumentSeparator "&"
SecCookieFormat 0
SecRequestBodyInMemoryLimit 131072
SecDataDir /var/asl/data/msa
SecTmpDir /tmp
SecAuditLogStorageDir /var/asl/data/audit
 
SecResponseBodyLimitAction ProcessPartial
SecConnReadStateLimit 8096
SecConnWriteStateLimit 8096
SecRequestBodyNoFilesLimit 1048576
SecRequestBodyInMemoryLimit 131072
 
SecAuditLogDirMode 0770
SecPcreMatchLimit 250000
SecPcreMatchLimitRecursion 250000
SecInterceptOnError on
SecResponseBodyAccess on
 
SecRemoteRules SerialKey https://rules.malware.expert/download.php?rules=generic
 
Back
Top