发表于:2009-9-17 浏览:190 作者:苏色 来源:互联网
关键字:apache,访问出错
描述:日志里:client denied by server configuration:浏览器:You don‘t have permission to access / <Directory />Options Follo
日志里:client denied by server configuration:
浏览器:You don‘t have permission to access /
<Directory />
Options FollowSymLinks
AllowOverride None
### order deny,allow
### Deny from all
order allow,deny
Allow from all
Satisfy all
</Directory>
我今天碰到这问题,是apache 2.2.2的配置文件问题。