wampserver 绑定域名 外部可以正常访问
wampserver使用的apache ?綁定都一樣
綁定的域名xuechao2010.gicp.net ?端口是8989
系統是win7 64位
1.綁定域名 端口 ?在apache上
D:\wamp\bin\apache\apache2.4.9\conf\httpd.conf
請到apache目錄下查找
需要修改 搜索 httpd-v 基本就可以找到了 去掉前面的#號 開啟 虛擬主機設置
# 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
監聽端口修改
# # 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后面就是添加虛擬主機 ?實例參考 ?目錄權限沒有設置了 后面還需要在仔細寫下
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 ?左側面板 轉發規則---虛擬服務器 --添加新條目
PS : 端口映射這里先在CMD下查看當前IP 是否正確 我開始用的192.168.1.100后來發現換了到192.168.1.101了 映射前先查下 ipconfig /all
現象: 本地可以telnet localhost 8989 (通過)遠程 telnet 91hx.xicp.cn 8989 (不通)
然后就是添加win7 防火墻 端口例外
端口UDP 8989 入站和出站規則 都寫上
同時保證apache http server 沒有被阻止
?
轉載于:https://www.cnblogs.com/xxx91hx/p/4568284.html
總結
以上是生活随笔為你收集整理的wampserver 绑定域名 外部可以正常访问的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: GCD学习之dispatch_barri
- 下一篇: css Gradients(渐变)