winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: Asynchronous AcceptEx pas d'erreur dans le log d'Apache
If you run Apache on a server that is running on particularly Windows 2000, Windows XP or Windows 2003, you may notice the following semaphore error in the error log of Apache web server: Si vous exécutez Apache sur un serveur qui exécute en particulier sur Windows 2000, Windows XP ou Windows 2003, vous mai suivant l'avis sémaphore erreur dans le journal des erreurs de serveur Web Apache:
[Sun Oct 16 03:28:32 2005] [warn] (OS 64)The specified network name is no [Dim Oct 16 03:28:32 2005] [warn] (OS 64) Le nom réseau spécifié n'est pas
longer available. plus disponible. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx échoué.
[Sun Oct 16 03:32:05 2005] [warn] (OS 121)The semaphore timeout period has [Dim Oct 16 03:32:05 2005] [warn] (OS 121) Le délai de temporisation de sémaphore a
expired. expiré. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx échoué.
There are no specific know cause to this error. Il n'y a pas de cause spécifique à savoir cette erreur. Initially it’s speculated that firewall and antivirus utility caused the error, but even after you disable antivirus software and firewall, the error will still occurs. Au départ, il est spéculé que pare-feu et antivirus utilité a provoqué l'erreur, mais même après avoir désactiver les logiciels antivirus et pare-feu, l'erreur se produit encore. Now, most relates the problem to the DHCP lease negotiation, due to an enhancement request to handle dynamic IP assignment, of which Apache doesn’t handle IP transitions in that way. Maintenant, la plupart concerne le problème à la négociation de bail DHCP, en raison d'une demande d'amélioration pour gérer l'affectation des adresses IP dynamiques, de Apache qui ne prend pas en charge les transitions de propriété intellectuelle de cette façon.
According to Apache documentation, AcceptEx() is a Microsoft WinSock v2 API that provides some performance improvements over the use of the BSD style accept() API in certain circumstances. Selon la documentation Apache, AcceptEx () est une v2 Microsoft WinSock API qui fournit des améliorations de performance de l'usage de l'accepter style BSD () API dans certaines circonstances. Some popular Windows products, typically virus scanning or virtual private network packages, have bugs that interfere with the proper operation of AcceptEx(). Certains produits populaires de Windows, généralement de détection de virus ou de réseau privé virtuel paquets, de bugs qui interfèrent avec le bon fonctionnement de AcceptEx ().
The resolution to the above problem is to disable the use of AcceptEx by using Win32DisableAcceptEx directive. La résolution au problème ci-dessus est de désactiver l'usage de AcceptEx en utilisant Win32DisableAcceptEx directive. Win32DisableAcceptEx only available in Apache version 2.0.49 and later version though. Win32DisableAcceptEx seulement disponible en version 2.0.49 d'Apache et la version bien plus tard.
Win32DisableAcceptEx directive should be place in httpd.conf configuration file. Win32DisableAcceptEx directive devrait être en place le fichier de configuration httpd.conf. 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. Si vous utilisez la distribution de la apachefriend xampp, la directive devrait être placé au fichier httpd.conf trop, et pas la httpd-mpm fichier de configuration. The directive can be placed together with the line of #EnableMMAP off and #EnableSendfile off in httpd.conf. La directive peut être placé avec la ligne de hors EnableMMAP # et # EnableSendfile large dans httpd.conf.
If you still facing issue after enable the Win32DisableAcceptEx directive, try to uncomment (disable) the EnableMMAP and EnableSendfile directive. Si vous avez encore des question après Win32DisableAcceptEx permettre à la directive, essayez de supprimer (désactiver) et la EnableMMAP EnableSendfile directive. The line should looks like this: La ligne devrait ressembler à ceci:
EnableMMAP off EnableMMAP off
EnableSendfile off EnableSendfile off
Win32DisableAcceptEx
Note: I found that enable Win32DisableAcceptEx directive cause Apache running on Windows XP to crash frequently. Note: j'ai constaté que permettre Win32DisableAcceptEx cause directive Apache sur Windows XP en panne fréquemment. So it’s possibe to try to just turn off (uncomment) EnableMMAP and EnableSendfile without Win32DisableAcceptEx for stability issue, although it doesn’t guarantee reliability of Apache web server. Il est donc plus réaliste possible pour essayer de simplement arrêter (décommentez) EnableMMAP et EnableSendfile sans Win32DisableAcceptEx question de la stabilité, même si elle ne garantit pas la fiabilité du serveur Web Apache.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANT: Il s'agit d'une machine qui traduit la page est fourni "tel quel" sans garantie. Machine translation may be difficult to understand. La traduction automatique mai être difficile à comprendre. Please refer to S'il vous plaît se référer à original English article article original en anglais whenever possible. chaque fois que possible.
Share and contribute or get technical support and help at Partager et de contribuer ou obtenir un appui technique et aider à My Digital Life Forums Ma vie numérique forums .
Related Articles Related Articles
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files A partir d'Apache HTTPD a échoué en raison d'Impossible d'ouvrir ou si aucune mod_bwlimited, mod_log_bytes ou mod_bandwidth Fichiers
- cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM n'ont pas reçu de l'information sur l'état d'erreur de Apache
- PHP 5 Unable to Open HTTP Request Stream with fopen or fsockopen Functions PHP 5 Impossible d'ouvrir HTTP Request Stream avec fopen ou fsockopen Fonctions
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Apache Status (WHM-server-status) dans cPanel WebHost Manager retours Blank Page
- FreeBSD Apache HTTP Accept Filter Error FreeBSD Apache HTTP accepter erreur de filtre
- Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start Apache avertir NameVirtualHost *: 80 n'a pas d'erreur lors de Linux Start
- Remove and Uninstall or Disable ModSecurity (mod_security) Retirez et désinstaller ou désactiver ModSecurity (mod_security)
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 Installation de serveur Web dans FreeBSD 6.0 avec Apache 2.2, MySQL 5.0 et PHP 5 - Partie 4
- gmmktime Error in WordPress and MagpieRSS gmmktime Erreur dans WordPress et MagpieRSS
- Email Bounces Back with “unrouteable mail domain” Error Courrier électronique Rebond avec "unrouteable domaine de messagerie" Erreur

































September 28th, 2006 07:28 28 septembre 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. [...] Winnt_accept: Asynchronous AcceptEx pas d'erreur dans le log d'Apache »Ma vie numérique Win32DisableAcceptEx directive devrait être en place le fichier de configuration httpd.conf. 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. Si vous utilisez la distribution de la apachefriend xampp, la directive devrait être placé au fichier httpd.conf trop, et pas la httpd-mpm fichier de configuration. The directive can (tags: Platform_Installation_WAMP) [...] La directive peut (tags: Platform_Installation_WAMP) [...]
November 11th, 2006 04:35 Novembre 11, 2006 04:35
Hello. Bonjour.
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: Mon nom est Scott McGavern, et je héberger mon propre site en utilisant le logiciel Apache sur une machine Windows XP, comme l'a noté ci-dessous de mon système d'information:
OS Name Microsoft Windows XP Home Edition Nom OS Microsoft Windows XP Home Edition
Version 5.1.2600 Service Pack 2 Build 2600 Version 5.1.2600 Service Pack 2 Build 2600
OS Manufacturer Microsoft Corporation OS fabricant Microsoft Corporation
System Name WAYBAD-HEINZ-57 Nom du système WAYBAD-HEINZ-57
System Manufacturer VIA Technologies, Inc. Le fabricant du système VIA Technologies, Inc
System Model KT600-8237 Modèle de système KT600-8237
System Type X86-based PC Type de système X86-PC
Processor x86 Family 6 Model 10 Stepping 0 AuthenticAMD ~2099 Mhz Processeur x86 famille 6 modèle 10 Stepping 0 AuthenticAMD ~ 2099 Mhz
BIOS Version/Date Phoenix Technologies, LTD 6.00 PG, 9/13/2004 Version du BIOS / Date Phoenix Technologies, LTD 6.00 PG, 9.13.2004
SMBIOS Version 2.2 SMBIOS Version 2.2
Windows Directory C:\WINDOWS Répertoire Windows C: \ WINDOWS
System Directory C:\WINDOWS\system32 Système de répertoire C: \ WINDOWS \ system32
Boot Device \Device\HarddiskVolume1 Boot Device \ Device \ HarddiskVolume1
Locale United States Locale États-Unis
Hardware Abstraction Layer Version = “5.1.2600.2180 (xpsp_sp2_rtm.040803-2158)” Hardware Abstraction Layer version = "5.1.2600.2180 (xpsp_sp2_rtm.040803-2158)"
User Name WAYBAD-HEINZ-57\ME! Nom d'utilisateur WAYBAD-HEINZ-57 \ ME!
Time Zone Central Standard Time Time Zone centrale, heure normale
Total Physical Memory 1,024.00 MB Total mémoire physique 1,024.00 MB
Available Physical Memory 202.01 MB Mémoire physique disponible 202.01 MB
Total Virtual Memory 2.00 GB Total mémoire virtuelle 2.00 GB
Available Virtual Memory 1.96 GB La mémoire virtuelle disponible 1,96 Go
Page File Space 2.40 GB Fichier d'espace 2.40 GB
Page File C:\pagefile.sys Page de dossier 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. Après une rapide recherche Google inspiré par la lecture de mon serveur de log d'erreurs, j'ai remarqué que le titre de ce blog surgit dans les résultats. So, I decided to comment and maybe help someone out with my experiences with this directive. Alors, j'ai décidé de faire des observations et peut-être aider quelqu'un avec mes expériences avec cette directive.
Fist, I took note that I didn’t even have the Win32DisableAcceptEx directive in my httpd.conf file. Fist, j'ai pris note que je n'ai même pas eu le Win32DisableAcceptEx directive dans mon fichier httpd.conf. So, I did that first, then saved my work. Alors, je l'ai fait en premier lieu, puis sauvé mon travail.
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. Puis, comme l'article mentionné, je n'ai aller de l'avant et tourner la EnableMMAP EnableSendfile et à l'état marche-arrêt, ré-enregistré mon fichier httpd.conf, puis redémarré apache.
I then got a message in the command line utility that said “[notice] Disabled use of AcceptEx() WinSock2 API”. J'ai ensuite reçu un message dans l'utilitaire de ligne de commande a dit que "[avis] de personnes handicapées AcceptEx () WinSock2 d'API". However, apache did start rather unremarkably, and appears to be running fine. Toutefois, apache ont commencé plutôt unremarkably, et semble être en cours d'exécution amende.
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. Je puis re-vérifié le nouveau processus d'entrée dans mon fichier de log d'erreurs, et le "[avis] de personnes handicapées AcceptEx () WinSock2 API" message a été, là aussi. 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. Mais, plus que d'autres, je ne crois pas que j'ai jamais eu un meilleur, plus propre système de re-début de mon Windows XP serveur apache.
I hope this information helps. J'espère que cette information aide.
Scott McGavern (aka clickngitcom) Scott McGavern (alias clickngitcom)
March 10th, 2007 19:04 10 mars 2007 19:04
thanks a lot merci beaucoup
i user you instructions and now tomcat is running i vous vous instructions et Tomcat est maintenant en cours d'exécution
March 12th, 2007 03:33 12 mars 2007 03:33
hmm… hmm ...
this still isn’t working for me. ce ne fonctionne toujours pas pour moi. i have an “out-of-the-box” install of xampp with localhost working great. J'ai un "out-of-the-box" de l'installation de XAMPP avec beaucoup de travail localhost. i have checked ports, routing, av software, firewall and everything seems OK. J'ai vérifié les ports, routage, av logiciels, pare-feu et tout semble OK. placing Win32DisableAcceptEx in httpd.conf and restarting apache does not help. mise Win32DisableAcceptEx dans httpd.conf et redémarrer Apache ne pas obtenir de l'aide.
(ie. i no longer get the AcceptEx() error, but still can’t access server externally.) (i c'est-à-dire de ne plus obtenir le AcceptEx () d'erreur, mais ne peut toujours pas accès serveur externe.)
any advice? des conseils?
thx!
May 7th, 2007 06:01 7 mai 2007 06:01
Actually, it’s generaly error that caused by Eset Nod32 antivirus, Microsoft already knows about that En fait, il est généralement erreur qui a causé par Eset NOD32 antivirus, Microsoft sait déjà que sur
June 17th, 2007 17:40 17 juin 2007 17:40
mike… Mike ...
It may be cause of the port number you are using at apache server, because most of the ISP block port 80. Mai il être la cause de numéro de port que vous utilisez au serveur Apache, parce que la plupart des FAI bloquent le 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 essayez de changer votre numéro de port dans le fichier httpd.conf de 80 à 8000 ou baie être autre chose, et puis ouvrez site Web
like for example comme par exemple
http://202.5.152.83:8000/my_site.html
Regards, Observe,
Waqas Saeed Saeed Waqas
June 22nd, 2007 13:50 22 juin 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) il n'est pas lié en aucune façon à mon fournisseur d'accès, je suis en train de surfer localement, à partir d'ordinateur sur lequel web est en cours d'exécution en utilisant mon localip (127.0.0.1 / localhost / 10.0.0.14, etc)
June 30th, 2007 06:52 Juin 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. pour ce qu'elle vaut la peine - je ne asynchrone obtenir le message d'erreur lorsque je ajouter manuellement la «charge phpmodule« jargon de le fichier httpd.conf.
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….. Apache (2.2.4 sur Windows XP SP2) commence à bien sans le PHP (5.2.3) a ajouté des lignes - ajouter ces lignes et Apache ne démarre pas ... peut-être xampp serait mieux que d'un manuel de chaque installation sur le toit de XP ... ..
July 9th, 2007 04:32 9 juillet 2007 04:32
WebServer : apache 2.2 Web: Apache 2.2
PHP: 5 PHP: 5
Browser :IE Navigateur: IE
This is strange. C'est étrange. I just installed phpBB3 and configured it. Je viens d'installer et de configurer phpBB3 il. When I try to access the web server for the first time, no problem. Lorsque je tente d'accéder au serveur Web pour la première fois, pas de problème. 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. Toutefois, je phpBB3, lorsque j'essaie de poste ou d'essayer quelque chose de quitter le système pour examle (ce doit être quelque chose en relation avec POSTE fonction de HTML) Je ne peux pas obtenir une réponse du serveur pour dire 5 minutes, puis après tout tourne le dos à normal. In this 5 minutes I can access the server locally using localhost directive. Dans cette présentation de 5 minutes je peux accéder au serveur localhost localement à l'aide de directive.
Before phpBB3 I did not have this problem. Avant phpBB3 je n'ai pas ce problème. I also experience this problem with IE, not Mozilla or Opera. J'ai également rencontrer ce problème avec IE, pas Mozilla ou Opera.
July 18th, 2007 21:40 18 juillet 2007 21:40
[...] the link if anyone needs it winnt_accept: Asynchronous AcceptEx failed Error in Apache Log [...] Le lien si quelqu'un a besoin, il winnt_accept: Asynchronous AcceptEx pas d'erreur dans le log d'Apache
January 7th, 2008 14:01 7 janvier 2008 14h01
Along with the above mentioned error msgs in apache’s error.log file, En plus de ces messages d'erreur mentionné dans apache du fichier error.log,
Im getting these in my access.log file Dans la faire dans mon fichier access.log
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 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) \ xe \ 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 - 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 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) \ xe \ xf1 \ x11 "400 226
Does this have anything to do with Win32DisableAcceptEx or Windows sockets etc ? Est-ce que cela a quelque chose à voir avec Win32DisableAcceptEx ou Windows Sockets etc?
January 7th, 2008 18:07 7 janvier 2008 18h07
Not sure, but I doubt so. Pas sûr, mais je doute ainsi.
June 24th, 2008 17:09 24 juin 2008 17:09
Yes it’s caused by NOD32, if you turn Web Access Protection off, the error is not showing anymore Oui il est causé par NOD32, si vous activez la protection de l'accès Web au large, l'erreur ne s'affiche pas plus