Apache 환경
localhost:82
질문:
브라우저가 localhost:82에 진입했는데 응답이 없지만(어제 모든 것이 정상이었습니다) 127.0.0.1:82에 액세스할 수 있습니다
상황:
1. 오류 로그는
apache error.log
httpd.conf 빨간펜은 제가 바꾼 곳입니다
hosts 파일은 다음과 같습니다
<code># Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host # localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost 127.0.0.1 localhost localhost 127.0.0.1 #0.0.0.1 mssplus.mcafee.com 0.0.0.1 mssplus.mcafee.com </code>
Apache 환경
localhost:82
질문:
브라우저가 localhost:82에 진입했는데 응답이 없지만(어제 모든 것이 정상이었습니다) 127.0.0.1:82에 액세스할 수 있습니다
상황:
1. 오류 로그는
apache error.log
httpd.conf 빨간펜은 제가 바꾼 곳입니다
hosts 파일은 다음과 같습니다
<code># Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host # localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost 127.0.0.1 localhost localhost 127.0.0.1 #0.0.0.1 mssplus.mcafee.com 0.0.0.1 mssplus.mcafee.com </code>
1: 포트가 정상적인 수신 상태인지 확인합니다. 아파치 환경에 문제가 있는 걸까요?
2: phpinfo()가 실행될 수 있는지 확인하세요. PHP 실행 환경에 문제가 있는지 확인해보세요.
3: 코드에 무한 루프나 버그가 있는지 확인하세요. display_error를 열고 살펴보세요.
4: 원본 포스터에는 최소한 코드나 페이지 등을 게시하세요. . 문제를 찾는 이러한 방법은 맹목적인 상태를 포착합니다. ㅋㅋㅋ
httpd.conf 파일 끝에
AcceptFilter http none
AcceptFilter https none
을 추가한 다음 다시 시작하여
바이두 결과가 정확한지는 모르겠습니다
http://www.oschina.NET/questi...
http://httpd.apache.org/docs/....
오류 로그를 보면 ServerName 바인딩에 실패하여 아직 httpd가 제대로 시작되지 않은 것으로 판단됩니다
구글의 오류 메시지에 따르면 이것을 찾았으니 먼저 시도해 보세요
http://www.t086.com/code/apac...
그래도 문제가 발생하면 서버 이름을 변경해 보세요.
1. hosts 파일을 게시하세요.
2. 127.0.0.1:82
많은 도움을 주셔서 감사합니다. 제거하고 다시 설치했는데 작동됩니다.