로그에
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>
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all (삭제 : 기본설정임)
Allow from all (추가)
</Directory>
'OS > Linux' 카테고리의 다른 글
| [CentOS] Trac 0.12 RoadMap에서 Milestone 시간 저장 에러. (0) | 2009/08/25 |
|---|---|
| [CentOS] Trac 환경 설정. (0) | 2009/08/19 |
| Apache client denied by server configuration 에러. (0) | 2009/08/19 |
| [CentOS] Trac 설치. mod_python. (0) | 2009/08/18 |
| [CentOS] SVN 설정하기 (1) | 2009/08/17 |
| [CentOS] Apache 2.2 + Tomcat 6.0.X 연동하기. (1) | 2009/08/17 |