MaxClient in apache

2002-05-30 Thread Patrick Hsieh
Hello, I'd like to raise the MaxClient to 1500 in apache. Basically, I have to get apache source and modify the HARD_SERVER_LIMIT value in httpd.h and rebuild the .deb package. However, if I use apt-get upgrade to upgrade my system packages, I have to rebuild the apache package again. Is there

Re: MaxClient in apache

2002-05-30 Thread John Griffiths
At 03:21 PM 5/30/02 +0800, Patrick Hsieh wrote: I'd like to raise the MaxClient to 1500 in apache. Basically, I have to get apache source and modify the HARD_SERVER_LIMIT value in httpd.h and rebuild the .deb package. However, if I use apt-get upgrade to upgrade my system packages, I have to

Re: MaxClient in apache

2002-05-30 Thread Patrick Hsieh
Hello John Griffiths [EMAIL PROTECTED], Yes. But it can't violate the hardlimit, which is defined in the source code. I'd like to raise to 1500, which is more than the default hard limit. On Thu, 30 May 2002 17:23:04 +1000 John Griffiths [EMAIL PROTECTED] wrote: At 03:21 PM 5/30/02 +0800,

Re: MaxClient in apache

2002-05-30 Thread Vineet Kumar
* Patrick Hsieh ([EMAIL PROTECTED]) [020530 00:20]: Hello, I'd like to raise the MaxClient to 1500 in apache. Basically, I have to get apache source and modify the HARD_SERVER_LIMIT value in httpd.h and rebuild the .deb package. However, if I use apt-get upgrade to upgrade my system