小弟最近剛學架網站,利用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
請按任意鍵繼續 . . .
打開 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
沒有錯誤訊息就完成了
內文搜尋

X