稍微冷门一点的经验,phpnow不能打开默认页的有关问题处理

WBOY
Release: 2016-06-13 12:53:40
Original
900 people have browsed it

稍微冷门一点的经验,phpnow不能打开默认页的问题处理

因为本地调试项目需要,需要使用phpnow。下载安装都很简单,可是安装后127.0.0.1显示不出默认页,而且一直处于加载状态。

尝试

开始以后是一个网卡绑定了多个IP的问题,于是移除多个IP,只保留一个,问题依旧;
搜索发现《phpnow安装转PHPNOW安装后无法显示默认页的解决方法(XP系统)》中描述的症状有些类似,尝试其处理方法:
1.网上邻居-本地连接-属性-internet协议(TDP/IP)-属性-高级-wins标签-去掉启用LMhosts查询前的勾.
2.控制面版-windows防火墙-高级标签-本地连接配置-服务的标签里勾选安全Web服务器(HTTPS)即可.
问题依旧。
正解
后来查询apache日志,发现大量出现如下错误:
[Fri Feb 22 15:51:39 2013] [error] (OS 10038)An operation was attempted on something that is not a socket.  : Child 3732: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
网上说是因为Winsock被杀毒软件等修改,所以需要恢复Winsock。

恢复Winsock的方法:

1.进入cmd
2.执行:netsh winsock reset

3.重启电脑

进入127.0.0.1就可以看到phpnow默认页了。当然,其本质是apache的运行问题。


参考1:Apache (OS 10038)在一个非套接字上尝试了一个操作

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!