"Specified network name no longer available" solution in Apache Log

Source: Internet
Author: User
Tags apache log

Error analysis

[Fri Mar 16 17:28:50 2007] [Warn] (OS 64) The network name specified is no longer available. : Winnt_accept:asynchronous AcceptEx

Failed.

AcceptEx () is a set of instructions in the Microsoft WinSock V2 API to promote the network efficiency API. And on Windows it seems quite possible to ask

Question of

Solutions

is to join the Win32disableacceptex in the httpd.conf.

Win32disableacceptex, as the name suggests, is to turn off the AcceptEx () function under Windows.

The way to turn off AcceptEx () as long as the httpd.conf found in the section, join the Win32disableacceptex on it.

The code is as follows Copy Code


<ifmodule mpm_winnt.c>
Win32disableacceptex #加入这一行
Threadsperchild 250
Maxrequestsperchild 0
</IfModule>


Then restart Apache, "The specified network name is no longer available" problem has been solved oh, if not yet resolved we can refer to the following

Method

Refer to the following configurations:

1. Network Neighborhood-> Local Connection-> Properties->internet Protocol (TCP/IP)-> Properties-> Advanced->wins Label-> Remove the tick before the LMHOSTS query is enabled.
2, Control Panel->windows firewall-> advanced label-> local Connection Settings-> Service tab to check the Security Web server (HTTPS).
3, and then quit Apache, and then open to start on it, I did not quit at the beginning, directly in that restart, is not, we must first stop, in the open

Kai can


Win32disableacceptex directives

Description use Accept () instead of AcceptEx () to accept network links
Grammar Win32disableacceptex
The default value of AcceptEx () is the default, which is disabled by using this directive.
Scope Server Config
Status MPM
Module Mpm_winnt
Compatibility is available only in Apache 2.0.49 and later versions

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.