簡體   English   中英

在 windows 7 中啟動 apache 服務器 v3.2.1 時出錯

[英]Error in startup of apache server v3.2.1 in windows 7

我在 XAMPP 控制面板 v3.2.1 上收到此錯誤。 我下載了 5.6.12 / PHP 5.6.12 版本並安裝了它。 我的 mysql 面板運行成功,但 Apache 沒有運行。 當我嘗試啟動 Apache 服務器時,就會出現此錯誤。

7:25:04 AM  [Apache]    Problem detected!
7:25:04 AM  [Apache]    Port 80 in use by "Unable to open process" with PID 3232!
7:25:04 AM  [Apache]    Apache WILL NOT start without the configured ports free!
7:25:04 AM  [Apache]    You need to uninstall/disable/reconfigure the blocking application
7:25:04 AM  [Apache]    or reconfigure Apache and the Control Panel to listen on a different port
7:25:04 AM  [Apache]    Problem detected!
7:25:04 AM  [Apache]    Port 443 in use by "Unable to open process" with PID 3232!
7:25:04 AM  [Apache]    Apache WILL NOT start without the configured ports free!
7:25:04 AM  [Apache]    You need to uninstall/disable/reconfigure the blocking application
7:25:04 AM  [Apache]    or reconfigure Apache and the Control Panel to listen on a different port



7:25:04 AM  [Apache]    Problem detected!
7:25:04 AM  [Apache]    Port 80 in use by "Unable to open process" with PID 3232!
7:25:04 AM  [Apache]    Apache WILL NOT start without the configured ports free!
7:25:04 AM  [Apache]    You need to uninstall/disable/reconfigure the blocking application
7:25:04 AM  [Apache]    or reconfigure Apache and the Control Panel to listen on a different port
7:25:04 AM  [Apache]    Problem detected!
7:25:04 AM  [Apache]    Port 443 in use by "Unable to open process" with PID 3232!
7:25:04 AM  [Apache]    Apache WILL NOT start without the configured ports free!
7:25:04 AM  [Apache]    You need to uninstall/disable/reconfigure the blocking application
7:25:04 AM  [Apache]    or reconfigure Apache and the Control Panel to listen on a different port
7:25:04 AM  [Apache]    Attempting to start Apache app...
7:25:04 AM  [mysql]     Autostart aborted: MySQL is already running
7:25:05 AM  [Apache]    Status change detected: running
7:25:05 AM  [Apache]    Status change detected: stopped
7:25:05 AM  [Apache]    Error: Apache shutdown unexpectedly.
7:25:05 AM  [Apache]    This may be due to a blocked port, missing dependencies, 
7:25:05 AM  [Apache]    improper privileges, a crash, or a shutdown by another method.
7:25:05 AM  [Apache]    Press the Logs button to view error logs and check
7:25:05 AM  [Apache]    the Windows Event Viewer for more clues
7:25:05 AM  [Apache]    If you need more help, copy and post this
7:25:05 AM  [Apache]    entire log window on the forums

對此有什么幫助..? 提前致謝..

似乎另一個程序正在使用端口 80。也許是 Skype(我以前用 Skype 遇到過這個問題)。 嘗試找出哪個程序正在使用端口 80 和 443,然后關閉它們。 您可以使用命令

netstat -a

檢查端口是否正在被使用。 你為什么提到Tomcat? 你是用Java還是PHP???

另一種可能性是程序崩潰(例如 Eclipse)並使服務器掛起,端口不可用。 在這些情況下,我不得不重新啟動計算機。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM