• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by ethanielc

  1. E

    Enable Nginx fastcgi cache for all sites

    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 :(
  2. E

    Enable Nginx fastcgi cache for all sites

    Hi Xavier12, have you successfully implemented this?
  3. E

    Question Plesk Onyx Hostbill module

    will current hostbill Plesk module supports Plesk Onyx which will be released in Oct 2016?
  4. E

    w3 total cache not detecting memcached

    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...
  5. E

    Resolved 502 bad gateway error on all domains

    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!
  6. E

    Plesk 12.5 fail2ban not banning IPs

    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...
  7. E

    Import psa dump - Specified key was too long; max key length is 1000 bytes

    Plesk version - 11.5.30 CentOS 5 115131216.11 Error while accessing Plesk - ERROR: PleskMainDBException: MySQL query failed: Table 'psa.misc' doesn't exist (db.php:102) # rpm -qa|grep mysql mysql-5.0.95-5.el5_9 php53-mysql-5.3.3-22.el5_10 mysql-server-5.0.95-5.el5_9...
  8. E

    custom PHP version not showing with nginX

    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...
  9. E

    Plesk VM license for Azure

    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.
  10. E

    suspend domain httpd failed to start

    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.
  11. E

    Retrieve Email password -Plesk 9.5

    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...
  12. E

    How to retrieve email password?

    Hi, would like to know how do i retrieve email password for that specific domains. Its a Plesk shared server. Thank you. ethaniel
Back
Top