You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Lance Uyehara <la...@verniernetworks.com> on 2001/12/14 22:49:59 UTC

filtering an error

Hello,

I am running apache on a server which has limited memory. To make sure we
don't spawn httpd processes unbounded I set maxclients such that we will be
able to fit in available memory without doing too much swapping. Because of
this I sometimes see the "server reached MaxClients setting..." message.

1. I feel like this message should not be an Error level message since I
intended this to occur.
2. This product is a network appliance and I don't want to alarm the
administrator that something has gone wrong, so ideally I would like to
filter this message out using an httpd.conf directive of some sort, but I
don't see anything available. Who can I send mail to to request a feature
like this? or if it a feature like this already exists, please point me at
it.
3. I'm currently patching the source by setting

    static int reported = 1;

in src/main/http_main.c so that this error never shows up. Is there a better
way to handle this?

Thanks,
Lance




---------------------------------------------------------------------
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
For additional commands, e-mail: users-help@httpd.apache.org