0

次のサイトから xampp をインストールしてみました: http://www.apachefriends.org/en/xampp-windows.html

インストールに問題がありました。コントロール パネルを実行すると、MySql と Mercury のみに緑色の信号が表示され、特に Apache を起動すると例外が発生します。

そして、ある時点でUACを無効にするように言われますが、Windowsでは推奨されていないと思います。どうすればよいですか?

また、「クラスが登録されていません」というエラーも受け取りました。

以下は、Apache の起動時に表示されるエラーです。

11:27:40  [Apache]  Problem detected!
11:27:40  [Apache]  Port 443 in use by "Unable to open process" with PID 1476!
11:27:40  [Apache]  Apache WILL NOT start without the configured ports free!
11:27:40  [Apache]  You need to uninstall/disable/reconfigure the blocking application
11:27:40  [Apache]  or reconfigure Apache and the Control Panel to listen on a                 different port
11:27:40  [Apache]  Attempting to start Apache service...
12:04:47  [Apache]  Problem detected!
12:04:47  [Apache]  Port 80 in use by "Unable to open process" with PID 1476!
12:04:47  [Apache]  Apache WILL NOT start without the configured ports free!
12:04:47  [Apache]  You need to uninstall/disable/reconfigure the blocking application
12:04:47  [Apache]  or reconfigure Apache and the Control Panel to listen on a             different port
12:04:47  [Apache]  Problem detected!
12:04:47  [Apache]  Port 443 in use by "Unable to open process" with PID 1476!
12:04:47  [Apache]  Apache WILL NOT start without the configured ports free!
12:04:47  [Apache]  You need to uninstall/disable/reconfigure the blocking application
12:04:47  [Apache]  or reconfigure Apache and the Control Panel to listen on a different port
12:04:47  [Apache]  Attempting to start Apache service...
12:04:52  [Apache]  Status change detected: running
12:04:53  [Apache]  Status change detected: stopped
12:04:53  [Apache]  Error: Apache shutdown unexpectedly.
12:04:53  [Apache]  This may be due to a blocked port, missing dependencies, 
12:04:53  [Apache]  improper privileges, a crash, or a shutdown by another method.
12:04:53  [Apache]  Press the Logs button to view error logs and check
12:04:53  [Apache]  the Windows Event Viewer for more clues

これらのログ ボタンはどこにありますか? そして、どこからポートを解放しますか?. 私は Skype を使用していないので、ポート 80 はおそらく空いています。助けてください。

4

1 に答える 1

0

UACコントロールを無効にして再起動することでこれを修正できました。しかし、私の予想に反して、UAC を再度有効にした後も問題なく動作しています。

于 2013-07-30T20:24:29.287 に答える