|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
|||||||
| New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. |
|
|
Thread Tools |
|
|
#1 |
|
No commissions, no fees.
Industry Role:
Join Date: Apr 2003
Location: USA
Posts: 17,706
|
How do I make it so apache can have handle more than the 256 requests?
|
|
|
|
|
|
#2 |
|
G F Y not
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
|
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! |
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jun 2006
Location: NJ
Posts: 26
|
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
|
|
|
|
|
|
#4 |
|
Confirmed User
Industry Role:
Join Date: Apr 2006
Posts: 647
|
FYI, it's in httpd.conf
Most likely in one of these: /etc/httpd/conf/httpd.conf /usr/local/apache/conf/httpd.conf |
|
|
|
|
|
#5 |
|
No commissions, no fees.
Industry Role:
Join Date: Apr 2003
Location: USA
Posts: 17,706
|
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. |
|
|
|
|
|
#6 |
|
No commissions, no fees.
Industry Role:
Join Date: Apr 2003
Location: USA
Posts: 17,706
|
|
|
|
|