高手幫解apache的問題

小弟最近剛學架網站,利用Joomla套裝軟體先將網頁設計好了,
接下來要將網站架到網路上,嘗試開啟 httpd.conf 修改裡面的網址後,
重新開啟apache但畫面仍顯示如下(address沒有修改成我的設定),請問我到底要怎麼用才對呀~~~

PS.還是有其他更好的方法可以直接架上去呀??
--------------------------------------------------------------------------------

Apache 2.2 daemon is Starting ...


##########################################
## Stop Apache Please Close This Window ##
##########################################
(OS 10048)一次只能用一個通訊端位址 (通訊協定/網路位址/連接埠)。 : make_sock: co
uld not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
請按任意鍵繼續 . . .
2012-12-06 18:54 發佈

77881033 wrote:
小弟最近剛學架網站,...(恕刪)


請問版大是假在自己的電腦嗎?

有沒有安裝skype ?
簡單

打開 conf/httpd.conf

找到

#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
#ServerName www.example.com:80

ServerName 192.168.xxx.xxx <-- 改成你的IP (虛擬IP)

如果沒有可以用 127.0.0.1

不要用 0.0.0.0:80

之後重啟 apache

沒有錯誤訊息就完成了
您好,我已經根據您的建議改過了,但仍然不行,附上以下畫面不知道能不能再提供意見做修改,謝謝。

此畫面是你裝了windows懶人版的appserv

一般來說 你在瀏覽器打 http://localhost

就會看到你貼出來的畫面這樣就代表apache有正常啟動

還有錯誤嗎?

內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?