Konfigurace
Description: Roundcube mysql with ssl
Dependencies: roundcube 0.95, php 5.3.7, mysql server configure for ssl, pear module and php-mdb2-driver-mysql
Howto
change in file "$ROUNDCUBE_DIR/roundcube/program/lib/Roundcube/rcube_db_mysql.php"
MYSQL_ATTR_KEY TO -> MYSQL_ATTR_SSL_KEY
Should look like:
if (!empty($dsn['key'])) {
$result[PDO::MYSQL_ATTR_SSL_KEY] = $dsn['key'];
}
And in
In different versions maybe more will be changed.
- BugReporter's blog
- Pro psaní komentářů se přihlašte
- Číst dál
Network bonding on debian:
mode used: balance roundrobin
NICs: 2x 100Mbit
application: ifenslave-2.6 (Debian Wheezy repos)
configs: /etc/network/interfaces
kernel: 3.2 (deb official)
sometimes is need to put "alias bond0 bonding \
options miimon=100 downdelay=200 updelay=200"
to /etc/modules|modprobe.d/
- Zdenek Key's blog
- Pro psaní komentářů se přihlašte
- Číst dál