티스토리 뷰
dev/server
warn] _default_ VirtualHost overlap on port 80, the first has precedence
altvirus 2011. 1. 28. 10:13http://www.cyworld.com/010450471/4510792
NameVirtualHost 이 활성화 되지 않은 상태에서
VirtualHost *:80 가 여러개 등록되었을경우 나타나는 에러메세지입니다.
httpd.conf 파일에서
NameVirtualHost *:80 부분이 활성화 되었는지 확인해보고 주석처리 되어있다면 주석해제를 합니다.
등록한 VirtualHost 항목과 NameVirtualHost항목을 동일하게 맞추어줍니다.
예1) NameVirtualHost *
<VirtualHost *>
<VirtualHost *>
예2) NameVirtualHost *:80
<VirtualHost *:80>
<VirtualHost *:80>
'dev > server' 카테고리의 다른 글
Ubuntu에서 ssh 설치 및 Port 설정 (1) | 2011.08.22 |
---|---|
MYSQL Replication 시나리오 정리 (0) | 2011.08.19 |
Spamassassin (0) | 2011.05.30 |
centos 메일서버 구축 (0) | 2011.02.07 |
apache 웹서버 기본 캐릭터셋 지정(httpd.conf) (0) | 2011.01.28 |
공지사항