질문&답변
클라우드/리눅스에 관한 질문과 답변을 주고 받는 곳입니다.
리눅스 분류

가상호스트 추가하는데에 SSL 관련 오류가 계속 나옵니다.

작성자 정보

  • 김용수 작성
  • 작성일

컨텐츠 정보

본문

extra/httpd-vhosts.conf 파일에


<VirtualHost *:80>
   ServerAdmin admin@test.co.kr
   DocumentRoot "/home/down1/public_html"
   ServerName download100.test.co.kr
   #ErrorLog "logs/dummy-host2.example.com-error_log"
   #CustomLog "logs/dummy-host2.example.com-access_log" common
</VirtualHost>

<VirtualHost *:80>
   ServerAdmin admin@formtec.co.kr
   DocumentRoot "/home/down2/public_html"
   ServerName download200.test.co.kr
   #ErrorLog "logs/dummy-host2.example.com-error_log"
   #CustomLog "logs/dummy-host2.example.com-access_log" common
</VirtualHost>

이렇게 설정을 했습니다.
download100.test.co.kr 를 설정을 해서 제대로 뜨는걸 확인하고
download200.test.co.kr 를 추가로 설정을 해준 상태입니다.
이렇게 한 후에 아파치 재시작을 한후에 download200.test.co.kr 접속을 해보면

Invalid Request란 텍스트와 브라우저 테두리에
ERROR: The requested URL could not be retrieved
란 오류가 나옵니다.

에러로그를 보면


[Thu Feb 16 09:15:40 2012] [notice] caught SIGTERM, shutting down
[Thu Feb 16 09:15:44 2012] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Feb 16 09:15:44 2012] [warn] module rewrite_module is already loaded, skipping
[Thu Feb 16 09:15:44 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Feb 16 09:15:44 2012] [notice] Digest: done
[Thu Feb 16 09:15:45 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations


이런식으로 나옵니다.
이 오류 내용이 SSL관련 오류인것 같은데요. httpd.conf 파일에서 SSL 사용을 안하겠다 해서
httpd-ssl.conf 파일을 include 된 부분을 주석처리를 해놓은 상태인데요.
저게 첫번째 도메인인 download100.test.co.kr 설정할때는 저 오류가 안 났었는데
두번째 도메인을 세팅하니 저런 오류가 생깁니다.
현재 작업하는것이 가상호스트를 추가를 하는 작업인데요 이 작업이 SSL부분과 연관이 있는것인지
잘 모르겠습니다.

그래서 저 오류가 계속 나서 httpd-ssl.conf 인클루드 된 부분 주석을 해제하고
key 파일과 crt 파일을 만들어 주고 httpd-ssl.conf 파일에서 경로를 잡아주었습니다.
그리고 아파치를 재시작을 해보면

[Thu Feb 16 09:05:58 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Feb 16 09:05:58 2012] [warn] module rewrite_module is already loaded, skipping
[Thu Feb 16 09:05:58 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Feb 16 09:05:58 2012] [notice] Digest: done
[Thu Feb 16 09:05:59 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Feb 16 09:05:59 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations

이런식의 오류로그가 나옵니다.
이 오류는 SSL 관련 설정이 잘못되서 나오는 오류인것 같은데요.
제가 궁금한것은 지금 가상호스트를 추가하는데 이런 SSL 부분이 연관이 있는것인가 입니다.
현재 상태에서 가상호스트를 추가하려면 어떻게 해야할까요? 조언 좀 부탁드리겠습니다.(__)
에러로그 파일도 같이 첨부하겠습니다.


[Wed Feb 15 10:28:53 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 10:28:53 2012] [notice] Digest: done
[Wed Feb 15 10:28:54 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 10:29:40 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 10:29:40 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 10:29:40 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 10:29:40 2012] [notice] Digest: done
[Wed Feb 15 10:29:41 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 13:55:07 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 13:55:07 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 13:55:07 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 13:55:07 2012] [notice] Digest: done
[Wed Feb 15 13:55:08 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 13:55:42 2012] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to / denied
[Wed Feb 15 14:27:06 2012] [error] [client xxx.xxx.xxx.xxx] File does not exist: /home/down1/public_html/favicon.ico
[Wed Feb 15 16:09:21 2012] [error] [client xxx.xxx.xxx.xxx] File does not exist: /home/down1/public_html/dowload
[Wed Feb 15 16:11:50 2012] [error] [client xxx.xxx.xxx.xxx] File does not exist: /home/down1/public_html/fri8jun
[Wed Feb 15 16:13:01 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 16:13:01 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 16:13:01 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 16:13:01 2012] [notice] Digest: done
[Wed Feb 15 16:13:02 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 16:14:35 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 16:14:35 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 16:14:35 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 16:14:35 2012] [notice] Digest: done
[Wed Feb 15 16:14:36 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 16:16:05 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 16:16:05 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 16:16:05 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 16:16:06 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 16:17:49 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 16:17:49 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 16:17:49 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 16:17:49 2012] [notice] Digest: done
[Wed Feb 15 16:17:50 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 16:20:27 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 16:20:27 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 16:20:27 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 16:20:27 2012] [notice] Digest: done
[Wed Feb 15 16:20:28 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 16:30:14 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 16:30:14 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 16:30:14 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 16:30:14 2012] [notice] Digest: done
[Wed Feb 15 16:30:15 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 16:32:08 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 16:32:08 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 16:32:08 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 16:32:08 2012] [notice] Digest: done
[Wed Feb 15 16:32:09 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 16:34:14 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 16:34:14 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 16:34:14 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 16:34:14 2012] [notice] Digest: done
[Wed Feb 15 16:34:15 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 16:42:04 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 16:42:04 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 16:42:04 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 16:42:04 2012] [notice] Digest: done
[Wed Feb 15 16:42:05 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 17:54:10 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 17:54:10 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 17:54:10 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 17:54:10 2012] [notice] Digest: done
[Wed Feb 15 17:54:11 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 18:25:50 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 18:25:50 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 18:25:50 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 18:25:50 2012] [notice] Digest: done
[Wed Feb 15 18:25:51 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 18:25:52 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 18:25:52 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 18:25:52 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 18:25:52 2012] [notice] Digest: done
[Wed Feb 15 18:25:53 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 18:26:58 2012] [error] [client xxx.xxx.xxx.xxx] File does not exist: /usr/local/apache/htdocs/download
[Wed Feb 15 18:34:41 2012] [error] [client xxx.xxx.xxx.xxx] File does not exist: /usr/local/apache/htdocs/aaa
[Wed Feb 15 18:35:59 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 18:35:59 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 18:35:59 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 18:35:59 2012] [notice] Digest: done
[Wed Feb 15 18:36:00 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 18:36:32 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 18:36:32 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 18:36:32 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 18:36:32 2012] [notice] Digest: done
[Wed Feb 15 18:36:33 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 18:41:01 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 18:41:01 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 18:41:01 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 18:41:01 2012] [notice] Digest: done
[Wed Feb 15 18:41:02 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 18:44:24 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 18:44:24 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 18:44:24 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 18:44:24 2012] [notice] Digest: done
[Wed Feb 15 18:44:25 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 18:51:00 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 18:51:00 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 18:51:00 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 18:51:00 2012] [notice] Digest: done
[Wed Feb 15 18:51:01 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 18:53:02 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 18:53:02 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 18:53:02 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 18:53:02 2012] [notice] Digest: done
[Wed Feb 15 18:53:03 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 18:56:04 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 18:56:04 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 18:56:04 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 18:56:04 2012] [notice] Digest: done
[Wed Feb 15 18:56:05 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 22:03:02 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 22:03:02 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 22:03:02 2012] [error] VirtualHost xxx.xxx.xxx.xxx:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed Feb 15 22:03:02 2012] [error] VirtualHost xxx.xxx.xxx.xxx:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed Feb 15 22:03:02 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 22:03:02 2012] [notice] Digest: done
[Wed Feb 15 22:03:03 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 22:03:43 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 22:03:43 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 22:03:43 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 22:03:43 2012] [notice] Digest: done
[Wed Feb 15 22:03:44 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 22:04:04 2012] [error] [client xxx.xxx.xxx.xxx] client denied by server configuration: /home/down1/public_html/
[Wed Feb 15 22:06:23 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 22:06:23 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 22:06:23 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 22:06:23 2012] [notice] Digest: done
[Wed Feb 15 22:06:24 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 22:06:31 2012] [error] [client xxx.xxx.xxx.xxx] client denied by server configuration: /home/down1/public_html/
[Wed Feb 15 22:10:23 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 22:10:23 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 22:10:23 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 22:10:23 2012] [notice] Digest: done
[Wed Feb 15 22:10:24 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 22:10:25 2012] [error] [client xxx.xxx.xxx.xxx] File does not exist: /home/down1/public_html/favicon.ico
[Wed Feb 15 22:14:03 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 22:14:03 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 22:14:03 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 22:14:03 2012] [notice] Digest: done
[Wed Feb 15 22:14:04 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 22:24:19 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 22:24:19 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 22:24:19 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 22:24:19 2012] [notice] Digest: done
[Wed Feb 15 22:24:20 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 22:30:06 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 22:30:06 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 22:30:06 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 22:30:06 2012] [notice] Digest: done
[Wed Feb 15 22:30:07 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Wed Feb 15 22:44:49 2012] [error] [client xxx.xxx.xxx.xxx] File does not exist: /home/down1/public_html/favicon.ico
[Wed Feb 15 22:46:16 2012] [notice] SIGHUP received.  Attempting to restart
[Wed Feb 15 22:46:16 2012] [warn] module rewrite_module is already loaded, skipping
[Wed Feb 15 22:46:16 2012] [notice] Digest: generating secret for digest authentication ...
[Wed Feb 15 22:46:16 2012] [notice] Digest: done
[Wed Feb 15 22:46:17 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Thu Feb 16 07:58:25 2012] [notice] caught SIGTERM, shutting down
[Thu Feb 16 07:58:34 2012] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Feb 16 07:58:34 2012] [warn] module rewrite_module is already loaded, skipping
[Thu Feb 16 07:58:34 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Feb 16 07:58:34 2012] [notice] Digest: done
[Thu Feb 16 07:58:35 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Thu Feb 16 08:12:10 2012] [notice] SIGHUP received.  Attempting to restart
[Thu Feb 16 08:12:10 2012] [warn] module rewrite_module is already loaded, skipping
Syntax error on line 99 of /usr/local/apache/conf/extra/httpd-ssl.conf:
SSLCertificateFile: file '/usr/local/apache/conf/server.crt' does not exist or is empty
[Thu Feb 16 08:12:42 2012] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Feb 16 08:12:42 2012] [warn] module rewrite_module is already loaded, skipping
[Thu Feb 16 08:12:42 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Feb 16 08:12:42 2012] [notice] Digest: done
[Thu Feb 16 08:12:43 2012] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Feb 16 08:12:43 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Thu Feb 16 08:14:31 2012] [notice] caught SIGTERM, shutting down
[Thu Feb 16 08:14:54 2012] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Feb 16 08:14:54 2012] [warn] module rewrite_module is already loaded, skipping
[Thu Feb 16 08:14:54 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Feb 16 08:14:54 2012] [notice] Digest: done
[Thu Feb 16 08:14:55 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Thu Feb 16 08:21:05 2012] [notice] caught SIGTERM, shutting down
[Thu Feb 16 08:42:16 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Feb 16 08:42:16 2012] [warn] RSA server certificate CommonName (CN) `www.test.co.kr' does NOT match server name!?
[Thu Feb 16 08:42:16 2012] [warn] module rewrite_module is already loaded, skipping
[Thu Feb 16 08:42:16 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Feb 16 08:42:16 2012] [notice] Digest: done
[Thu Feb 16 08:42:17 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Feb 16 08:42:17 2012] [warn] RSA server certificate CommonName (CN) `www.test.co.kr' does NOT match server name!?
[Thu Feb 16 08:42:17 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Thu Feb 16 08:49:29 2012] [notice] caught SIGTERM, shutting down
[Thu Feb 16 08:49:35 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Feb 16 08:49:35 2012] [warn] RSA server certificate CommonName (CN) `download200.test.co.kr' does NOT match server name!?
[Thu Feb 16 08:49:35 2012] [warn] module rewrite_module is already loaded, skipping
[Thu Feb 16 08:49:35 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Feb 16 08:49:35 2012] [notice] Digest: done
[Thu Feb 16 08:49:36 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Feb 16 08:49:36 2012] [warn] RSA server certificate CommonName (CN) `download200.test.co.kr' does NOT match server name!?
[Thu Feb 16 08:49:36 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Thu Feb 16 08:56:53 2012] [notice] caught SIGTERM, shutting down
[Thu Feb 16 08:56:58 2012] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Feb 16 08:56:58 2012] [warn] module rewrite_module is already loaded, skipping
[Thu Feb 16 08:56:58 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Feb 16 08:56:58 2012] [notice] Digest: done
[Thu Feb 16 08:56:59 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Thu Feb 16 09:01:44 2012] [notice] caught SIGTERM, shutting down
[Thu Feb 16 09:01:51 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Feb 16 09:01:51 2012] [warn] RSA server certificate CommonName (CN) `download200.test.co.kr' does NOT match server name!?
[Thu Feb 16 09:01:51 2012] [warn] module rewrite_module is already loaded, skipping
[Thu Feb 16 09:01:51 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Feb 16 09:01:51 2012] [notice] Digest: done
[Thu Feb 16 09:01:52 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Feb 16 09:01:52 2012] [warn] RSA server certificate CommonName (CN) `download200.test.co.kr' does NOT match server name!?
[Thu Feb 16 09:01:52 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Thu Feb 16 09:05:52 2012] [notice] caught SIGTERM, shutting down
[Thu Feb 16 09:05:58 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Feb 16 09:05:58 2012] [warn] module rewrite_module is already loaded, skipping
[Thu Feb 16 09:05:58 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Feb 16 09:05:58 2012] [notice] Digest: done
[Thu Feb 16 09:05:59 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Feb 16 09:05:59 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Thu Feb 16 09:08:03 2012] [notice] caught SIGTERM, shutting down
[Thu Feb 16 09:08:10 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Feb 16 09:08:10 2012] [warn] module rewrite_module is already loaded, skipping
[Thu Feb 16 09:08:10 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Feb 16 09:08:10 2012] [notice] Digest: done
[Thu Feb 16 09:08:11 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Feb 16 09:08:11 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Thu Feb 16 09:15:40 2012] [notice] caught SIGTERM, shutting down
[Thu Feb 16 09:15:44 2012] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Feb 16 09:15:44 2012] [warn] module rewrite_module is already loaded, skipping
[Thu Feb 16 09:15:44 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Feb 16 09:15:44 2012] [notice] Digest: done
[Thu Feb 16 09:15:45 2012] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Thu Feb 16 09:24:18 2012] [error] [client xxx.xxx.xxx.xxx] File does not exist: /home/down1/public_html/fastenv

 

관련자료

댓글 0
등록된 댓글이 없습니다.

공지사항


뉴스광장


  • 현재 회원수 :  60,034 명
  • 현재 강좌수 :  35,791 개
  • 현재 접속자 :  89 명