can we get some help from Parallels team? unfortunately i bought the license from plesk license reseller..usually they don't have the knowledge to support the product. sad :(
I am on Plesk 12.5 with CentOS 7. Memcached installed via EPEL repo.
[root@plesk ~]# rpm -qa|grep memca
libmemcached-devel-1.0.16-5.el7.x86_64
memcached-1.4.15-9.el7.x86_64
libmemcached-1.0.16-5.el7.x86_64
[root@plesk ~]# systemctl status memcached.service
● memcached.service - Memcached...
getting same error gateway timeout. End up the server own public IP added to fail2ban. jail 'plesk-apache-badbot' caused this. Unban and problem fixed!
This is my SSH jail config from Plesk fail2ban UI
[ssh]
enabled = true
filter = sshd
action = iptables[name=SSH, port=ssh, protocol=tcp]
logpath = /var/log/secure
maxretry = 5
From /var/log/secure i still seeing an IP brute forcing SSH service on random ports.
>Failed password for root from...
Environment : Centos 6 + Plesk 12.0.18
Installed PHP 5.6 co-exist with current 5.4. I realize domain/sub-domain with 'Process PHP by nginx' enabled not able to select custom PHP version 5.6 is not in the list.
With the option disabled i can select custom PHP build. Is this correct behavior...
Any idea which Virtualization license type i need to purchase? Plesk is installed in Windows Server 2012 Azure platform.
There are several options license for Virtuozzo, Bare Metal, Xen, Hyper-V etc.
I bought license for Hyper-V but not able to install.
eth.
Hi,
I'm using Plesk 8.4.
Whenever i suspend a domain httpd refuse to start.
/var/log/messages error log:
could not open document config file /var/www/vhosts/<domain>/conf/httpd.include
httpd start failed
I will need to resume domain and get httpd working.
Please advise.
Hi,
When i tried to execute queries to retrieve email password from psa Database, it shows:
SELECT mail.mail_name, accounts.password FROM domains LEFT JOIN mail ON domains.id = mail.dom_id LEFT JOIN accounts ON mail.account_id = accounts.id WHERE domains.name = 'yourdomain.com';
Result...