open-xchange

Tune apache2 for more concurrent connections – Open-Xchange

The problemBy default apache2 is configured to support 150 concurrent connections. This forces all parallel requests beyond that limit to wait. Especially if, for example, active sync clients maintain a permanent connection for push events to arrive.The solutionThis is an example configuration to provide 800 concurrent connections. Please ensure that your apache is using the …

Tune apache2 for more concurrent connections – Open-Xchange Lire la suite »

createcontext fails; « Could not create connection to database server »

Fix: mysql> update configdb.db_pool set password = ‘asdfasdf’; mysql> update mysql.user set password = password’asdfasdf’ where user = ‘openexchange’;t hen restart mysql, since I set it using UPDATE instead of the proper way $ vim /opt/open-xchange/etc/admindaemon/configdb.properties vim /opt/open-xchange/etc/groupware/configdb.propertiespossible cause: The previous commands I was typing found here: http://oxpedia.org/wiki/index.php viacreatecontext fails; « Could not create connection to …

createcontext fails; « Could not create connection to database server » Lire la suite »

Retour en haut