winnt_accept : 异步AcceptEx不合格的错误在亚帕基印第安人日志
如果您在视窗2000、Windows XP或者窗口特别运行2003年的服务器跑亚帕基印第安人,您在Apache Web Server误差记录可以注意以下动臂信号机错误:
[太阳10月16日03:28 :32 2005年] [警告] (OS 64)指定的网络名是没有
更长可利用。 : winnt_accept : 异步AcceptEx发生了故障。
[太阳10月16日03:32 :05 2005年] [警告] (OS 121)动臂信号机超时周期有
过期。 : winnt_accept : 异步AcceptEx发生了故障。
没有具体知道起因到这个错误。 最初它推测防火墙和抗病毒公共事业导致了错误,但,在您使抗病毒软件和防火墙失去能力以后,错误意志仍然发生。 现在,多数与DHCP租约交涉关系问题,由于改进请求处理动态IP任务,其中亚帕基印第安人不处理IP转折用那个方式。
根据亚帕基印第安人文献, AcceptEx ()是在某些情况提供一些表现改善在对BSD样式受理的微软胜利一击v2 API () API的用途。 一些普遍的窗口产品,典型地病毒扫描或虚拟专用网络包装,有干涉AcceptEx的正确的操作的臭虫()。
决议到上述问题是通过使用Win32DisableAcceptEx方针使对AcceptEx的用途失去能力。 Win32DisableAcceptEx仅可利用在亚帕基印第安人版本2.0.49和最新版本虽则。
Win32DisableAcceptEx方针在httpd.conf配置文件应该是地方。 如果您使用发行从apachefriend的xampp,应该安置方针在httpd.conf文件,而不是httpdmpm配置文件。 方针可以与#EnableMMAP一起线安置和#EnableSendfile在httpd.conf。
如果仍然面对问题的您以后使能Win32DisableAcceptEx方针,尝试对uncomment (功能失效) EnableMMAP和EnableSendfile方针。 线如果如下所示:
EnableMMAP
EnableSendfile
Win32DisableAcceptEx
注: 我发现了使能Win32DisableAcceptEx方向性起因跑在Windows XP的亚帕基印第安人频繁地碰撞。 没有Win32DisableAcceptEx为稳定问题,如此它是设法的possibe关闭(uncomment) EnableMMAP和EnableSendfile,虽然它不保证Apache Web Server的信度。
重要: 这是现状提供,不用保单的机器翻译的页。 计算机翻译也许是难了解。 参见 原始的英国文章 每当可能。
分享并且贡献或者得到技术支持并且帮助在 我的数字式生活论坛.
相关文章
- cPanel WHM没有从亚帕基印第安人错误获得状态信息
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page
- PHP 5 Unable to Open HTTP Request Stream with fopen or fsockopen Functions
- Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start
- gmmktime Error in WordPress and MagpieRSS
- FreeBSD Apache HTTP Accept Filter Error
- PHP Parse Error: syntax error, unexpected $end
- Remove and Uninstall or Disable ModSecurity (mod_security)
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4



























September 28th, 2006 07:28
[...] winnt_accept: Asynchronous AcceptEx failed Error in Apache Log » My Digital Life Win32DisableAcceptEx directive should be place in httpd.conf configuration file. If you are using distribution from apachefriend’s xampp, the directive should be placed at httpd.conf file too, and not the httpd-mpm configuration file. The directive can (tags: Platform_Installation_WAMP) [...]
November 11th, 2006 04:35
Hello.
My name is Scott McGavern, and I host my own site using apache software on a Windows XP machine, as noted below from my System Info:
OS Name Microsoft Windows XP Home Edition
Version 5.1.2600 Service Pack 2 Build 2600
OS Manufacturer Microsoft Corporation
System Name WAYBAD-HEINZ-57
System Manufacturer VIA Technologies, Inc.
System Model KT600-8237
System Type X86-based PC
Processor x86 Family 6 Model 10 Stepping 0 AuthenticAMD ~2099 Mhz
BIOS Version/Date Phoenix Technologies, LTD 6.00 PG, 9/13/2004
SMBIOS Version 2.2
Windows Directory C:\WINDOWS
System Directory C:\WINDOWS\system32
Boot Device \Device\HarddiskVolume1
Locale United States
Hardware Abstraction Layer Version = “5.1.2600.2180 (xpsp_sp2_rtm.040803-2158)”
User Name WAYBAD-HEINZ-57\ME!
Time Zone Central Standard Time
Total Physical Memory 1,024.00 MB
Available Physical Memory 202.01 MB
Total Virtual Memory 2.00 GB
Available Virtual Memory 1.96 GB
Page File Space 2.40 GB
Page File C:\pagefile.sys
After a quick Google search inspired by the reading of my server’s Error Log, I noticed the title to this blog popped up in the results. So, I decided to comment and maybe help someone out with my experiences with this directive.
Fist, I took note that I didn’t even have the Win32DisableAcceptEx directive in my httpd.conf file. So, I did that first, then saved my work.
Then, as the article mentioned, I did go ahead and turn the EnableMMAP and EnableSendfile to the off state, re-saved my httpd.conf file, and then restarted apache.
I then got a message in the command line utility that said “[notice] Disabled use of AcceptEx() WinSock2 API”. However, apache did start rather unremarkably, and appears to be running fine.
I then re-checked the new process entry in my Error Log file, and the “[notice] Disabled use of AcceptEx() WinSock2 API” message was there, too. But, other than that, I don’t believe I’ve ever had a nicer, cleaner system re-start of my Windows XP-based apache server.
I hope this information helps.
Scott McGavern (a.k.a. clickngitcom)
March 10th, 2007 19:04
thanks a lot
i user you instructions and now tomcat is running
March 12th, 2007 03:33
hmm…
this still isn’t working for me. i have an “out-of-the-box” install of xampp with localhost working great. i have checked ports, routing, av software, firewall and everything seems OK. placing Win32DisableAcceptEx in httpd.conf and restarting apache does not help.
(ie. i no longer get the AcceptEx() error, but still can’t access server externally.)
any advice?
thx!
May 7th, 2007 06:01
Actually, it’s generaly error that caused by Eset Nod32 antivirus, Microsoft already knows about that
June 17th, 2007 17:40
mike…
It may be cause of the port number you are using at apache server, because most of the ISP block port 80. try to change your port number in httpd.conf file from 80 to 8000 or bay be something else, and then open website
like for example
http://202.5.152.83:8000/my_site.html
Regards,
Waqas Saeed
June 22nd, 2007 13:50
it’s not related in any way to my ISP, I am trying to surf LOCALLY from computer where webserver is running using my localip (127.0.0.1 / localhost / 10.0.0.14, etc)
June 30th, 2007 06:52
for what it’s worth - I only get the asynchronous error message when I manually add the ‘load phpmodule’ jargon to the httpd.conf file.
Apache (2.2.4 on winxp sp2) starts fine without the PHP (5.2.3) added lines - add those lines and Apache will not start …maybe xampp would be better than a manual install of each on top of xp…..
July 9th, 2007 04:32
WebServer : apache 2.2
PHP: 5
Browser :IE
This is strange. I just installed phpBB3 and configured it. When I try to access the web server for the first time, no problem. However i phpBB3, when I try to post something or try to logout for examle (this has to be something related to POST function of HTML) I can’t get a response from the server for say 5 minutes, then after everything turns back to normal. In this 5 minutes I can access the server locally using localhost directive.
Before phpBB3 I did not have this problem. I also experience this problem with IE, not Mozilla or Opera.
July 18th, 2007 21:40
[...] the link if anyone needs it winnt_accept: Asynchronous AcceptEx failed Error in Apache Log
January 7th, 2008 14:01
Along with the above mentioned error msgs in apache’s error.log file,
Im getting these in my access.log file
84.203.83.71 - - [07/Jan/2008:01:47:08 +0530] “|\xebx\x88\xec\xbe\x15[\xefO([\xb1\xad%\x9c&f\xd9V\xc9\xde\xcd\xca\x85\x9e\x84\xef$\x9c\x9f!%CMC\x88\x9c9n\xcd\xf8^b\xec\x92\x0c\xa4x'[\x8dD\xd7\x01Pe|>\xb2\xc9\x1f\x02\xfb\x14\xdd\xf0\xda\xf3x\xb5C}\xed\xf1\x11" 400 226
82.224.102.208 - - [07/Jan/2008:01:47:22 +0530] “\x02\xa3\xd3\x90\x9e*\xe6\xaf\xb2\x8f\x84\xde\xd2^x\xc3\x84\x9f\xde\x90*\xbf\x1fh\xdb\x9d\x12\xe1\xc1q\xac,\x91\x0e\xe1\xa5\xcb\xc6f]rxE” 200 -
84.203.83.71 - - [07/Jan/2008:01:48:13 +0530] “|\xebx\x88\xec\xbe\x15[\xefO([\xb1\xad%\x9c&f\xd9V\xc9\xde\xcd\xca\x85\x9e\x84\xef$\x9c\x9f!%CMC\x88\x9c9n\xcd\xf8^b\xec\x92\x0c\xa4x’[\x8dD\xd7\x01Pe|>\xb2\xc9\x1f\x02\xfb\x14\xdd\xf0\xda\xf3x\xb5C}\xed\xf1\x11″ 400 226
Does this have anything to do with Win32DisableAcceptEx or Windows sockets etc ?
January 7th, 2008 18:07
Not sure, but I doubt so.
June 24th, 2008 17:09
Yes it’s caused by NOD32, if you turn Web Access Protection off, the error is not showing anymore