13. AH00548: NameVirtualHost has no effect and will be removed in the next…
페이지 정보
작성자 관리자 댓글 0건 조회 5,451회 작성일 20-11-20 15:47본문
13. AH00548: NameVirtualHost has no effect and will be removed in the next…
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin webmaster@xxx.com 관리자의 메일주소
DocumentRoot "/home/log" 웹페이지 소스가 있는 디렉토리
ServerName xxx.xxx.com 도메인주소
</VirtualHost>
위 설정은 Apache 2.4 이하 버전에서의 설정 방법입니다.
Apache 2.4 이상버전에서는 위와 같이 설정 할시
AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apache2/conf/httpd.conf:510
이러한 에러 문구를 확인할 수있는대 해당 에러 메세지는
NameVirtualHost *:80 의 선언부분이 필요로 하지 않으며 다음 릴리즈에서 삭제될 예정이라는 경고 문구입니다.
하여 NameVirtualHost *:80 선언부분을 주석 처리 한후 정상 진행되는 모습을 확인 할 수 있습니다.
댓글목록
등록된 댓글이 없습니다.