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: Win32DisableAcceptEx Event Viewer Problems:
Author
erictse2



Joined: 08 Aug 2013
Posts: 9
Location: Canada, Toronto

PostPosted: Wed 16 Oct '13 22:11    Post subject: Win32DisableAcceptEx Event Viewer Problems: Reply with quote

I enable
Win32DisableAcceptEx

in httpd.cof

and get error in event log
The Apache service named reported the following error:
>>> [Time][notice] Disabled use of AcceptEx() WinSock2 API

Some say it is an error, some say it is a warning
The problem is when I try to access the website
"Content from the website listed below is being blocked by the Internet explorer enhanced security configuration

Can you please help?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Thu 17 Oct '13 15:54    Post subject: Reply with quote

Which version of apache do you use?
Back to top
erictse2



Joined: 08 Aug 2013
Posts: 9
Location: Canada, Toronto

PostPosted: Fri 18 Oct '13 17:41    Post subject: Reply with quote

httpd-2.2.22-win32-x86-openssl-0.9.8t


windows server 2008 R2 Enterprise
service pack 1
64 bit

X5650 @2.67GHz (2 processors)
Back to top
erictse2



Joined: 08 Aug 2013
Posts: 9
Location: Canada, Toronto

PostPosted: Fri 18 Oct '13 17:49    Post subject: Reply with quote

seems that the website is functional with this enabled.
But the event log looks like an error message.

Interesting thing is I have the same configuration on the other windows box and it does not have the error message.

Thanks and regards,
Eric
Back to top
CamaroSS



Joined: 24 Jan 2013
Posts: 78
Location: RF, Tver

PostPosted: Tue 22 Oct '13 13:41    Post subject: Reply with quote

>>> [Time][notice] Disabled use of AcceptEx() WinSock2 API
Apache itself states that this is a notice, not an error. Just tells you that it won't be using AcceptEx(). You may want to raise LogLevel to "warn" or "error".
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 22 Oct '13 18:42    Post subject: Reply with quote

You can't turn off "Notice" (unless using syslog) even though it in itself is a loglevel Sad
Back to top


Reply to topic   Topic: Win32DisableAcceptEx Event Viewer Problems: View previous topic :: View next topic
Post new topic   Forum Index -> Apache