初次發文~請多指教
實驗室有台工作站
因為停電後復電造成機版毀損
經過廠商修復後拿回來
卻無法開啟apache
不知道是哪裡的問題
以下是相關指令與結果
請求大家熱心幫助~謝謝!
================
#sudo /etc/init.d/apache2 restart
* Restarting web server apache2
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs [fail]
================
我有參考網路上某大的教學...
http://www.wretch.cc/blog/peicheng/15660298
================
#sudo netstat -lpnt | grep 80
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2592/fmsedge
#sudo kill -9 2592
#sudo /etc/init.d/apache2 restart
=================
結果還是失敗
一樣顯示
* Restarting web server apache2
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs [fail]
而且輸入#sudo netstat -lpnt | grep 80
他又顯示另外一組的PID
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 5591/fmsedge
請問這個問題該如何解決
讓apache能夠開啟呢??
請求大家熱心幫助~~謝謝!!
--
實驗室有台工作站
因為停電後復電造成機版毀損
經過廠商修復後拿回來
卻無法開啟apache
不知道是哪裡的問題
以下是相關指令與結果
請求大家熱心幫助~謝謝!
================
#sudo /etc/init.d/apache2 restart
* Restarting web server apache2
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs [fail]
================
我有參考網路上某大的教學...
http://www.wretch.cc/blog/peicheng/15660298
================
#sudo netstat -lpnt | grep 80
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2592/fmsedge
#sudo kill -9 2592
#sudo /etc/init.d/apache2 restart
=================
結果還是失敗
一樣顯示
* Restarting web server apache2
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs [fail]
而且輸入#sudo netstat -lpnt | grep 80
他又顯示另外一組的PID
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 5591/fmsedge
請問這個問題該如何解決
讓apache能夠開啟呢??
請求大家熱心幫助~~謝謝!!
--
All Comments