看板 Mesak
作者 標題 [筆記] WAMPSERVER 架設筆記
時間 2013年01月31日 Thu. PM 12:30:16
WAMPSERVER
抓不到IP
wampmanager -> Apache -> httpd.conf
Change
Listen 80
To
Listen 0.0.0.0:80
wampmanager->MySQL->my.ini
Add this line into the section under the heading
[wampmysqld]
bind_address = 0.0.0.0
Then restart all services
wampmanager -> Restart All Services
Change
Listen 80
To
Listen 0.0.0.0:80
wampmanager->MySQL->my.ini
Add this line into the section under the heading
[wampmysqld]
bind_address = 0.0.0.0
Then restart all services
wampmanager -> Restart All Services
http://forum.wampserver.com/read.php?2,109710
找不到網頁
wampmanager -> Apache -> httpd.conf
出現
Allow from 127.0.0.1
改成
Allow from all
出現
Allow from 127.0.0.1
改成
Allow from all
無法使用 PHPMYADMIN 同上修改方式
wampserver\alias
phpmyadmin.conf
sqlbuddy.conf
webgrind.conf
phpmyadmin.conf
sqlbuddy.conf
webgrind.conf
--
※ 作者: mesak 時間: 2013-01-31 12:30:16
※ 看板: Mesak 文章推薦值: 0 目前人氣: 0 累積人氣: 136
回列表(←)
分享