Apache 2.2 client denied by server configuration

2007/04/27 15:23
아파치 2.2.x를 설치 하여 Virtual Host를 구축하면서 발생한 문제는 가상호스트를 잡은 도메인이 모두 보이질 않았다. (client denied by server configuration)

해결방법은 이전버전과 디렉토리 옵션을 지워주어야 한다.

2.0.x의 기본 설정
<Directory />
   Options FollowSymLinks
   AllowOverride None
</Directory>

2.2.x의 기본설정
<Directory />
   Options FollowSymLinks
   AllowOverride None
   Order deny,allow
   Deny from all
</Directory>

2.2.x의 디렉토리 옵션에서 Order deny,allow Deny from all  을 삭제하거나 주석처리 한다.
이올린에 북마크하기(0) 이올린에 추천하기(0)

happyness Web Server & WAS

2007/04/27 15:23 2007/04/27 15:23
Trackback Address:http://blog.htdocs.kr/trackback/2
[로그인][오픈아이디란?]