AH00548: NameVirtualHost has no effect and will be removed in the next release

AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apach

아파치 2.4 이전 버전에서 가상호스트 설정시 가장 먼저 선언하던 “NameVirtualHost” 구문이 더 이상 효과가 없고, 다음 릴리즈에서는 제거될 예정이다라는 단순 경고 메시지. 실제 아파치 실행에는 문제가 없음
가상호스트 설정 내용중에서 NameVirtualHost *:80과 같은 구문을 주석처리할 경우 메시지가 사라지는 것을 확인할 수 있다.