2

これは、Apache サービスをアクティブ化せずに Apache を実行しようとすると表示されるものです。

>Status change detected: running
>Status change detected: stopped
>Error: Apache shutdown unexpectedly.
>This may be due to a blocked port, missing dependencies, 
>improper privileges, a crash, or a shutdown by another method.
>Check the "/xampp/apache/logs/error.log" file
>and the Windows Event Viewer for more clues

Apache サービスをインストールしようとすると、次のようになります。

>Installing service...
>Apache Service detected with wrong path
>Change XAMPP Apache settings or
>Uninstall/disable the other service manually first
>Found Path: ERROR: Not Able To Open Service Manager
>Expected Path: "c:\xampp\apache\bin\httpd.exe" -k run service
>Successful!

...続いて、サービスの (失敗した) 試行後に Apache の起動を試みます。

>Attempting to start Apache service...
>System Error.  Code: 5.
>Access is denied

ここで何が起こっているのか知っている人や、トラブルシューティングを手伝ってくれる人はいますか?

インストーラーの有無にかかわらず(zipファイルの抽出)、すでにアンインストールして再インストールしました。

4

2 に答える 2

2

すでにポート 80 で何かが実行されているようです。走るとどうなるか

netstat -an |find /i "listening" 

コマンドラインから?

于 2013-03-15T07:12:46.040 に答える