• 締切済み

エラーログの意味ご存知でしたら御教え下さいませ。

毎度御世話になっております。 今朝、始めてこのファイルを見たら、 下記のようなログが記録されてました。 これはどういうエラーログなのか?? どなたかご存知の方いらっしゃいましたら 御願いします。 [root@11:52:39 logs]# tail -n 15 error_log [Mon Aug 25 13:10:49 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations [Mon Aug 25 20:06:03 2003] [notice] Digest: generating secret for digest authentication ... [Mon Aug 25 20:06:03 2003] [notice] Digest: done [Mon Aug 25 20:06:04 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations [Mon Aug 25 21:00:00 2003] [notice] caught SIGTERM, shutting down [Tue Aug 26 08:40:59 2003] [notice] Digest: generating secret for digest authentication ... [Tue Aug 26 08:40:59 2003] [notice] Digest: done [Tue Aug 26 08:41:10 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations [Tue Aug 26 22:31:27 2003] [notice] Digest: generating secret for digest authentication ... [Tue Aug 26 22:31:27 2003] [notice] Digest: done [Tue Aug 26 22:31:28 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations [Tue Aug 26 23:28:30 2003] [notice] caught SIGTERM, shutting down [Thu Aug 28 08:25:46 2003] [notice] Digest: generating secret for digest authentication ... [Thu Aug 28 08:25:46 2003] [notice] Digest: done [Thu Aug 28 08:25:47 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations

みんなの回答

  • xjd
  • ベストアンサー率63% (1021/1612)
回答No.1

noticeばかりで特にエラーはありませんが、どこが気になりますか? ちなみに、Digest:xxxxxxは、 httpd.confでmod_auth_digest.so(ダイジェスト認証のモジュール)を組み込んで いるとapache起動時に表示されます。 気になる(使用しない)のであれば注釈にしとけばログファイルに出力されません。 caught SIGTERM, shutting down これは、ApacheのプロセスがSIGTERMシグナルを受け取ったので停止します、です。 (service httpd stop) ちなみにerror_logファイルはapacheからのいろいろなお知らせ(info、notice)も出力 されるので、エラーばかりとは限りません。

関連するQ&A

  • ザンプがつながりません。

    ザンプについて http://127.0.0.1/securityやhttp://localhost/に繋がりません。 apacheはおかげさまで起動しました。startになっています。 しかし、adminを押してもWEBページがちゃんと表示されません。 ファイヤーウオールを止めてもだめです。 ザンプは下記のようになっています。 C:\xampp\htdocs error.logは下記の通りです。 Sun Aug 28 21:14:15 2011] [notice] Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 configured -- resuming normal operations [Sun Aug 28 21:14:15 2011] [notice] Server built: Oct 18 2010 01:58:12 [Sun Aug 28 21:14:15 2011] [notice] Parent: Created child process 2248 [Sun Aug 28 21:14:16 2011] [notice] Digest: generating secret for digest authentication ... [Sun Aug 28 21:14:16 2011] [notice] Digest: done [Sun Aug 28 21:14:16 2011] [notice] Child 2248: Child process is running [Sun Aug 28 21:14:16 2011] [notice] Child 2248: Acquired the start mutex. [Sun Aug 28 21:14:16 2011] [notice] Child 2248: Starting 150 worker threads. [Sun Aug 28 21:14:16 2011] [notice] Child 2248: Starting thread to listen on port 443. [Sun Aug 28 21:14:16 2011] [notice] Child 2248: Starting thread to listen on port 2080. [Tue Aug 30 11:45:38 2011] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run? [Tue Aug 30 11:45:38 2011] [notice] Digest: generating secret for digest authentication ... [Tue Aug 30 11:45:38 2011] [notice] Digest: done [Tue Aug 30 11:45:42 2011] [notice] Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 configured -- resuming normal operations [Tue Aug 30 11:45:42 2011] [notice] Server built: Oct 18 2010 01:58:12 [Tue Aug 30 11:45:42 2011] [notice] Parent: Created child process 2256 [Tue Aug 30 11:45:42 2011] [notice] Digest: generating secret for digest authentication ... [Tue Aug 30 11:45:42 2011] [notice] Digest: done [Tue Aug 30 11:45:42 2011] [notice] Child 2256: Child process is running [Tue Aug 30 11:45:42 2011] [notice] Child 2256: Acquired the start mutex. [Tue Aug 30 11:45:42 2011] [notice] Child 2256: Starting 150 worker threads. [Tue Aug 30 11:45:42 2011] [notice] Child 2256: Starting thread to listen on port 4

    • ベストアンサー
    • PHP
  • Railsで作ったWebアプリに頻繁に繋がらない

    RailsでWebアプリを作ったのですが、さくらVPSにて本番環境で公開後、 ブラウザからURLを入力しても繋がらない状態が頻発しています。 しばらくすると繋がるようになるのですが、また時間を置くと繋がらなくなり、 お名前.comの404 Page Not Foundのページが表示されてしまいます。 環境は以下のとおりです。 Rails3、MySQL、Apache、CentOS(さくらVPS)、DNS: お名前.com Apacheのエラーログ(/var/log/httpd/error_log-20120930)を見たところ、 以下のnoticeが繰り返し記録されており、これが怪しいと思うのですが、 ググってもピンと来る解決策が見つからず、詰んでいます。。 [Sun Sep 30 01:48:47 2012] [notice] caught SIGTERM, shutting down (中略) [Sun Sep 30 03:39:02 2012] [notice] SIGHUP received. Attempting to restart シャットダウン --> 再起動を繰り返しているように見えるのですが、 どうすれば良いのでしょうか?? また、他に何か思い当たる原因等ありましたら教えてください。 ちなみに、Railsのlog/production.rbにはGET,POST等の記録が残っているだけで 特に怪しい所は見つかりませんでした。 また、MySQLのログにも特に怪しいところは見つかりませんでした。 以下、Apacheのエラーログの詳細を貼ります。 /var/log/httpd/error_log-20120930: [Sun Sep 30 01:48:47 2012] [notice] caught SIGTERM, shutting down [Sun Sep 30 02:30:01 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Sun Sep 30 02:30:01 2012] [notice] Digest: generating secret for digest authentication ... [Sun Sep 30 02:30:01 2012] [notice] Digest: done [Sun Sep 30 02:30:01 2012] [notice] Apache/2.2.15 (Unix) DAV/2 Phusion_Passenger/3.0.17 configured -- resuming normal operations [Sun Sep 30 02:41:44 2012] [notice] caught SIGTERM, shutting down [Sun Sep 30 02:41:48 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Sun Sep 30 02:41:48 2012] [notice] Digest: generating secret for digest authentication ... [Sun Sep 30 02:41:48 2012] [notice] Digest: done [Sun Sep 30 02:41:48 2012] [notice] Apache/2.2.15 (Unix) DAV/2 Phusion_Passenger/3.0.17 configured -- resuming normal operations [Sun Sep 30 02:48:42 2012] [notice] caught SIGTERM, shutting down [Sun Sep 30 02:48:49 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Sun Sep 30 02:48:49 2012] [notice] Digest: generating secret for digest authentication ... [Sun Sep 30 02:48:49 2012] [notice] Digest: done [Sun Sep 30 02:48:49 2012] [notice] Apache/2.2.15 (Unix) DAV/2 Phusion_Passenger/3.0.17 configured -- resuming normal operations [Sun Sep 30 03:11:45 2012] [notice] caught SIGTERM, shutting down [Sun Sep 30 03:11:49 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Sun Sep 30 03:11:49 2012] [notice] Digest: generating secret for digest authentication ... [Sun Sep 30 03:11:49 2012] [notice] Digest: done [Sun Sep 30 03:11:49 2012] [notice] Apache/2.2.15 (Unix) DAV/2 Phusion_Passenger/3.0.17 configured -- resuming normal operations [Sun Sep 30 03:39:02 2012] [notice] SIGHUP received. Attempting to restart

    • ベストアンサー
    • Ruby
  • XAMPPでApacheが起動しない

    よろしくお願いします。 ローカルPCのOSはWin7の32bitで、xampp-win32-1.7.4-VC6をインストールしました。 Apacheが起動しなくて困ってます。 保存先は、c:\pg\xamppでxampp\xamppのようにはしてません。 Apacheのerror.logは以下です。 (↓エラーログ) [Tue Apr 05 19:14:50 2011] [notice] Digest: generating secret for digest authentication ... [Tue Apr 05 19:14:50 2011] [notice] Digest: done [Tue Apr 05 19:14:51 2011] [notice] Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations [Tue Apr 05 19:14:51 2011] [notice] Server built: Oct 18 2010 01:58:12 [Tue Apr 05 19:14:51 2011] [crit] (22)Invalid argument: Parent: Failed to create the child process. [Tue Apr 05 19:14:51 2011] [crit] (OS 6)ハンドルが無効です。 : master_main: create child process failed. Exiting. [Tue Apr 05 19:14:51 2011] [notice] Parent: Forcing termination of child process 36 MySQLですが、mysql_startを使用すると以下のコマンドが出ました。  ↓ [Warning]Can't create test file C:\pg\xampp\mysql\data\PC.lower-test [Note]Plugin 'FEDERATED' is disabled. [ERROR]Plugin 'InnoDB' init function returned error. [ERROR]Plugin 'InnoDB' registration as a STORAGE ENGINE failed. [ERROR]Unkown/unsupported storage engin: InnoDB [ERROR]Aborting [Note]mysql\bin\mysql:Shutdown complete どうかよろしくお願いします。

    • ベストアンサー
    • PHP
  • Subversion機能について

    Subversionのロック機能に関して質問なのですが、 下記の環境で、 TortoiseSVNから、ロックの取得をすると エラー: Lock request failed: 401 Authorization Required と、表示されロックすることができません。 apacheログには、 No such file or directory: Anonymous lock creation is not allowed. [401, #405] と出力されており、原因がわかりません。 どなたか御存じの方いらっしゃいますでしょうか? ーーーーーーーーーーーーーーーーーーーーーーー サーバー: OS fedora4 Subversion 1.2.3 mod_dav_svn 1.2.3 apache2.0.54 クライアント: TortoiseSVN 1.4.3 設定 ーーーーーーーーーーーーーーーーーーーー /etc/httpd/conf.d/subversion.conf LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so <Location /svn> DAV svn SVNPath /var/www/123 </Location> apache起動時エラー [Mon May 07 19:21:50 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Mon May 07 19:21:50 2007] [warn] module dav_svn_module is already loaded, skipping [Mon May 07 19:21:50 2007] [warn] module authz_svn_module is already loaded, skipping [Mon May 07 19:21:50 2007] [notice] Digest: generating secret for digest authentication ... [Mon May 07 19:21:50 2007] [notice] Digest: done [Mon May 07 19:21:50 2007] [notice] LDAP: Built with OpenLDAP LDAP SDK [Mon May 07 19:21:50 2007] [notice] LDAP: SSL support unavailable [Mon May 07 19:21:50 2007] [notice] Apache/2.0.54 (Fedora) configured -- resuming normal operations dav_svn_moduleと、authz_svn_moduleは存在していることを確認ずみ。

  • Apacheのエラーログのログレベルについて

    Apache HTTPD/2.4.7で以下の設定を行っています。 ErrorLog "logs/error_log" LogLevel alert しかし、設定を有効にしても”alert”レベルより低いレベルのログがエラーログに出力されてしまいます。 --内容-- [Wed Dec 25 16:35:44.602828 2013] [mpm_event:notice] [pid 10971:tid 139866365474560] AH00494: SIGHUP received. Attempting to restart [Wed Dec 25 16:35:44.672589 2013] [mpm_event:notice] [pid 10971:tid 139866365474560] AH00489: Apache/2.4.7 (Unix) configured -- resuming normal operations [Wed Dec 25 16:35:44.672687 2013] [core:notice] [pid 10971:tid 139866365474560] AH00094: Command line: '/usr/local/apache-httpd/bin/httpd' 2つ目の[]内に記載されているのがログレベルであるという認識なのですが、なぜ、”alert”レベルで設定しているにもかかわらず、"notice"レベルのログが出力されているのでしょうか? 設定方法が悪いのでしょうか?ログレベルの表記の認識が違うのでしょうか?

  • XAMPP1.7.3でApacheが起動しない

    よろしくお願いします。 ローカルPCのOSはWin7の32bitで、xampp-win32-1.7.3をインストールしました。 Apacheが起動しなくて困ってます。 エラー表示は、Busy・・・ Apache started。 保存先は、c:\pg\xamppでxampp\xamppのようにはしてません。 xampp-portcheckでは、Statusは全てfreeになってます。 \apache\conf\httpd.confの、 # Perl settings Include "conf/extra/httpd-perl.conf" の部分は、 # Perl settings # Include "conf/extra/httpd-perl.conf" とコメントアウトにしました。 コマンドプロンプトのnetstat -aonで80番ポートを調べましたが、 0.0.0.0:80はありませんでした。 Apacheのerror.logは以下です。 (↓エラーログ) [Fri Apr 01 23:30:50 2011] [notice] Digest: generating secret for digest authentication ... [Fri Apr 01 23:30:50 2011] [notice] Digest: done [Fri Apr 01 23:30:51 2011] [notice] Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations [Fri Apr 01 23:30:51 2011] [notice] Server built: Nov 11 2009 14:29:03 [Fri Apr 01 23:30:51 2011] [crit] (22)Invalid argument: Parent: Failed to create the child process. [Fri Apr 01 23:30:51 2011] [crit] (OS 6)ハンドルが無効です。 : master_main: create child process failed. Exiting. [Fri Apr 01 23:30:51 2011] [notice] Parent: Forcing termination of child process 36 ちなみに、MySQLも起動しません。 エラー表示は、同様にBusy・・・ MySQL started。 どうかよろしくお願いします。

    • ベストアンサー
    • MySQL
  • apache で Digest認証

    RailsアプリケーションのあるディレクトリにDigest認証をかけようとしています。 その際に、apache の httpd.conf 内で以下のようなサイトを参考にして、 認証の設定をし、apache を再起動しました。 http://www.atmarkit.co.jp/flinux/rensai/linuxtips/699apachedigest.html しかし、配下のファイルにアクセスすると何も起こらず、記述が間違っているのかと思い、 apache のエラーログを見ました。 すると、以下のように再起動に伴って、設定が適用されたようなログがありました。 Digest: generating secret for digest authentication ... Digest: done モジュールの問題やパスの問題は確認したのですが、認証のウインドウすら出ずに困っています。 何かアドバイスや参考になるサイトがあれば教えて下さい。よろしくお願いします。

  • XAMPPが起動できません。

    つい先日まで使用できていたXAMPPが急に起動できなくなりました。 ローカルでのPHP等の動作確認ができず、困っています。 もしご存知の方、いらっしゃいましたら是非教えてください。 ウェブでの検索で出てくる解決方法(ポート競合、スカイプの使用)はひと通り試してみたのですが…。 以下エラーログをコピペします。 宜しくお願いします。 [Mon Feb 07 11:56:31 2011] [notice] Server built: Jul 22 2009 11:35:54 [Mon Feb 07 11:56:31 2011] [notice] Parent: Created child process 4764 Warning: DocumentRoot [C:/moto-folder/syafuku/] does not exist Warning: DocumentRoot [C:/moto-folder/syafuku/] does not exist [Mon Feb 07 11:56:33 2011] [notice] Digest: generating secret for digest authentication ... [Mon Feb 07 11:56:33 2011] [notice] Digest: done [Mon Feb 07 11:56:33 2011] [notice] Child 4764: Child process is running [Mon Feb 07 11:56:33 2011] [notice] Child 4764: Acquired the start mutex. [Mon Feb 07 11:56:33 2011] [notice] Child 4764: Starting 150 worker threads. [Mon Feb 07 11:56:33 2011] [notice] Child 4764: Starting thread to listen on port 443. [Mon Feb 07 11:56:33 2011] [notice] Child 4764: Starting thread to listen on port 8686. [Mon Feb 07 11:56:33 2011] [notice] Child 4764: Starting thread to listen on port 8585. [Mon Feb 07 11:56:33 2011] [notice] Child 4764: Starting thread to listen on port 8484. [Mon Feb 07 11:56:33 2011] [notice] Child 4764: Starting thread to listen on port 8383. [Mon Feb 07 11:56:33 2011] [notice] Child 4764: Starting thread to listen on port 8282. [Mon Feb 07 11:56:33 2011] [notice] Child 4764: Starting thread to listen on port 8181. [Mon Feb 07 11:56:33 2011] [notice] Child 4764: Starting thread to listen on port 8080. [Mon Feb 07 11:56:33 2011] [notice] Child 4764: Starting thread to listen on port 8002. [Mon Feb 07 11:56:33 2011] [notice] Child 4764: Starting thread to listen on port 80.

  • CentOS7.2 Apacheエラーログについて

    CentOS7.1を使用していましたが2日ほど前にCentOS7.2にアップデートしました。 アップデート後からApacheのエラーログが頻繁に出力されるようになりました。 CentOS7.2にアップデート後のエラーログの内容ですが、 [Fri Dec 25 13:15:11.570131 2015] [mpm_prefork:notice] [pid 1141] AH00170: caught SIGWINCH, shutting down gracefully [Fri Dec 25 14:05:21.758346 2015] [suexec:notice] [pid 5588] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Fri Dec 25 14:05:21.900927 2015] [:warn] [pid 5588] NSSSessionCacheTimeout is deprecated. Ignoring. [Fri Dec 25 14:05:24.576333 2015] [:error] [pid 5588] Misconfiguration of certificate's CN and virtual name. The certificate CN has localhost4.localdomain4. We expected localhost as virtual name. [Fri Dec 25 14:05:24.863090 2015] [auth_digest:notice] [pid 5588] AH01757: generating secret for digest authentication ... [Fri Dec 25 14:05:24.863542 2015] [lbmethod_heartbeat:notice] [pid 5588] AH02282: No slotmem from mod_heartmonitor [Fri Dec 25 14:05:24.865464 2015] [:warn] [pid 5588] NSSSessionCacheTimeout is deprecated. Ignoring. [Fri Dec 25 14:05:29.052357 2015] [mpm_prefork:notice] [pid 5588] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips mod_auth_gssapi/1.3.1 mod_auth_kerb/5.4 mod_fcgid/2.3.9 mod_nss/2.4.6 NSS/3.19.1 Basic ECC PHP/5.4.16 mod_wsgi/3.4 Python/2.7.5 configured -- resuming normal operations [Fri Dec 25 14:05:29.052393 2015] [core:notice] [pid 5588] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND' [Fri Dec 25 14:05:29.375102 2015] [:error] [pid 5949] Misconfiguration of certificate's CN and virtual name. The certificate CN has localhost4.localdomain4. We expected localhost as virtual name. [Fri Dec 25 14:05:29.383065 2015] [:error] [pid 5947] Misconfiguration of certificate's CN and virtual name. The certificate CN has localhost4.localdomain4. We expected localhost as virtual name. [Fri Dec 25 14:05:29.420995 2015] [:error] [pid 5946] Misconfiguration of certificate's CN and virtual name. The certificate CN has localhost4.localdomain4. We expected localhost as virtual name. [Fri Dec 25 14:05:29.425088 2015] [:error] [pid 5950] Misconfiguration of certificate's CN and virtual name. The certificate CN has localhost4.localdomain4. We expected localhost as virtual name. となっています。 最後の、 Misconfiguration of certificate's CN and virtual name. The certificate CN has localhost4.localdomain4. We expected localhost as virtual name. のログがHTTPにアクセスが入るたびに出ているようです。 Apacheのhttpd.confの設定はバーチャルドメインで複数サイト運営していますが アクセス自体は問題なくできています。 (サーバー証明書は入れていません) 1日調べてみましたが、原因がわからず質問させていただきました。

  • XAMPPでApacheが起動できない

    WordPressについて勉強し始めたばかりの初心者で、 自分(ローカル)の環境でセットアップをしようとしています。 XAMPPのコントロールパネルの設定で、Apacheのスタートボタンを 押しても反応せず、エラーが出ます。 Error: Apache shutdown unexpectedly. This may be due to a blocked port, missing dependencies, improper privileges, a crash, or a shutdown by another method. エラーログは下記の通り; [Mon May 12 11:03:06.845172 2014] [ssl:warn] [pid 4612:tid 264] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name [Mon May 12 11:03:07.500373 2014] [ssl:warn] [pid 4612:tid 264] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name [Mon May 12 11:03:07.609573 2014] [mpm_winnt:notice] [pid 4612:tid 264] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations [Mon May 12 11:03:07.609573 2014] [mpm_winnt:notice] [pid 4612:tid 264] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01 [Mon May 12 11:03:07.609573 2014] [core:notice] [pid 4612:tid 264] AH00094: Command line: 'C:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache' [Mon May 12 11:03:07.734373 2014] [mpm_winnt:notice] [pid 4612:tid 264] AH00418: Parent: Created child process 6872 [Mon May 12 11:03:09.590776 2014] [ssl:warn] [pid 6872:tid 276] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name [Mon May 12 11:03:10.199177 2014] [ssl:warn] [pid 6872:tid 276] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name [Mon May 12 11:03:10.308378 2014] [mpm_winnt:notice] [pid 6872:tid 276] AH00354: Child: Starting 150 worker threads. どなたか解決方法をご教授いただけないでしょうか? よろしくお願いします。