[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#506763: marked as done (apache2: mod_proxy does not log an error when it hits MaxClients)



Your message dated Sat, 29 Nov 2008 10:07:22 +0100 (CET)
with message-id <Pine.LNX.4.64.0811291002040.29817@eru.sfritsch.de>
and subject line Re: Bug#506763: apache2: mod_proxy does not log an error when it hits MaxClients
has caused the Debian Bug report #506763,
regarding apache2: mod_proxy does not log an error when it hits MaxClients
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
506763: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506763
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apache2
Severity: normal

I am using apache2-mpm-prefork (2.2.3-4+etch6), with an proxy configured 
like this:

<Proxy *>
       Order deny,allow
       Allow from all
</Proxy>

ProxyRequests Off
ProxyPass /3/ http://miepie.tilanus.com:80/3/
ProxyPassReverse /3/ http://miepie.tilanus.com:80/3/
ProxyPass /http-bind/ http://miepie.tilanus.com:5280/http-bind/
ProxyPassReverse /http-bind/ http://miepie.tilanus.com:5280/http-bind/

When the amount of connections to proxy exceeds the the amount 
configured by the MaxClients directive in the apache2.conf, apache 
doesn't relay the connections anymore. This happens silently. In order 
to ease troubleshooting, it is desireable that apache2 also warns when 
it hits the MaxClients while proxying requests.

Thanks for looking into this!

Winfried

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)



--- End Message ---
--- Begin Message ---
On Wed, 26 Nov 2008, Winfried Tilanus wrote:
I just tested it, and indeed, after a fresh restart it does display the
"server reached MaxClients setting..." message when hitting too many
proxy requests.

Is there a configuration to make apache display this message more
regularly, e.g every 300 seconds?

Unfortunately there isn't.

You can file an enhancement request upstream. But this is not something in which Debian will deviate from upstream. Therefore, I am closing the bug report.

Cheers,
Stefan


--- End Message ---

Reply to: