[Thu Aug 15 17:32:57.808228 2013] [authz_core:error] [pid 1418:tid 140248106297088] [client 183.31.217.145:15391] AH01630: client denied by server configuration: /www/web/default/index.html
<Directory />
AllowOverride none
Require all denied
</Directory>
<Directory /www/web>
AllowOverride none
Require all granted
#Require all denied
</Directory>
<Directory /www/web/default>
Options FollowSymLinks
AllowOverride None
#Order allow,deny
#Allow from all
Require all granted
</Directory>