xampp Apache could not access the site resolution summary after it was started

  • 2020-05-13 04:09:01
  • OfStack

I have just restarted the server which has been started for more than 50 days for 1 time. It turns out that Apache on xampp shows Running, but the website cannot be accessed. Port monitoring also shows normal.

error tried an operation on a non-socket. : winnt_accept: getsockname error on listening socket, is IPv6 available?
After studying for a long time, I have found a solution. Please share with me:

Solution 1:

You may have installed some programs to modify Winsock. Use the netsh winsock reset command to fix Winsock and restart your computer.

Solution 2:

Add the Win32DisableAcceptEx tag to the httpd.conf file as follows:


<If Module mpm_winnt.c\>
ThreadsPerChild 1000
MaxRequestsPerChild 10000
Win32DisableAcceptEx

Solution 3:

1. Online neighbors -; Local connection -; Property -; internet protocol (TCP/IP) -; Property -; Advanced -; wins tags -; Remove the check before enabling LMhosts queries.

2. Control panel -; windows firewall -; Advanced tag -; Local connection Settings -; Check the security Web server (HTTPS) TAB on the service.

3. Then restart Apache

And then OK

That's all for this article, I hope you enjoy it.

Please take a moment to share this article with your friends or leave a comment. We will sincerely appreciate your support!


Related articles: