How do I make it so apache can have handle more than the 256 requests?
Apache Question
Collapse
X
-
Hop in your server config file and increase your "MaxClients" setting
TGPFactory Full TGP Design & Installation Services
ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
See who I am at AdultWhosWho.com! -
Update Max Client Settings but Keep in mind Apache 1.3 is hardlimited for 256 unless you updated in src to allow for more. Apache 2.0 is default for 2000------------------------------------------
Frankie Gravato -- [email protected]
Systems & Network Design and Integration
Fuse969 LLC ---> www.fuse969.com
------------------------------------------Comment
-
I edited the httpd.conf file and here is what I got. I guess I'll have to re-install apache.
WARNING: MaxClients of 300 exceeds compile time limit of 256 servers, lowering MaxClients to 256. To increase, please see the HARD_SERVER_LIMIT define in src/include/httpd.h.Comment
-
Comment

Comment