wampserver 绑定域名 外部可以正常访问
wampserver使用的apache ?綁定都一樣
綁定的域名xuechao2010.gicp.net ?端口是8989
系統(tǒng)是win7 64位
1.綁定域名 端口 ?在apache上
D:\wamp\bin\apache\apache2.4.9\conf\httpd.conf
請到apache目錄下查找
需要修改 搜索 httpd-v 基本就可以找到了 去掉前面的#號 開啟 虛擬主機設(shè)置
# Virtual hostsInclude conf/extra/httpd-vhosts.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 localhost:8989
監(jiān)聽端口修改
# # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, instead of the default. See also the <VirtualHost> # directive. # # Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto all bound IP addresses. # #Listen 12.34.56.78:80Listen 0.0.0.0:8989 Listen [::0]:8989后面就是添加虛擬主機 ?實例參考 ?目錄權(quán)限沒有設(shè)置了 后面還需要在仔細(xì)寫下
D:\wamp\bin\apache\apache2.4.9\conf\extra\httpd-vhosts.conf
<VirtualHost *:8989>DocumentRoot "D:/wamp/www"ServerName xuechao2010.gicp.netErrorLog "logs/91hxorgError.log"CustomLog "logs/91hxorgCustom.log" common </VirtualHost>
然后就是在 路由器里面 添加端口映射 我用的TP-LINK ?左側(cè)面板 轉(zhuǎn)發(fā)規(guī)則---虛擬服務(wù)器 --添加新條目
PS : 端口映射這里先在CMD下查看當(dāng)前IP 是否正確 我開始用的192.168.1.100后來發(fā)現(xiàn)換了到192.168.1.101了 映射前先查下 ipconfig /all
現(xiàn)象: 本地可以telnet localhost 8989 (通過)遠(yuǎn)程 telnet 91hx.xicp.cn 8989 (不通)
然后就是添加win7 防火墻 端口例外
端口UDP 8989 入站和出站規(guī)則 都寫上
同時保證apache http server 沒有被阻止
?
轉(zhuǎn)載于:https://www.cnblogs.com/xxx91hx/p/4568284.html
總結(jié)
以上是生活随笔為你收集整理的wampserver 绑定域名 外部可以正常访问的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: GCD学习之dispatch_barri
- 下一篇: css Gradients(渐变)