winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: Asynchronous AcceptEx non di errore in Apache Accedi
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: Se si esegue Apache su un server che esegue in particolare a Windows 2000, Windows XP o Windows 2003, è possibile notare il semaforo seguente errore nel registro degli errori del server web Apache:
[Sun Oct 16 03:28:32 2005] [warn] (OS 64)The specified network name is no [Dom ott 16 03:28:32 2005] [warn] (OS 64) Il nome di rete specificato non è
longer available. più disponibile. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx non riuscita.
[Sun Oct 16 03:32:05 2005] [warn] (OS 121)The semaphore timeout period has [Dom ott 16 03:32:05 2005] [warn] (OS 121) Il periodo di timeout semaforo ha
expired. scaduto. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx non riuscita.
There are no specific know cause to this error. Non vi sono specifici per sapere causare questo errore. 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. Inizialmente è speculato che firewall e antivirus utilità ha causato l'errore, ma anche dopo aver disattivato il software antivirus e firewall, l'errore si verifica ancora. 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. Ora, la maggior parte riguarda il problema riguarda il lease DHCP negoziato, a causa di un miglioramento richiesta per gestire l'assegnazione IP dinamico, di cui Apache non gestisce IP transizioni in questo modo.
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. Secondo la documentazione di Apache, AcceptEx () è un Microsoft Winsock v2 API che fornisce alcuni miglioramenti delle prestazioni oltre l'uso della accettare stile BSD () API in determinate circostanze. Some popular Windows products, typically virus scanning or virtual private network packages, have bugs that interfere with the proper operation of AcceptEx(). Alcuni prodotti popolari di Windows, di solito di scansione dei virus o rete privata virtuale pacchetti, hanno bug che interferiscono con il corretto funzionamento del AcceptEx ().
The resolution to the above problem is to disable the use of AcceptEx by using Win32DisableAcceptEx directive. La risoluzione al problema di cui sopra è quello di disabilitare l'uso di AcceptEx utilizzando Win32DisableAcceptEx direttiva. Win32DisableAcceptEx only available in Apache version 2.0.49 and later version though. Win32DisableAcceptEx disponibile soltanto in versione di Apache 2.0.49 e se versione successiva.
Win32DisableAcceptEx directive should be place in httpd.conf configuration file. Win32DisableAcceptEx direttiva dovrebbe essere posto in httpd.conf file di configurazione. 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. Se si utilizza la distribuzione da apachefriend's XAMPP, la direttiva dovrebbe essere messo a file httpd.conf troppo, e non il httpd-mpm file di configurazione. The directive can be placed together with the line of #EnableMMAP off and #EnableSendfile off in httpd.conf. La direttiva può essere immesso in collaborazione con la linea di EnableMMAP off # e # EnableSendfile off in httpd.conf.
If you still facing issue after enable the Win32DisableAcceptEx directive, try to uncomment (disable) the EnableMMAP and EnableSendfile directive. Se ancora dopo il rilascio di fronte a consentire la Win32DisableAcceptEx direttiva, provare a togliere (disattiva) la EnableMMAP e EnableSendfile direttiva. The line should looks like this: La linea dovrebbe assomiglia a questo:
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. Nota: ho trovato che consentono Win32DisableAcceptEx direttiva causa di Apache in esecuzione su Windows XP per crash frequentemente. 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. Quindi è possibe per cercare di spegnere solo (decommentare) EnableMMAP e EnableSendfile senza Win32DisableAcceptEx problema per la stabilità, anche se non garantisce l'affidabilità dei server web Apache.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.
Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .
Related Articles Articoli correlati
- cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM non hanno ricevuto informazioni sullo stato della Apache errore
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files A partire Apache HTTPD non riuscita a causa di Impossibile aprire o nessuna di tali mod_bwlimited, mod_log_bytes file o mod_bandwidth
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Apache Stato (WHM-server-status) in cPanel webhost Manager Restituisce Bianche Page
- PHP 5 Unable to Open HTTP Request Stream with fopen or fsockopen Functions PHP 5 Impossibile aprire Richiesta HTTP Stream con fopen o fsockopen Funzioni
- Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start Apache Avvisa NameVirtualHost *: 80 non ha alcun errore quando VirtualHosts Inizio
- gmmktime Error in WordPress and MagpieRSS gmmktime Errore in WordPress e MagpieRSS
- FreeBSD Apache HTTP Accept Filter Error FreeBSD HTTP Apache accettare filtro errore
- PHP Parse Error: syntax error, unexpected $end PHP Parse Error: errore di sintassi, inaspettata fine $
- Remove and Uninstall or Disable ModSecurity (mod_security) Disinstallare e rimuovere o disattivare ModSecurity (mod_security)
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 L'installazione di server Web in FreeBSD 6,0 con Apache 2,2, 5,0 MySQL e PHP 5 - Parte 4




























September 28th, 2006 07:28 Settembre 28, 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 non di errore in Apache Entra »Il mio Digital Life Win32DisableAcceptEx direttiva dovrebbe essere posto in httpd.conf file di configurazione. 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. Se si utilizza la distribuzione da apachefriend's XAMPP, la direttiva dovrebbe essere messo a file httpd.conf troppo, e non il httpd-mpm file di configurazione. The directive can (tags: Platform_Installation_WAMP) [...] La direttiva può (tag: Platform_Installation_WAMP) [...]
November 11th, 2006 04:35 11 novembre 2006 04:35
Hello. Ciao.
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: Il mio nome è Scott McGavern, e mi ospitante il mio sito utilizzando Apache Software su una macchina Windows XP, come osservato dal mio sotto System Info:
OS Name Microsoft Windows XP Home Edition Nome OS Microsoft Windows XP Home Edition
Version 5.1.2600 Service Pack 2 Build 2600 Versione 5.1.2600 Service Pack 2 Build 2600
OS Manufacturer Microsoft Corporation Costruttore OS Microsoft Corporation
System Name WAYBAD-HEINZ-57 Nome del sistema WAYBAD-Heinz-57
System Manufacturer VIA Technologies, Inc. Produttore del sistema VIA Technologies, Inc
System Model KT600-8237 Modello sistema KT600-8237
System Type X86-based PC Tipo di sistema X86 PC basato su
Processor x86 Family 6 Model 10 Stepping 0 AuthenticAMD ~2099 Mhz Processore x86 Family 6 Model 10 Stepping 0 AuthenticAMD ~ 2099 MHz
BIOS Version/Date Phoenix Technologies, LTD 6.00 PG, 9/13/2004 Versione del BIOS / Data Phoenix Technologies, LTD 6,00 PG, 9/13/2004
SMBIOS Version 2.2 SMBIOS Versione 2,2
Windows Directory C:\WINDOWS Directory di Windows C: \ WINDOWS
System Directory C:\WINDOWS\system32 Sistema di directory C: \ WINDOWS \ system32
Boot Device \Device\HarddiskVolume1 Dispositivo di avvio \ Device \ HarddiskVolume1
Locale United States Locale Stati Uniti
Hardware Abstraction Layer Version = “5.1.2600.2180 (xpsp_sp2_rtm.040803-2158)” Hardware Abstraction Layer Versione = "5.1.2600.2180 (xpsp_sp2_rtm.040803-2158)"
User Name WAYBAD-HEINZ-57\ME! Nome utente WAYBAD-Heinz-57 \ ME!
Time Zone Central Standard Time Fuso orario centrale Standard Time
Total Physical Memory 1,024.00 MB Totale di memoria fisica 1,024.00 MB
Available Physical Memory 202.01 MB Memoria fisica disponibile 202,01 MB
Total Virtual Memory 2.00 GB Totale della memoria virtuale 2,00 GB
Available Virtual Memory 1.96 GB La memoria virtuale disponibile 1,96 GB
Page File Space 2.40 GB File di paging 2,40 GB di spazio
Page File C:\pagefile.sys Pagina del 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. Dopo una rapida ricerca di Google ispirato alla lettura del mio errore del server di log, ho notato il titolo di questo blog fino popped nei risultati. So, I decided to comment and maybe help someone out with my experiences with this directive. Così, ho deciso di presentare osservazioni e forse aiutare qualcuno con le mie esperienze con questa direttiva.
Fist, I took note that I didn’t even have the Win32DisableAcceptEx directive in my httpd.conf file. Pugno, mi ha preso atto che non ho neanche la direttiva Win32DisableAcceptEx nel mio file httpd.conf. So, I did that first, then saved my work. Così, che ho fatto prima, poi salvato il mio lavoro.
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. Quindi, come il citato articolo, ho fatto andare avanti e ruotare la EnableMMAP e EnableSendfile di fuori di Stato, ri-salvato il mio file httpd.conf, quindi riavviare apache.
I then got a message in the command line utility that said “[notice] Disabled use of AcceptEx() WinSock2 API”. Ho poi avuto un messaggio nella riga di comando programma di utilità che ha dichiarato: "[] disabili uso di AcceptEx () WinSock2 API". However, apache did start rather unremarkably, and appears to be running fine. Tuttavia, apache ha inizio piuttosto unremarkably, e sembra essere in esecuzione ammenda.
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. Ho poi nuovamente verificato il nuovo processo di entrata nel mio file di registro degli errori, e la "[] disabili uso di AcceptEx () WinSock2 API" messaggio è stato lì, troppo. 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. Ma, diverso da quello, non credo che abbia mai avuto un piacevole, pulito sistema di re-inizio del mio Windows XP server Apache.
I hope this information helps. Spero che queste informazioni aiuta.
Scott McGavern (aka clickngitcom) Scott McGavern (alias clickngitcom)
March 10th, 2007 19:04 10 Marzo 2007 19:04
thanks a lot thanks a lot
i user you instructions and now tomcat is running i utente istruzioni e ora è in esecuzione tomcat
March 12th, 2007 03:33 12 marzo 2007 03:33
hmm… Hmm…
this still isn’t working for me. questo ancora non funziona per me. i have an “out-of-the-box” install of xampp with localhost working great. Ho un "out-of-the-box" di installare XAMPP localhost con grande lavoro. i have checked ports, routing, av software, firewall and everything seems OK. Ho controllato i porti, di routing, av software, firewall e tutto sembra OK. placing Win32DisableAcceptEx in httpd.conf and restarting apache does not help. Win32DisableAcceptEx immissione in httpd.conf e riavviare apache non aiuta.
(ie. i no longer get the AcceptEx() error, but still can’t access server externally.) (es. i non più ottenere il AcceptEx () errore, ma non riesco ancora ad accedere a server esterni.)
any advice? qualche consiglio?
thx! THX!
May 7th, 2007 06:01 7 maggio 2007 06:01
Actually, it’s generaly error that caused by Eset Nod32 antivirus, Microsoft already knows about that In realtà, è in genere di errore che ha causato di Eset NOD32 Antivirus, Microsoft sa già che circa
June 17th, 2007 17:40 17 giugno 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. Esso può essere causa di il numero della porta che si sta utilizzando al server Apache, perché la maggior parte degli ISP bloccare la porta 80. try to change your port number in httpd.conf file from 80 to 8000 or bay be something else, and then open website provare a cambiare il tuo numero di porta nel file httpd.conf da 80 a 8000 o baia di essere qualcosa di diverso, quindi aprire sito web
like for example come per esempio
http://202.5.152.83:8000/my_site.html
Regards, Saluti,
Waqas Saeed Waqas Saeed
June 22nd, 2007 13:50 Giugno 22, 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) non è connesso in alcun modo al mio provider di servizi Internet, sto cercando di navigare in locale da computer in cui è in esecuzione server web usando il mio localip (127.0.0.1 / localhost / 10.0.0.14, ecc)
June 30th, 2007 06:52 30 giugno 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. per ciò che vale la pena - ho solo il messaggio di errore asincrono quando ho aggiungere manualmente il 'carico phpmodule' il gergo di file 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 on WinXP SP2) inizia anche senza il PHP (5.2.3) linee aggiunte - aggiunge le linee e Apache non si avvia XAMPP… forse sarebbe meglio di un manuale di installazione di ciascuno in cima a xp… ..
July 9th, 2007 04:32 9 luglio 2007 04:32
WebServer : apache 2.2 WebServer: Apache 2,2
PHP: 5 PHP: 5
Browser :IE Browser: Internet Explorer
This is strange. Questo è strano. I just installed phpBB3 and configured it. Ho appena installato e configurato phpBB3. When I try to access the web server for the first time, no problem. Quando cerco di accedere al server web per la prima volta, nessun problema. 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. Tuttavia i phpBB3, quando cerco di postare qualcosa o provare a fare il logout per examle (questo ha qualcosa a essere connessi a POST funzione di HTML) non posso ottenere una risposta dal server per dire 5 minuti, dopo che tutto si trasforma torna a normale. In this 5 minutes I can access the server locally using localhost directive. In questo 5 minuti posso accedere al server locale utilizzando localhost direttiva.
Before phpBB3 I did not have this problem. PhpBB3 prima non avevo questo problema. I also experience this problem with IE, not Mozilla or Opera. Ho anche il problema con IE, non Mozilla o Opera.
July 18th, 2007 21:40 18 luglio 2007 21:40
[...] the link if anyone needs it winnt_accept: Asynchronous AcceptEx failed Error in Apache Log [...] Il link se qualcuno ne ha bisogno winnt_accept: Asynchronous AcceptEx non di errore in Apache Accedi
January 7th, 2008 14:01 7 gennaio 2008 14:01
Along with the above mentioned error msgs in apache’s error.log file, Insieme con il suddetto errore msg in apache's error.log file,
Im getting these in my access.log file Im ottenere questi nel mio file 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) \ 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 - 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) \ xed \ xf1 \ x11 "400 226
Does this have anything to do with Win32DisableAcceptEx or Windows sockets etc ? Questo ha nulla a che fare con Win32DisableAcceptEx o Windows Sockets etc?
January 7th, 2008 18:07 7 gennaio 2008 18:07
Not sure, but I doubt so. Non è sicuro, ma dubito.
June 24th, 2008 17:09 Giugno 24, 2008 17:09
Yes it’s caused by NOD32, if you turn Web Access Protection off, the error is not showing anymore Si è causato da NOD32, se si accende Web Access Protection off, l'errore non viene più