Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Disabled use of AcceptEx WinSock2 API |
|
Author |
|
kenboyles72
Joined: 18 Oct 2006 Posts: 6
|
Posted: Wed 18 Oct '06 10:24 Post subject: Disabled use of AcceptEx WinSock2 API |
|
|
I keep getting this error from Apache:
"Disabled use of AcceptEx() WinSock2 API"
What can I do to fix this? |
|
Back to top |
|
Jorge
Joined: 12 Mar 2006 Posts: 376 Location: Belgium
|
Posted: Wed 18 Oct '06 11:42 Post subject: |
|
|
Try by adding
Code: | Win32DisableAcceptEx |
to your config
Edit: If that doesn't work: The message most likely mean that your Software Firewall or AntiVirus ins blocking AcceptEx()!
Try UNINSTALLING them to see if it fixes it (not just disable that won't work) |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Wed 18 Oct '06 13:06 Post subject: |
|
|
"Disabled use of AcceptEx() WinSock2 API"
You get that when you have Win32DisableAcceptEx Directive in httpd.conf.
Is not an error, but a warning, do not worry.
You can try to remove the Win32DisableAcceptEx Directive in httpd.conf, but it is advised to leave it in Windows.
For details see http://httpd.apache.org/docs/2.2/mod/mpm_winnt.html
Steffen |
|
Back to top |
|
kenboyles72
Joined: 18 Oct 2006 Posts: 6
|
Posted: Thu 19 Oct '06 3:27 Post subject: |
|
|
If "Disabled use of AcceptEx() WinSock2 API" is just a warning, then I'm not gonna worry about it to much then. I've had my server up and running for a year now, and had no problems with it, except for that one warning. I've been ignoring it anyways. But I stumbled across this forum last night and decided to post here and see what others thought of it. Thanks for your replies. I'll continue to browse here to see what other stuff I can find to expand or modify Apache. |
|
Back to top |
|
|
|
|
|
|