You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Pravesh Rai <pr...@gmail.com> on 2010/10/06 05:27:52 UTC

[users@httpd] Apache 2.2.x with Virtual IPs

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

Re: [users@httpd] Apache 2.2.x with Virtual IPs

Posted by Pravesh Rai <pr...@gmail.com>.
Openssl & Apache (all modules) has been recompiled.

Thanks.

On Wed, Oct 6, 2010 at 9:59 AM, Craig Huffstetler <
craig.huffstetler@gmail.com> wrote:

> > Attached is the error log.
>
> Have you recompiled mod_ssl and updated OpenSSL?
>
> Craig
>

Re: [users@httpd] Apache 2.2.x with Virtual IPs

Posted by Craig Huffstetler <cr...@gmail.com>.
> Attached is the error log.

Have you recompiled mod_ssl and updated OpenSSL?

Craig

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 2.2.x with Virtual IPs

Posted by Pravesh Rai <pr...@gmail.com>.
Attached is the error log.

Thanks.

On Wed, Oct 6, 2010 at 9:20 AM, Craig Huffstetler <
craig.huffstetler@gmail.com> wrote:

> > Do anybody has any clue on this ?
>
> Can you show us an error log and/or the exceptions given? Also, what
> are the "different setups?" I would start to guess at problems given
> your configuration, but would love to see what errors are actually
> being produced.
>
> Thanks,
>
> Craig
>

Re: [users@httpd] Apache 2.2.x with Virtual IPs

Posted by Craig Huffstetler <cr...@gmail.com>.
> Do anybody has any clue on this ?

Can you show us an error log and/or the exceptions given? Also, what
are the "different setups?" I would start to guess at problems given
your configuration, but would love to see what errors are actually
being produced.

Thanks,

Craig

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org