前提・実現したいこと
Windows10でPHPのローカル開発環境を作りたい。
XAMPPでApacheを使えるようにしたい。
発生している問題・エラーメッセージ
XAMPPを管理者として実行 → Apacheの[start]押下すると下記のエラーが発生。
【エラーソース】
Error: Apache shutdown unexpectedly. This may be due to a blocked port, missing dependencies, improper privileges, a crash, or a shutdown by another method. Press the Logs button to view error logs and check the Windows Event Viewer for more clues If you need more help, copy and post this entire log window on the forums
試したこと
・XAMPPを管理者として実行
・Skypeをアンインストール
・httpd.conf内
「Listen 80」を「Listen 8080」に変更
「ServerName localhost:80」を「ServerName localhost:8080」に変更
・httpd-ssl.conf内
「Listen 443」を「Listen 4433」に変更
「<VirtualHost _default_:443>」を「<VirtualHost _default_:4433>」に変更
その他、イベントビューアーのどこを見たらいいのかイマイチ分かりません。
ご教授いただけると助かります。
回答2件
あなたの回答
tips
プレビュー