This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
E-Mail / Disabling Postfix for domain
« on: April 08, 2017, 09:23:41 AM »
How to disable postfix per mail?
I tried to edit php.ini and add "disable_functions = mail" but couldn't stop php mails.
I tried to edit php.ini and add "disable_functions = mail" but couldn't stop php mails.
2
E-Mail / Configuring Postfix to send mail using Gmail
« on: April 01, 2017, 09:09:17 PM »
I saw a few guideline to configure postfix mail server to send mail using Gmail on web, but is it stable solution to use together with CWP?
3
MySQL / Can't import db
« on: January 31, 2017, 09:28:38 AM »
Hello!
I just installed and started to use CWP and like it very much already but having one problem with importing ex-database, i tried to upload both .sql and sql.zip version on phpMyAdmin after it waits a very long time like 10-15min page is failing, it says "ERR_EMPTY_RESPONSE" and my file sql file is 8,44 MB (zip 1,48MB) i tried 2-3 times but same result all the time
On MySQL status i see this;
I just installed and started to use CWP and like it very much already but having one problem with importing ex-database, i tried to upload both .sql and sql.zip version on phpMyAdmin after it waits a very long time like 10-15min page is failing, it says "ERR_EMPTY_RESPONSE" and my file sql file is 8,44 MB (zip 1,48MB) i tried 2-3 times but same result all the time
On MySQL status i see this;
Code: [Select]
● mariadb.service - MariaDB database server
Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/mariadb.service.d
└─migrated-from-my.cnf-settings.conf
Active: active (running) since Tue 2017-01-31 08:17:53 UTC; 1h 9min ago
Process: 6025 ExecStartPost=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
Process: 5985 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=`/usr/bin/galera_recovery`; [ $? -eq 0 ] && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 (code=exited, status=0/SUCCESS)
Process: 5983 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
Main PID: 5997 (mysqld)
Status: "Taking your SQL requests now..."
CGroup: /system.slice/mariadb.service
└─5997 /usr/sbin/mysqld
Pages: [1]