Author |
|
erictse2
Joined: 08 Aug 2013 Posts: 9 Location: Canada, Toronto
|
Posted: Wed 16 Oct '13 22:11 Post subject: Win32DisableAcceptEx Event Viewer Problems: |
|
|
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
|
Posted: Thu 17 Oct '13 15:54 Post subject: |
|
|
Which version of apache do you use? |
|
Back to top |
|
erictse2
Joined: 08 Aug 2013 Posts: 9 Location: Canada, Toronto
|
Posted: Fri 18 Oct '13 17:41 Post subject: |
|
|
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
|
Posted: Fri 18 Oct '13 17:49 Post subject: |
|
|
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
|
Posted: Tue 22 Oct '13 13:41 Post subject: |
|
|
>>> [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
|
Posted: Tue 22 Oct '13 18:42 Post subject: |
|
|
You can't turn off "Notice" (unless using syslog) even though it in itself is a loglevel |
|
Back to top |
|