RE: Apache Help

2002-12-03 Thread Delao, Darryl W
Excellent info Rick, Thank you! Darryl -Original Message- From: Rick Johnson [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 5:21 PM To: [EMAIL PROTECTED] Subject: Re: Apache Help -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Delao, Darryl W wrote: | I currently have 3 web

Re: Apache Help

2002-12-02 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Delao, Darryl W wrote: | I currently have 3 web servers, each dual 2.4 xeon's with 6 gig of | ram, all load balanced. However, I am expecting anywhere from 2000 to | 4000 users on my servers at any given time within the next few weeks, | therefore I am

Re: Apache Help

2002-12-02 Thread Joseph A Nagy Jr
ld be nice to make each server handle 1000 requests. Darryl -Original Message- From: Rick Johnson [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 1:36 PM To: [EMAIL PROTECTED] Subject: Re: Apache Help -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joseph A Nagy Jr wrote: |

RE: Apache Help

2002-12-02 Thread Delao, Darryl W
erver handle 1000 requests. Darryl -Original Message- From: Rick Johnson [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 1:36 PM To: [EMAIL PROTECTED] Subject: Re: Apache Help -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joseph A Nagy Jr wrote: | Delao, Darryl W wrote: |

Re: Apache Help

2002-12-02 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joseph A Nagy Jr wrote: | Delao, Darryl W wrote: | |> Ya, if you try to put it over 256, it will set it back to 256 on the next |> reboot. I have not tried setting the max clients yet. If I wanted 1000 |> users at once on my machine, do I set the max

Re: Apache Help

2002-12-02 Thread Joseph A Nagy Jr
ginal Message- From: Ira Childress [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 10:50 AM To: 'Delao, Darryl W '; '[EMAIL PROTECTED] ' Subject: RE: Apache Help Did you try setting the MaxClients in the httpd.conf file: # Limit on total number of servers ru

RE: Apache Help

2002-12-02 Thread Delao, Darryl W
: Ira Childress [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 10:50 AM To: 'Delao, Darryl W '; '[EMAIL PROTECTED] ' Subject: RE: Apache Help Did you try setting the MaxClients in the httpd.conf file: # Limit on total number of servers running, i.e., limit on the nu

Re: Apache Help

2002-12-02 Thread Joseph A Nagy Jr
Ira Childress wrote: Did you try setting the MaxClients in the httpd.conf file: # Limit on total number of servers running, i.e., limit on the number # of clients who can simultaneously connect --- if this limit is ever # reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW. # It

RE: Apache Help

2002-12-02 Thread Ira Childress
Did you try setting the MaxClients in the httpd.conf file: # Limit on total number of servers running, i.e., limit on the number # of clients who can simultaneously connect --- if this limit is ever # reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW. # It is intended mainly as