PDA

View Full Version : HELP HELP HELP - Moved to dedicated server still Capacity Problem



itsonlychand
08-14-2007, 06:38 AM
Dear Forum Members



I just moved my site to dedicated server due to shared hosting capacity problem. Again I am facing "Too many connections" problem, when i contacted go daddy they replied as follow




Thank you for contacting Server Support. There are a couple of things you might want to check. First is how you have your httpd service configured. Make sure you have sufficient MaxClients defined in /etc/httpd/conf/httpd.conf. Additionally you will want to refer to your /etc/my.cnf file to make sure you have it configured to allow as many max_connections and max_user_connections as are needed.

Please help I am very new to dedicated server, I am using Redhat Fedora with Plesk as control Panel. Any help how i can change thjis Max_user_connections ?



Cheers

IceBlueHost
08-21-2007, 09:11 AM
Hello,

By now your problem has probably been solved already.
Usually (if you have a managed server) the support of your host can do this for you.

But you would need to know first how busy your site is (how many visitors do you get, how many people are online at the same time?) and how many connections it is generating before you can adapt your config files.

And also, what kind of dedicated server do you have? If you have a low-end server with not much memory, and you have a very busy site, then you might be worse off than with your shared hosting account.

ispserver
08-21-2007, 10:33 PM
Any help how i can change thjis Max_user_connections ?


Just edit /etc/my.cnf you need change line
max_user_connections = 100

Or add line if doesn't exists.

demon
09-08-2007, 08:46 AM
did you find solution or you have still problems?

probably that ispserver said is correct check it out and tell us..

Ryan-Limestone
09-18-2007, 03:48 PM
I am also curious to see how this gets resolved?

danialshawn326
11-08-2007, 02:49 AM
I have also face this problem any one can help us please kindly guide us.

timihosting.com
11-11-2007, 03:45 AM
Just edit /etc/my.cnf you need change line
max_user_connections = 100

Or add line if doesn't exists.

That should do it. Please remember to restart httpd afterward.