We have been hitting MaxClients on one of our Apache 2.0 servers, 
running on RedHat. 
The biggest difference between this web server and any others that we 
have is that it uses mod_proxy to reverse proxy a bunch of urls to 
different backend web servers. 
This web site does less than a third of the traffic that our other web 
servers handle daily. The only significant difference is reverse 
proxying. 
We have tried making changes to our configuration and even recompiling 
but we can't seem to resolve the issue. 
I have listed our build and compile options below. 
Any ideas would be appreciated. 
-Mitch 
Server version: Apache/2.0.52 
CPPFLAGS="-O2 -march=i686 -funroll-loops"; export CPPFLAGS 
"./configure" \ 
"--prefix=/opt/apache/" \ 
"--with-mpm=worker" \ 
"--enable-deflate" \ 
"--enable-ssl" \ 
"--with-ssl=/usr/bin/" \ 
"--enable-modules=all" \ 
"--enable-mods-shared=all" \ 
"--enable-module=so" \ 
"--enable-module=expires" \ 
"--enable-module=rewrite" \ 
"--enable-module=include" \ 
"--enable-nonportable-atomics=yes" \ 
"--enable-module=rewrite" \ 
"--enable-proxy" \ 
"--enable-proxy-connect" \ 
"--enable-proxy-ftp" \ 
"--enable-proxy-http" \ 
"--with-ldap" \ 
"--enable-ldap" \ 
"--with-auth-ldap" \ 
"--enable-auth-ldap" \ 
"--with-apache=/var/tmp/apache/httpd-2.0.52/httpd-2.0.52" \ 
"$@" 
Compiled in modules: 
core.c 
worker.c 
http_core.c 
mod_so.c 


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to