Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start 아파치 경고 namevirtualhost * : 80이없는 virtualhosts를 시작 오류가 발생했습니다
When start Apache web server or restart the HTTPD service on web host, the following warning message may appears on console or error log, even though Apache HTTP service can still startup and running fine without error. 아파치 웹 서버를 시작하거나 웹서버를 다시 시작하면 서비스를 웹 호스팅, 다음과 같은 경고 메시지가 나타날 콘솔이나 오류 로그에 나타납니다, 비록 시작과 실행중인 아파치 웹 서비스는 여전히 오류없이 좋아합니다.
[warn] NameVirtualHost *:80 has no VirtualHosts [경고] namevirtualhost * : 80이없는 virtualhosts
where * can be asterisk itself (*), hostname or IP address. 여기서 *는 그 자체 별표 (*), 호스트 이름이나 주소합니다.
Luckily the message is just a warning message and does not affect the functionality of web server, and hence the websites hosted on the server can still be served properly. 다행히 메시지는 단지 경고 메시지와 웹 서버의 기능에 영향을 미치지 않습니다, 그리고 웹 사이트 호스팅하는 서버에 따라서는 아직 제공되며 적절하게합니다. The possible cause for this problem’s symptom is incorrect use of NameVirtualHost. 이 문제에 대한 원인의 사용 namevirtualhost 증상이 올바르지 않습니다.
When the server, dedicated or virtual private server web host, has only one IP address, websites are hosted by Apache via name based virtual hosting. 때 서버가, 전용 또는 가상 개인 서버 웹 호스트,이 하나만 주소, 웹사이트를 호스팅하는 아파치를 통해 이름을 기반 가상 호스팅합니다. In this case, there should be only one NameVirtualHost been defined. 이 경우, namevirtualhost 정의되어 하나만 있어야합니다. For example, 예를 들면,
NameVirtualHost *:80 namevirtualhost * : 80
<VirtualHost *:80> : <VirtualHost *:80>
servername host 서버 호스팅
serverPath /public_html/ serverpath / public_html /
DocumentRoot /public_html/ 에서 DocumentRoot / public_html /
</VirtualHost> </ virtualhost>
The name of one or more virtual hosts (websites’ domain name) is defined by “servername” directive. 의 이름이 하나 이상의 가상 호스트 (웹 사이트의 도메인 이름이)가 정의하는 "서버"지시어합니다. So if you have more than one websites hosted on a single IP address, you will have one NameVirtualHost declaration and many VirtualHost sections to configure those domains. 그래서 두 개 이상의 웹사이트를 호스팅하는 경우에는 단일 주소, 당신은 한 namevirtualhost 선언과 해당 도메인을 구성하는 여러 섹션을 virtualhost합니다.
Beside, try at best to use IPs or * for the NameVirtualHost and <VirtualHost> directives. 옆의 시도에 최선을 ips 또는 *를 사용하고 namevirtualhost VirtualHost> 지시어합니다. In some cases, where the website is assigned a dedicated IP address where only one virtual host is declared, the NameVirtualHost can even be dropped. 경우에 따라서는, 어디에 전용의 웹사이트 주소가 할당됩니다 유일한 가상 호스트를 선언 어디에 나올 경우 해당 namevirtualhost 수도있습니다.
For more example on how VirtualHost supposed to be setup, visit virtualhost해야하는 방법에 대한 자세한 예제 설치, 방문 Apache 2.2 documentation 아파치 2.2 설명서 or 또는 Apache 1.3 documentation 아파치 1.3 설명서 (more common version of Apache used currently as most control panel such as cPanel comes with this, although it’s going to be upgraded in cPanel 11). (더 일반적인 버전의 아파치 제어판을 사용 현재와 같은 대부분의 cpanel 함께이 있지만 업그레이 드를 할 건지는 cpanel 11).
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 중요 사항 : 이것은 기계 번역 페이지는 "있는 그대로"제공하지 않고 보증합니다. Machine translation may be difficult to understand. 기계 번역을 이해하기 어려울 수있습니다. Please refer to 를 참조하시기 바랍니다 original English article 원래 영어 자료 whenever possible. 언제 수있습니다.
Share and contribute or get technical support and help at 를 공유하고 기술 지원 및 도움을 공헌하지 않는다면 My Digital Life Forums 내 디지털 라이프 공개 토론 . 합니다.
Related Articles 관련 기사
- Request URL /server-status or 404 Page Not Found Apache Error 요청 / 서버 - 아파치 오류 상태 또는 404 페이지를 찾을 수없습니다
- cPanel WHM Failed to Receive Status Information From Apache Error 현재 상태의 정보를 수신하지 못했습니다 cpanel 아파치 오류 whm
- winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept : 비동기 아파치 로그에 오류가 acceptex하지 못했습니다
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 freebsd 6.0과 아파치 웹 서버에 설치하는 2.2, mysql 5.0과 php 5 - 제 4
- FreeBSD Apache HTTP Accept Filter Error freebsd 아파치 웹 받아들일 필터 오류
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page 아파치 상태 (whm - 서버 - 현재 상태)에서 웹 호스트 관리자를 cpanel 빈 페이지를 반환합니다
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files 아파치 웹서버를 시작하지 못했습니다를 열 수없습니다 또는 그런 mod_bwlimited, 또는 mod_bandwidth 파일을 mod_log_bytes
- gmmktime Error in WordPress and MagpieRSS wordpress와 magpierss gmmktime에 오류가
- Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD 파괴 (svn) 문제 및 문제에 freebsd mod_dav_svn
- Improve Apache Web Server Security: Use ServerTokens and ServerSignature to Disable Header 개선 아파치 웹 서버를 보안 : serversignature을 해제하는 헤더를 사용하고 servertokens















August 20th, 2007 19:30 2007년 8월 20일 19:30
[...] people on the web say stuff like ‘change the *:80 to a _default_:80′ or similar - focusing on tricking [...] [...] 사람들이 웹 당하지 '로 변경합니다 * : 80을 _default_ : 80'또는 이와 유사한 - 주력 손님 [...]
July 10th, 2008 19:05 2008년 7월 10일 19:05
[...] Still, now that I’m running my own VPS, I might as well get it fixed. [...] 그래도, 지금 나는 나의 자신의 vps를 실행, 나 끄시기 고쳐합니다. So here’s it. 자, 이제 그것합니다. [...]