我在服务器上安装joomla时出现了回避错误20:错误。服务器正在运行ubuntu 14.04。
数据库安装启动时出现错误。前两个配置屏幕很好(一般信息和数据库参数)。然后,当到达第三个和最后一个屏幕时,安装将永远挂起。我能找到的唯一错误是在apache2 error.log中。
任何想法如何防止这种情况发生?
[Mon Jun 09 09:04:26.585041 2014] [evasive20:error] [pid 2712] [client xx.xx.233.44:64657]
client denied by server configuration: /var/www/joomla/installation/index.php, referer:
http://xx.xx.xx/installation/index.php
答案 0 :(得分:1)
mod_evasive似乎认为joomla做了一些时髦的事情或创造了某种循环。
表示Ubuntu
a2dismod evasive
run install and
a2enmod evasive
again