이것때문에 몇일간 골치를 썩고 있습니다.
문서에 따라서 openssl 부터 시작하여 아파치 + mod_ssl 까지 모두
설치를 끝마쳤습니다.. 물론 에러도 없이요..
그런데.. apachectl startssl 을 할때 문제가 생기더군요..
특별한 에러메세지도 없습니다만, httpd 가 뜨질 않는 문제입니다.
---------------<실행 화면>------------------
[ibotax]# /usr/local/apache/bin/apachectl startssl
Apache/1.3.23 mod_ssl/2.8.7 (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.ibotax.co.kr:443 (RSA)
Enter pass phrase:
Ok: Pass Phrase Dialog successful.
/usr/local/apache/bin/apachectl startssl: httpd started
[ibotax]#
위와같이 정상적으로 실행이 되어졌습니다만, 바로 이어서
ps aux | grep httpd 하면.. 프로세스가 떠있질 않는것을 볼수 있습니다.
---------------<실행 화면>--------------------
[botax]# ps aux | grep httpd
root 3614 0.0 0.0 1428 476 pts/2 S 15:17 0:00 grep httpd
[botax]#
물론 그냥 일반모드로 실행시키면 아파치가 잘 돌아갑니다..
왜그런지 이유를 알수가 없습니다..
경험자붙들의 도움을 부탁드리는 바입니다..
이거.. 오늘 못끝내믄 클나는데... 정말 큰일이네요..ㅡㅡ