Jump to content

Apache maxclients problem


asmith3006

Recommended Posts

Hi,

 

I'm running an apache server with php and a  mysql backend for an AJAX chat system. The system needs to support ~300 people eventually but at the moment it needs to be supporting ~200 but I'm struggling. The system keeps hitting the "MaxClients" limit on the apache server. I thought I'd uped it to 2000 users and 3000 for the server limit, but I'm still hitting the limit.

 

Should I be using "Persistent connections" or not is my first question. The other question is how can I check what the maxclients setting it?

 

Thanks for any and all help.

 

Andrew.

Link to comment
https://forums.phpfreaks.com/topic/135023-apache-maxclients-problem/
Share on other sites

My httpd.conf file is empty. All my settings seem to be in apache2.conf. Is this bad?

 

My keepalive is currently turned off.

 

How do I turn on "server-status" and where do I look at these dots?

 

Sorry for so many questions, I have a lot to learn!

 

Andrew.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.