Recent Posts by Michael Voigt

Subscribe to Recent Posts by Michael Voigt 2 post(s) found

22 Dec, 2009 12:14 AM
Avatar Michael Voigt 2 posts

Topic: Brightbox Help / max_user_connections

Hello,

today is see this error in my log files:
User ‘snetwork’ has exceeded the ‘max_user_connections’ resource (current value: 5)

And my User see a 500er Error Page on my website.

How i can handle this problem? The error is only coming if i have a lot of requests per second.

production:
adapter: mysql
database: DB-NAME
username: USER-NAME
password: **********
host: sqlreadwrite.brightbox.net
pool: 4

I think 4 is the max connection value, or not?

Cheers,
Michael

 
21 Sep, 2009 10:10 PM
Avatar Michael Voigt 2 posts

Topic: Brightbox Help / www subdomain doesn't work

Hello,

i am new her. My normal domain without www works but with not. The www show the default page from brightbox.

deploy.rb:

  1. Primary domain name of your application. Used in the Apache configs
    set :domain, “kraeftemessen.com”
    set :domain_aliases, “www.kraeftemessen.com”

cap deploy
cap deploy:web:reload

What is my missunderstanding?

Cheers,
Michael