【发布时间】:2014-07-03 13:03:43
【问题描述】:
我已经使用 wamp 在 localhost 上创建了一个可以正常运行的网站。我已经把它放在我客户的托管解决方案上。 它在 PHP 中,带有一个非常简单的 MySql 数据库。
当我尝试从我创建的管理界面(一个简单的 SQL 更新或创建命令)更新或创建一些“事件”时出现问题:“禁止您无权访问此文档。 Guymarin.com 上的 Web 服务器" 而且整个服务器每次好像卡了20分钟左右!
错误日志显示:
[Wed Jul 02 06:24:38 2014] [error] [client 70.81.162.225]
ModSecurity: [file "/etc/httpd/modsecurity.d/10_asl_rules.conf"] [line "1018"] [id `"350147"] [rev "147"] [msg "Atomicorp.com WAF Rules: Potentially Untrusted Web Content
Detected"] [data "336"] [severity "CRITICAL"] Access denied with code 403 (phase 2).`
`Match of "rx ((?:submit(?:\\\\+| )?(request)?(?:\\\\+| )?>+|<<(?:\\\\+| )remove|(?:sign ?in|log ?(?:in|out)|next|modifier|envoyer|add|continue|wei ter|account|results|select)(?:\\\\+| )?>+)$|^< ?\\\\??(?: |\\\\+)?xml|^<samlp|^>> ?$)" against "REQUEST_URI" required. [hostname "www.guymarin.com"] [uri "/admin/create_even.php"] [unique_id` "U7Pr9risJLQAAGsYcfUAAAAO"]
你认为在这种情况下我应该怎么做?
感谢您的帮助!
【问题讨论】:
标签: php mysql plesk http-status-code-403