<IfModule mod_security2.c>
# Basic configuration options
SecRuleEngine On
SecRequestBodyAccess On
SecResponseBodyAccess Off
# Handling of file uploads
# TODO Choose a folder private to Apache.
# SecUploadDir /opt/apache-frontend/tmp/
SecUploadKeepFiles Off
也许这篇博文对您有用。它解释了如何在 debian 上使用 apache 设置 modsecurity2 但它是用德语编写的。如果您只阅读英文的“命令”,应该可以理解。
vi /etc/apache2/apache2.conf
添加以下内容:
重启apache /etc/init.d/apache2 restart