2013-06-18 8 views
0

어떤 이유로 아마존 EC2 충돌에 내 아파치 서버,아마존 EC2 아파치 충돌

그 원인을
[Tue Jun 18 09:28:26.008659 2013] [core:notice] [pid 4806] AH00052: child pid 6226 exit signal Segmentation fault (11) 
[Tue Jun 18 09:28:26.008735 2013] [core:notice] [pid 4806] AH00052: child pid 6227 exit signal Segmentation fault (11) 
[Tue Jun 18 09:28:26.008752 2013] [core:notice] [pid 4806] AH00052: child pid 6228 exit signal Segmentation fault (11) 
[Tue Jun 18 09:28:28.017033 2013] [core:notice] [pid 4806] AH00052: child pid 6151 exit signal Segmentation fault (11) 
[Tue Jun 18 09:28:46.035989 2013] [core:notice] [pid 4806] AH00052: child pid 6120 exit signal Segmentation fault (11) 
[Tue Jun 18 09:28:47.388781 2013] [mpm_prefork:notice] [pid 4806] AH00169: caught SIGTERM, shutting down 
[Tue Jun 18 09:28:51.712473 2013] [ssl:warn] [pid 6276] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366) 
[Tue Jun 18 09:28:51.891491 2013] [ssl:warn] [pid 6277] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366) 
[Tue Jun 18 09:28:51.891584 2013] [lbmethod_heartbeat:notice] [pid 6277] AH02282: No slotmem from mod_heartmonitor 
[Tue Jun 18 09:28:51.943536 2013] [mpm_prefork:notice] [pid 6277] AH00163: Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.12 configured -- resuming normal operations 

와 내가 무엇을 할 수 있습니까? 당신이 무엇을 게시에서

+0

마지막 라인이 정상적으로 시작하고 작업을 재개 나타냅니다 . 어떻게 추락했는지 어떻게 압니까? 사이트에 접속할 수 있습니까? "ps aux"에있는 Apache를 볼 수 있습니까? –

+0

오류 로그를 보게되는 원인이 있기 때문에 추락했습니다. 그리고 이것은 처음이 아닙니다. 마지막 줄은 내가 다시 시작했기 때문일 것입니다. 충돌 사고의 원인이 무엇인지 어떻게 알 수 있습니까? –

+0

로그에서 "오류 및주의 사항"을 찾아보고 "경고"를 무시하고 포트 80에서 실행중인 것이 있는지 확인하십시오. netstat -tulpn | grep 80 " –

답변

0

는,이 문제를 다음과 같습니다 당신이 충분한 자원 (메모리 (무료 -m) 및 디스크 공간)가

"Apache exit signal Segmentation fault (11)" [This is what you need to google] 

확인합니다. 아직 붙어 있다면, 당신은

섹션 아래에 설명 된대로 덤프를 만들고 해당 덤프 파고 할 수 있습니다 : 디버깅 간헐적 인 충돌 http://httpd.apache.org/dev/debugging.html

해당 로그에
+0

긴 검색 후 내가 gdb를 사용하여 httpd를 디버깅하는 데 권장 사항을 찾았습니다. 문제는"gdb/opt/bitnami/apache2 "를 사용할 때"/ opt/bitnami/apache2 : No such file or directory " 존재하지 않더라도 누구든지? –

+0

gdb에 익숙하지 않은가요? bitnami에 Redmine을 사용하고 있습니까? –