I just started my computer and Apache in XAMPP no longer works. I suspect this is because I first accessed the server for my parents site today.
The error log reports this:
[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/
I changed this part of httpd.conf based on them:
the client refused the server configuration and Apache: the client refused the server configuration
<Directory "C:/Users/James/Desktop/Container/XAMPP/cgi-bin"> AllowOverride All Options None Require local </Directory>
I tried require all granted and require local , no results.
MySQL is still running in XAMPP. How can i fix this?
UPDATE:
A few hours later I open XAMPP, press start, and it works fine. There is no clue. I am wondering if anyone has an explanation or solution if this happens again.
source share