Page 1 of 1

Apache log error with Wamp5

Posted: Tue Mar 28, 2006 10:19 am
by DopeRider
Hi, I installed the latest version of Wamp without errors, but the Apache service needs thousands of Mb and any browser shows any main page in localhost.
In error log file there are thousands of lines by minute like this:

<<[Sun Mar 26 21:18:10 2006] [error] (OS 10022)Se ha proporcionado un argumento no vĂ¡lido. : Child 1580: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.>>

I have Windows XP SP2, windows firewall enabled but with Apache exception, and older versions of Apache, PHP and mySQL unistalled.

I've changed the httpd.conf file adding the following lines:

<IfDefine AEX>
Win32DisableAcceptEx
</IfDefine>

But nothing happens, except 400Mb of apache_error.log with the same message (only child number changes).
This message appears in log file even if I restart Windows, disable firewall, disable antivirus (DrWeb)... Apache service "eats" lots of Mb...

Any idea?

Thanks.