winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: Asynchronous AcceptEx failed Fehler in Apache-Log

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: Wenn Sie auf einem Apache-Server, auf dem vor allem auf Windows 2000, Windows XP oder Windows 2003 können Sie den folgenden Hinweis Semaphore Fehler in das Fehlerprotokoll des Apache Web-Server:

[Sun Oct 16 03:28:32 2005] [warn] (OS 64)The specified network name is no [Sun Oct 16 03:28:32 2005] [warn] (OS 64) Der angegebene Netzwerkname ist nicht
longer available. mehr verfügbar. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx failed.
[Sun Oct 16 03:32:05 2005] [warn] (OS 121)The semaphore timeout period has [Sun Oct 16 03:32:05 2005] [warn] (OS 121) Das Zeitlimit für die Semaphore hat
expired. abgelaufen. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx failed.


There are no specific know cause to this error. Es gibt keine spezifische Ursache wissen, dass dieser Fehler aufgetreten ist. 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. Zunächst ist es spekuliert, dass die Firewall und Antivirus-Programm den Fehler verursacht, sondern auch nach der Deaktivierung Antiviren-Software und Firewall, wird der Fehler immer noch auftritt. 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. Nun, die meisten beziehen sich auf das Problem der DHCP-Lease Verhandlung, aufgrund einer Verbesserung Anfrage zu handhaben dynamischer IP-Vergabe, von der Apache nicht verarbeiten IP-Übergänge auf diese Weise.

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. Laut Apache-Dokumentation, AcceptEx () ist eine Microsoft Winsock v2-API, die einige Performance-Verbesserungen über die Verwendung des BSD-Stil accept ()-API unter bestimmten Umständen. Some popular Windows products, typically virus scanning or virtual private network packages, have bugs that interfere with the proper operation of AcceptEx(). Einige beliebte Windows-Produkte, typischerweise Virus Scanning oder virtuellen privaten Netzwerk-Pakete, haben Bugs stören, dass mit dem ordnungsgemäßen Betrieb von AcceptEx ().

The resolution to the above problem is to disable the use of AcceptEx by using Win32DisableAcceptEx directive. Die Entschließung zu den oben genannten Problem ist die Deaktivierung der Verwendung von AcceptEx durch den Einsatz Win32DisableAcceptEx Richtlinie. Win32DisableAcceptEx only available in Apache version 2.0.49 and later version though. Win32DisableAcceptEx nur für Apache-Version 2.0.49 und später Version though.

Win32DisableAcceptEx directive should be place in httpd.conf configuration file. Win32DisableAcceptEx Richtlinie sollte in httpd.conf Konfigurationsdatei. 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. Wenn Sie mit den Vertrieb von apachefriend's xampp, die Richtlinie sollte in der httpd.conf-Datei zu, und nicht der httpd-mpm-Konfigurationsdatei. The directive can be placed together with the line of #EnableMMAP off and #EnableSendfile off in httpd.conf. Die Richtlinie kann zusammen mit der Linie der EnableMMAP off # und # EnableSendfile off in der httpd.conf.

If you still facing issue after enable the Win32DisableAcceptEx directive, try to uncomment (disable) the EnableMMAP and EnableSendfile directive. Wenn Sie noch vor Problem damit nach der Richtlinie Win32DisableAcceptEx, versuchen Sie es zu entfernen (deaktivieren) und die EnableMMAP EnableSendfile Richtlinie. The line should looks like this: Die Zeile sollte wie folgt aussieht:

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. Anmerkung: Ich habe festgestellt, dass damit Win32DisableAcceptEx Richtlinie dazu führen, dass Apache läuft auf Windows XP zum Absturz zu bringen häufig. 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. Es ist also possibe zu versuchen, nur deaktivieren (entfernen) EnableMMAP und EnableSendfile ohne Win32DisableAcceptEx Problem für die Stabilität, obwohl es keine Garantie für die Zuverlässigkeit von Apache Web-Server.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. WICHTIG: Es handelt sich um eine Maschine der Seite übersetzt wird "as is" ohne Garantie. Machine translation may be difficult to understand. Maschinelle Übersetzung ist vielleicht schwierig zu verstehen. Please refer to Bitte wenden Sie sich an original English article Original Englisch Artikel whenever possible. wann immer dies möglich ist.

Share and contribute or get technical support and help at Aktie und einen Beitrag oder erhalten technische Unterstützung und Hilfe an My Digital Life Forums Meine digitalen Lebens Foren .



13 Responses to “winnt_accept: Asynchronous AcceptEx failed Error in Apache Log” 13 Responses to "winnt_accept: Asynchronous AcceptEx failed Fehler in Apache-Log"

  1. Amy Stephen » Blog Archive » links for 2006-09-27 Amy Stephen »Blog Archiv» Links für 2006-09-27
    September 28th, 2006 07:28 28. September 2006 07:28
    1

    [...] 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 failed Fehler in Apache-Log »Mein Digital Life Win32DisableAcceptEx Richtlinie sollte in httpd.conf Konfigurationsdatei. 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. Wenn Sie mit den Vertrieb von apachefriend's xampp, die Richtlinie sollte in der httpd.conf-Datei zu, und nicht der httpd-mpm-Konfigurationsdatei. The directive can (tags: Platform_Installation_WAMP) [...] Die Richtlinie kann (Stichwörter: Platform_Installation_WAMP) [...]

  2. Scott McGavern Scott McGavern
    November 11th, 2006 04:35 11. November 2006 04:35
    2

    Hello. Hallo.

    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: Mein Name ist Scott McGavern, und ich Host meiner eigenen Website mit Hilfe von Apache Software auf einem Windows-XP-Rechner, wie unten aus meinem System Info:

    OS Name Microsoft Windows XP Home Edition OS Name 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 Hersteller Microsoft Corporation
    System Name WAYBAD-HEINZ-57 System Name WAYBAD-HEINZ-57
    System Manufacturer VIA Technologies, Inc. System-Hersteller VIA Technologies, Inc.
    System Model KT600-8237 System Model KT600-8237
    System Type X86-based PC System-Typ X86-basierten PC
    Processor x86 Family 6 Model 10 Stepping 0 AuthenticAMD ~2099 Mhz Prozessor x86 Family 6 Model 10 Stepping 0 AuthenticAMD ~ 2099 Mhz
    BIOS Version/Date Phoenix Technologies, LTD 6.00 PG, 9/13/2004 BIOS-Version / Datum Phoenix Technologies, LTD 6,00 PG, 9/13/2004
    SMBIOS Version 2.2 SMBIOS Version 2,2
    Windows Directory C:\WINDOWS Windows-Verzeichnis C: \ WINDOWS
    System Directory C:\WINDOWS\system32 System-Verzeichnis C: \ WINDOWS \ system32
    Boot Device \Device\HarddiskVolume1 Boot-Device \ Device \ HarddiskVolume1
    Locale United States Gebietsschema USA
    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! Username WAYBAD-HEINZ-57 \ ME!
    Time Zone Central Standard Time Zeitzone Central Standard Time
    Total Physical Memory 1,024.00 MB Total Physical Memory 1,024.00 MB
    Available Physical Memory 202.01 MB Erhältlich physikalischen Speicher 202,01 MB
    Total Virtual Memory 2.00 GB Total virtuellen Speicher 2,00 GB
    Available Virtual Memory 1.96 GB Erhältlich virtuellen Speicher 1,96 GB
    Page File Space 2.40 GB Page Speicherplatzverwaltung 2,40 GB
    Page File C:\pagefile.sys Page Datei 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. Nach einem kurzen Google-Suche inspiriert durch die Lektüre von meinem Server-Fehler-Logdatei habe ich festgestellt, dass der Titel dieses Blog tauchte in den Ergebnissen. So, I decided to comment and maybe help someone out with my experiences with this directive. Also entschloss ich mich, zu kommentieren und vielleicht jemand helfen, mit meinen Erfahrungen mit dieser Richtlinie.

    Fist, I took note that I didn’t even have the Win32DisableAcceptEx directive in my httpd.conf file. Fist, ich nahm zur Kenntnis, dass ich nicht einmal die Win32DisableAcceptEx Richtlinie in meinem httpd.conf-Datei. So, I did that first, then saved my work. Also, ich habe das erste, dann gespeichert, meine Arbeit.

    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. Dann, als der Artikel erwähnt, ich habe grünes Licht und schalten Sie den EnableMMAP und EnableSendfile auf die Aus-Zustand, neu gespeichert meine httpd.conf-Datei, und dann neu gestartet Apache.

    I then got a message in the command line utility that said “[notice] Disabled use of AcceptEx() WinSock2 API”. Dann bekam ich eine Nachricht in der Befehlszeile-Dienstprogramm, das sagte: "[Hinweis] behindertengerechte Nutzung von AcceptEx () WinSock2 API". However, apache did start rather unremarkably, and appears to be running fine. Allerdings habe Apache starten und nicht unremarkably, und scheint zu laufen gut.

    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. Ich habe dann erneut überprüft den neuen Prozess Eintrag in mein Fehler beim Log-Datei, und die "[Hinweis] behindertengerechte Nutzung von AcceptEx () WinSock2 API" Nachricht war auch da. 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. Aber auch andere als die, ich glaube nicht, dass ich jemals hatte ein schöner, sauberer System neu starten von meinem Windows XP-basierten Apache-Server.

    I hope this information helps. Ich hoffe, dass diese Informationen helfen.

    Scott McGavern (aka clickngitcom) Scott McGavern (alias clickngitcom)

  3. newbie Neuling
    March 10th, 2007 19:04 10. März 2007 19:04
    3

    thanks a lot thanks a lot
    i user you instructions and now tomcat is running i Benutzer, den Sie Anweisungen und jetzt läuft tomcat

  4. mike Mike
    March 12th, 2007 03:33 12. März 2007 03:33
    4

    hmm… Hmm…

    this still isn’t working for me. dies ist immer noch nicht funktioniert für mich. i have an “out-of-the-box” install of xampp with localhost working great. Ich habe eine "Out-of-the-box" Installation von XAMPP mit localhost arbeiten groß. i have checked ports, routing, av software, firewall and everything seems OK. Ich habe Ports, Routing, AV-Software, Firewall und alles scheint OK. placing Win32DisableAcceptEx in httpd.conf and restarting apache does not help. Win32DisableAcceptEx Platzierung in der httpd.conf und Neustart des Apache nicht hilft.
    (ie. i no longer get the AcceptEx() error, but still can’t access server externally.) (dh ich nicht mehr die AcceptEx ()-Fehler, kann aber nach wie vor nicht-Access-Server nach außen.)

    any advice? jede Frage?

    thx!

  5. Igor Berkovich Igor Berkovich
    May 7th, 2007 06:01 7. Mai 2007 06:01
    5

    Actually, it’s generaly error that caused by Eset Nod32 antivirus, Microsoft already knows about that Eigentlich ist es allgemein Fehler, verursacht durch ESET NOD32 Antivirus, Microsoft bereits kennt,

  6. Waqas Saeed Waqas Saeed
    June 17th, 2007 17:40 17. Juni 2007 17:40
    6

    mike… Mike…

    It may be cause of the port number you are using at apache server, because most of the ISP block port 80. Es kann dazu führen, dass der Port-Nummer Sie mit auf Apache-Server, weil die meisten der Internet-Anbieter Port 80 blockiert. try to change your port number in httpd.conf file from 80 to 8000 or bay be something else, and then open website versuchen, ändern Sie die Port-Nummer in der httpd.conf Datei von 80 bis 8000 oder Bucht etwas anderes, und öffnen Sie dann Website
    like for example wie zum Beispiel

    http://202.5.152.83:8000/my_site.html

    Regards, Grüße,

    Waqas Saeed Waqas Saeed

  7. Igor Berkovich Igor Berkovich
    June 22nd, 2007 13:50 22. Juni 2007 13:50
    7

    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) es ist nicht in irgendeiner Weise zu meinem ISP, ich bin versucht zu surfen lokalen Computer, auf dem Webserver läuft mit meinem localip (127.0.0.1 / localhost / 10.0.0.14, etc)

  8. Paul
    June 30th, 2007 06:52 30. Juni 2007 06:52
    8

    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. für das, was es lohnt - erhalte ich nur die asynchrone Fehlermeldung, wenn ich manuell hinzufügen, die "Last phpmodule" Jargon an der httpd.conf-Datei.

    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 unter WinXP sp2) startet problemlos auch ohne die PHP (5.2.3) hinzugefügt Linien - fügen Sie diese Zeilen und Apache startet nicht… vielleicht xampp wäre besser als eine manuelle Installation der einzelnen oben auf der xp… ..

  9. Inanc
    July 9th, 2007 04:32 9. Juli 2007 04:32
    9

    WebServer : apache 2.2 Webserver: Apache 2,2
    PHP: 5 PHP: 5
    Browser :IE Browser: IE

    This is strange. Das ist seltsam. I just installed phpBB3 and configured it. Ich habe gerade phpBB3 installiert und konfiguriert. When I try to access the web server for the first time, no problem. Wenn ich versuche den Zugriff auf die Web-Server zum ersten Mal, kein 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. Allerdings i phpBB3, wenn ich versuche, etwas Post oder versuchen, Logout für examle (dies muss etwas im Zusammenhang mit POST-Funktion von HTML) Ich kann keine Antwort erhalten vom Server zu sagen, 5 Minuten, dann nach Alles dreht sich zurück zu normal. In this 5 minutes I can access the server locally using localhost directive. In diesem 5 Minuten kann ich Zugriff auf den Server lokal mit localhost Richtlinie.

    Before phpBB3 I did not have this problem. Bevor phpBB3 Ich habe nicht über dieses Problem. I also experience this problem with IE, not Mozilla or Opera. Ich habe auch Erfahrung mit diesem Problem also nicht Mozilla oder Opera.

  10. xampp going crazy - DesignersTalk XAMPP wird verrückt - DesignersTalk
    July 18th, 2007 21:40 18. Juli 2007 21:40
    10

    [...] the link if anyone needs it winnt_accept: Asynchronous AcceptEx failed Error in Apache Log [...] Den Link, wenn jemand sie braucht winnt_accept: Asynchronous AcceptEx failed Fehler in Apache-Log

  11. Anjanesh
    January 7th, 2008 14:01 7. Jan 2008 14:01
    11

    Along with the above mentioned error msgs in apache’s error.log file, Zusammen mit den oben genannten Fehler msgs in Apache error.log-Datei,
    Im getting these in my access.log file Ich erhalte diese in meinem access.log Datei

    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 ? Hat dies etwas damit zu tun Win32DisableAcceptEx oder Windows-Sockets etc?

  12. admin
    January 7th, 2008 18:07 7. Jan 2008 18:07
    12

    Not sure, but I doubt so. Sie sind sich nicht sicher, aber ich bezweifle.

  13. PHP Dev. PHP-Dev.
    June 24th, 2008 17:09 24. Juni 2008 17:09
    13

    Yes it’s caused by NOD32, if you turn Web Access Protection off, the error is not showing anymore Ja, das ist durch NOD32, wenn Sie Web Access Protection ausgeschaltet, wird der Fehler nicht mehr zeigen

Leave a Reply Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Sie können diese Tags: <a href= title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Abonnieren ohne zu kommentieren


Custom Search

New Articles Neue Artikel

Incoming Search Terms for the Article Eingehender Suchbegriffe für den Artikel

winnt_accept: Asynchronous AcceptEx failed. winnt_accept: Asynchronous AcceptEx failed. - -- winnt_accept: Asynchronous AcceptEx failed winnt_accept: Asynchronous AcceptEx failed - -- The specified network name is no longer available. Der angegebene Netzwerkname ist nicht mehr verfügbar. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx failed. - -- [warn] (OS 64)The specified network name is no longer available. [warn] (OS 64) Der angegebene Netzwerkname ist nicht mehr verfügbar. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx failed. - -- Asynchronous AcceptEx failed Asynchronous AcceptEx failed - -- (OS 64)The specified network name is no longer available. (OS 64) Der angegebene Netzwerkname ist nicht mehr verfügbar. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx failed. - -- Disabled use of AcceptEx() WinSock2 API Behindertengerechte Nutzung von AcceptEx () WinSock2 API - -- winnt_accept winnt_accept - -- Win32DisableAcceptEx Win32DisableAcceptEx - -- The specified network name is no longer available. Der angegebene Netzwerkname ist nicht mehr verfügbar. : winnt_accept: Asynchronous AcceptEx failed : Winnt_accept: Asynchronous AcceptEx failed - -- The semaphore timeout period has expired. Das Zeitlimit für die Semaphore ist abgelaufen. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx failed. - -- Asynchronous AcceptEx failed. Asynchronous AcceptEx failed. - -- [notice] Disabled use of AcceptEx() WinSock2 API [Hinweis] behindertengerechte Nutzung von AcceptEx () WinSock2 API - -- apache The specified network name is no longer available Apache Der angegebene Netzwerkname ist nicht mehr verfügbar - -- disabled use of acceptex Behinderte Verwendung von AcceptEx - -- Disabled use of AcceptEx() WinSock2 API Behindertengerechte Nutzung von AcceptEx () WinSock2 API - -- Apache Win32DisableAcceptEx Apache Win32DisableAcceptEx - -- disabled use of acceptex() Behinderte Verwendung von AcceptEx () - -- The semaphore timeout period has expired. Das Zeitlimit für die Semaphore ist abgelaufen. : winnt_accept: Asynchronous AcceptEx failed : Winnt_accept: Asynchronous AcceptEx failed - -- winnt_accept: Asynchronous AcceptEx failed. winnt_accept: Asynchronous AcceptEx failed. - -- "winnt_accept: Asynchronous AcceptEx failed." "winnt_accept: Asynchronous AcceptEx failed." - -- winnt_accept: Asynchronous AcceptEx failed winnt_accept: Asynchronous AcceptEx failed - -- apache asynchronous acceptex failed Apache asynchrone AcceptEx failed - -- apache "The specified network name is no longer available" apache "Der angegebene Netzwerkname ist nicht mehr verfügbar" - -- Disabled use of AcceptEx() Behindertengerechte Nutzung von AcceptEx () - -- asynchronous acceptex asynchrone AcceptEx - -- apache winnt_accept: Asynchronous AcceptEx failed. apache winnt_accept: Asynchronous AcceptEx failed. - -- (OS 64)The specified network name is no longer available. (OS 64) Der angegebene Netzwerkname ist nicht mehr verfügbar. : winnt_accept: Asynchronous AcceptEx failed : Winnt_accept: Asynchronous AcceptEx failed - -- "winnt_accept: Asynchronous AcceptEx failed" "winnt_accept: Asynchronous AcceptEx failed" - -- [warn] (OS 121)The semaphore timeout period has expired. [warn] (OS 121) Das Zeitlimit für die Semaphore ist abgelaufen. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx failed. - -- [notice] Disabled use of AcceptEx() WinSock2 API [Hinweis] behindertengerechte Nutzung von AcceptEx () WinSock2 API - -- AcceptEx apache AcceptEx Apache - -- (OS 64)The specified network name is no longer available. (OS 64) Der angegebene Netzwerkname ist nicht mehr verfügbar. - -- [warn] (OS 64)The specified network name is no longer available. [warn] (OS 64) Der angegebene Netzwerkname ist nicht mehr verfügbar. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx failed. - -- the semaphore timeout period has expired apache Das Zeitlimit für die Semaphore ist abgelaufen apache - -- [warn] (OS 64)The specified network name is no longer available [warn] (OS 64) Der angegebene Netzwerkname ist nicht mehr verfügbar - -- (OS 121)The semaphore timeout period has expired. (OS 121) Das Zeitlimit für die Semaphore ist abgelaufen. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx failed. - -- AcceptEx() WinSock2 API AcceptEx () WinSock2 API - -- apache os 64 Apache OS 64 - -- El nombre de red especificado ya no está disponible. El nombre de red especificado ya no está disponible. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx failed. - -- (OS 64)The specified network name is no longer available. (OS 64) Der angegebene Netzwerkname ist nicht mehr verfügbar. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx failed. - -- [warn] (OS 64)El nombre de red especificado ya no está disponible. [warn] (OS 64) El nombre de red especificado ya no está disponible. : winnt_accept: Asynchronous AcceptEx failed. : Winnt_accept: Asynchronous AcceptEx failed. - -- Try using the Win32DisableAcceptEx directive Versuchen Sie es mit der Richtlinie Win32DisableAcceptEx - -- acceptex AcceptEx - -- [warn] (OS 64)The specified network name is no longer available. [warn] (OS 64) Der angegebene Netzwerkname ist nicht mehr verfügbar. : winnt_accept: Asynchronous AcceptEx failed : Winnt_accept: Asynchronous AcceptEx failed - -- Win32DisableAcceptEx httpd.conf Httpd.conf Win32DisableAcceptEx - -- apache Disabled use of AcceptEx() WinSock2 API apache behindertengerechte Nutzung von AcceptEx () WinSock2 API - -- apache acceptex Apache AcceptEx - -- The specified network name is no longer available apache Der angegebene Netzwerkname ist nicht mehr verfügbar apache - -- Disabled use of AcceptEx WinSock2 API Behindertengerechte Nutzung von AcceptEx WinSock2 API - --