Advise some things to do after install DirectAdmin into Debian 8.1

vservs

Verified User
Joined
Feb 24, 2013
Messages
12
Debian 8.1 + DirectAdmin

CSF nano /etc/csf/csf.conf

It is set to:
SYSTEMCTL = "/usr/bin/systemctl"

but on Debian Jessie it should be:

SYSTEMCTL = "/bin/systemctl”

opcache
nano /usr/local/directadmin/custombuild/configure/opcache/opcache.ini
opcache.memory_consumption=128 to 2048

/etc/my.cnf
add the following to [mysqld] section:
max_allowed_packet=512M
restart mysqld and try restore then

[mysqld]
local-infile=0
innodb_file_per_table
max_allowed_packet=512M

[client]
socket=/usr/local/mysql/data/mysql.sock
 
Thanks. this is what is causing some problems at this moment. hope it gets fixed soon.
 
Back
Top