- 締切済み
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. どなたか解決方法をご教授いただけないでしょうか? よろしくお願いします。
- みんなの回答 (2)
- 専門家の回答
みんなの回答
- memphis
- ベストアンサー率40% (975/2395)
>XAMPP for Windowsのトップページに >つながってしまいます・・・ httpd.confを修正して下さい。
This may be due to a blocked portとありますから、ポートが使えないということでしょう。例えばセキュリティツールなどで80番ポートが使えないようになっているか、あるいは既に80番ポートを使ったアプリが起動中か、どちらかでしょう。 最近よくあるのは、Skypeが起動しっぱなし、というやつです。とりあえず、80番ポートが使われてないか確認してみてください。
お礼
早々に回答ありがとうございます! 実は参考書の通り、XAMPP コントロールパネル Apache Configボタン→Apache(httpd.conf)テキスト内の「Listen 8888」と違うポート番号を入れたのですがそれでもエラーに・・・ ググって外国の方のアドバイスを見つけ、 上記の他に ApacheのConfigボタン→Apache(httpd-ssl.conf) のテキスト内を「Listen 443」にしたところ Apacheが適応されました。 でも別の問題が発生。 本に書いてあるURLにアクセスしても セットアップ画面ではなく、 XAMPP for Windowsのトップページに つながってしまいます・・・ これはもう、著者に確認するしかないのでしょう かね・・・ お忙しいところありがとうございました!
お礼
回答ありがとうございます! 解決して無事インストールできました。 この件に関して、買った本は役に立たなかったです。 インストールに丸一日かかってしまいました・・・ 先が思いやられます(笑)