Apache log error with Wamp5

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
DopeRider
Forum Newbie
Posts: 1
Joined: Tue Mar 28, 2006 10:07 am
Location: Barcelona

Apache log error with Wamp5

Post 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.
Post Reply