WAMPSERVER修改默认端口号php Smile Huangspa China University of Geosciences, Wuhanblog Network Engineering教程 1、前言 今天在安装完WAMP(Windows下的ApacheMySQLPHP集成环境)时,发现80号端口被占用,按照网上的教程修改了Apache/http.conf以后虽然…
1.解决不能访问localhost问题
ctrlf搜索onlineoffline tag - dont remove将其修正为# onlineoffline tag - dont removeOrder Deny,AllowAllow from all
2.解决外站点不能访问的问题
搜索<Directory />将其改为<Directory />allow from all
</Directory&…
本文翻译自 http://wamp-proto.org/
The Web Application Messaging Protocol
(网络程序消息协议)
WAMP is an open standard WebSocket subprotocol that provides two application messaging patterns in one unified protocol: Remote Procedure …