Hi All, Observed that Apache 2.2.6 (& .15) throws exception inconsistently, at different places, when the setup (Windows 2003 x86, with 4-12 GB RAM) is configured with many Virtual IPs. This behavior differs on different setups. On some setup, it fails even with 10-15 VIPs, but on the other, it fails with more than 40 VIPs.
Here is the snapshot of Apache configuration: --------- Timeout 300 KeepAlive Off #MaxKeepAliveRequests 100 #KeepAliveTimeout 15 ErrorDocument 404 /notfound.php <IfModule worker.c> StartServers 1 MaxClients 250 MinSpareThreads 250 MaxSpareThreads 250 ThreadsPerChild 250 ServerLimit 1 MaxRequestsPerChild 0 </IfModule> <IfModule perchild.c> NumServers 5 StartThreads 5 MinSpareThreads 5 MaxSpareThreads 10 MaxThreadsPerChild 20 MaxRequestsPerChild 0 </IfModule> <IfModule mpm_winnt.c> ThreadsPerChild 250 MaxRequestsPerChild 0 </IfModule> UseCanonicalName Off <Directory /> Options FollowSymLinks AllowOverride None #IP_RESTRICTION_BLOCK </Directory> ProxyRequests Off SSLPassPhraseDialog builtin SSLSessionCache shmcb:logs/scache(512000) SSLSessionCacheTimeout 300 SSLMutex default SSLRandomSeed startup builtin SSLRandomSeed connect builtin ----------- Do anybody has any clue on this ? Thanks, Pravesh