Linux | Posted by 스루 2009/08/19 12:22

Apache client denied by server configuration 에러.


로그에

client denied by server configuration: ~~~


라고 뜬다면. 아래와 같이 수정한다.

httpd.conf. 가상 호스트를 구축했다면 extra/httpd-vhosts.conf
<Directory />
   Options FollowSymLinks
   AllowOverride None
   Order deny,allow
   Deny from all (삭제 : 기본설정임)
   Allow from all (추가)
</Directory>










<PREV 1 ... 11 12 13 14 15 16 17 18 19 ... 51 NEXT>