logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Disabled use of AcceptEx WinSock2 API
Author
kenboyles72



Joined: 18 Oct 2006
Posts: 6

PostPosted: Wed 18 Oct '06 10:24    Post subject: Disabled use of AcceptEx WinSock2 API Reply with quote

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

PostPosted: Wed 18 Oct '06 11:42    Post subject: Reply with quote

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: 3053
Location: Hilversum, NL, EU

PostPosted: Wed 18 Oct '06 13:06    Post subject: Reply with quote

"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

PostPosted: Thu 19 Oct '06 3:27    Post subject: Reply with quote

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


Reply to topic   Topic: Disabled use of AcceptEx WinSock2 API View previous topic :: View next topic
Post new topic   Forum Index -> Apache