어느페이지를 접속할때 발생하는 것인지를 살펴 보십시오.
창하나 열어놓고 tail -f error_log 를 하시면 실시간으로
로그를 보실 수 있습니다.
원인은 mod_ssl 이나 php 의 문제일 수 있습니다.
만약 mod_ssl 을 컴파일 해서 사용하시는 것이라면 apache 에
EAPI 패치가 되어야 합니다.
: 아래는 Apache 에러 로그입니다. 왜 이런 오류가 지속적으로 발생하는지요?
: 커널 컴파일을 다시 해야 하는지 아니면 Apache를 다시 컴파일해야 하나요?
: 컴파일시 옵션은 어떻게 주어야 하는지 알려주시면 감사하겠습니다.
:
: 서버 환경
: RedHat 6.2
: kernel : 2.2.16
: Apache : 1.3.22
: PHP: 4.0.6
: mod_ssl 사용
:
: error_log내용:
:
: [Thu Feb 7 08:57:19 2002] [notice] child pid 12786 exit signal Segmentation fault (11)
: [Thu Feb 7 12:15:47 2002] [notice] child pid 12720 exit signal Segmentation fault (11)
: [Thu Feb 7 12:18:53 2002] [notice] child pid 5594 exit signal Segmentation fault (11)
: [Thu Feb 7 13:19:27 2002] [notice] child pid 23658 exit signal Segmentation fault (11)
: [Thu Feb 7 13:28:24 2002] [notice] child pid 5583 exit signal Segmentation fault (11)
: [Thu Feb 7 13:38:58 2002] [notice] child pid 19752 exit signal Segmentation fault (11)
: [Thu Feb 7 15:06:43 2002] [notice] child pid 25402 exit signal Segmentation fault (11)
: [Thu Feb 7 16:07:45 2002] [notice] child pid 15035 exit signal Segmentation fault (11)
:
: --
: 리눅스는 내친구