【发布时间】:2013-08-05 17:48:15
【问题描述】:
我刚刚启动我的计算机,XAMPP 中的 Apache 不再工作。我怀疑这与我今天早些时候第一次访问我父母网站的服务器有关。
错误日志给出这个消息:
[Sun Aug 04 09:15:35.889700 2013] [authz_core:error] [pid 5088:tid 1776] [client ::1:58124] AH01630: client denied by server configuration: C:/Users/James/Desktop/Container/XAMPP/apache/icons/folder.gif, referer: http://localhost/Triiline1/
我根据这些更改了httpd.conf 的这一部分:
client denied by server configuration 和 Apache: client denied by server configuration
<Directory "C:/Users/James/Desktop/Container/XAMPP/cgi-bin">
AllowOverride All
Options None
Require local
</Directory>
我试过require all granted 和require local,没有结果。
MySQL 仍然在 XAMPP 中运行。我该如何解决这个问题?
更新:
几个小时后,我打开 XAMPP,点击开始,一切正常。没有线索。如果再次发生这种情况,如果有人有解释或解决方案,我很感兴趣。
【问题讨论】: