ssl 실행관련 문의.....
작성자 정보
- 윤현근 작성
- 작성일
컨텐츠 정보
- 4,597 조회
- 1 댓글
- 0 추천
- 목록
본문
[root@mail bin]# ./apachectl startssl
Apache/2.0.59 mod_ssl/2.0.59 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide us with the pass phrases.
Server www.yearim.kr:443 (RSA)
Enter pass phrase:
Ok: Pass Phrase Dialog successful.
[root@mail bin]# ps -ef | grep httpd
root 19210 19181 0 15:36 pts/1 00:00:00 grep httpd
아파치 2.0.59쓰구여
mod_ssl.c 올라온거 확인했습니다.
ssl.conf파일 설정도 했구여.
그리고 위처럼 아파치 스타트시키니까 패스워드묻고 입력하니 성공했다고 뜹니다..
근데 아파치가 안올라옵니다....뭐가 문제가 있는걸까요? ㅡㅜ
참고로 에러로고입니다
[Tue Nov 27 16:11:28 2007] [notice] caught SIGTERM, shutting down
[Tue Nov 27 16:11:48 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Nov 27 16:11:48 2007] [notice] Digest: generating secret for digest authentication ...
[Tue Nov 27 16:11:48 2007] [notice] Digest: done
[Tue Nov 27 16:11:48 2007] [notice] Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8g DAV/2 PHP/4.4.7 configured -- resuming normal operations
[Tue Nov 27 16:46:31 2007] [notice] caught SIGTERM, shutting down
[Tue Nov 27 16:47:38 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Nov 27 16:47:38 2007] [notice] Digest: generating secret for digest authentication ...
[Tue Nov 27 16:47:38 2007] [notice] Digest: done
[Tue Nov 27 16:47:38 2007] [notice] Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8g DAV/2 PHP/4.4.7 configured -- resuming normal operations
[Tue Nov 27 16:49:33 2007] [notice] caught SIGTERM, shutting down
[Tue Nov 27 16:49:36 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Nov 27 16:49:36 2007] [notice] Digest: generating secret for digest authentication ...
[Tue Nov 27 16:49:36 2007] [notice] Digest: done
[Tue Nov 27 16:49:36 2007] [notice] Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8g DAV/2 PHP/4.4.7 configured -- resuming normal operations
캐쉬부분은
#SSLSessionCache none
#SSLSessionCache shmht:/usr/local/apache/logs/ssl_scache(512000)
#SSLSessionCache shmcb:/usr/local/apache/logs/ssl_scache(512000)
SSLSessionCache dbm:/usr/local/apache/logs/ssl_scache
SSLSessionCacheTimeout 300
이렇게 설정되있습니다..
관련자료
-
이전
-
다음
이창목님의 댓글
- 이창목
- 작성일
ssl 버츄얼 호스트가 잘못되니까 위메세지가 뜨면서
데몬이 안뜨는 현상이 있었습니다.
참고 되시길...