2014-02-11 98 views
0

工作這表明波紋管Apache不上XAMPP

9:53:45 AM [Apache] Error: Apache shutdown unexpectedly. 
9:53:45 AM [Apache] This may be due to a blocked port, missing dependencies, 
9:53:45 AM [Apache] improper privileges, a crash, or a shutdown by another method. 
9:53:45 AM [Apache] Press the Logs button to view error logs and check 
9:53:45 AM [Apache] the Windows Event Viewer for more clues 
9:53:45 AM [Apache] If you need more help, copy and post this 
9:53:45 AM [Apache] entire log window on the forums 

給請幫我

+2

你有沒有安裝Skype或其他創建端口衝突的軟件?嘗試讓這個端口正在監聽windows中的用戶 - > netstat -b -a –

+0

嘗試重新啓動系統。 –

+0

http://stackoverflow.com/questions/18300377/xampp-apache-error-apache-shutdown-unexpectedly – railsbox

回答

0

的默認端口爲apache- 80錯誤,是被其他應用程序使用。

所以,你可以從80更改端口號和httpd.conf中其他的東西(8080)在C:\xampp\apache\conf\httpd.conf

對於EG- 更改默認Listen 80

Listen 8080 
+0

DONE成功完成,謝謝大家。 –