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

Search results

  1. E

    Component updates are available after update;

    Restarted ok, issue remains...
  2. E

    Component updates are available after update;

    Last part of output: Installing patches... File downloading PSA_12.0.18/microupdates/MU14/common/plib/CommonPanel/Search.php: completed. File downloading PSA_12.0.18/microupdates/MU14/common/application/smb/controllers/FileManagerController.php: completed. File downloading...
  3. E

    Component updates are available after update;

    Plesk 12 MU#16 on CentOS 7 is still showing "Component updates are available", even after updates applied successfully. This happens with MU#14,15,16 i think. Is this a bug or?
  4. E

    Resolved NGINX not properly started on CentOS 7 even after MU#15;

    1.After server reboot NGINX is not starting ok, must restart service manually and then is ok... 2. After succesfull update to MU#14 and 15 Plesk still showing Updates available. Please correct NGINX and updates issue in MU#16...
  5. E

    Nginx Wont Start Automatically after Reboot

    Yes, this was the problem: # systemctl is-enabled nginx.service disabled # systemctl enable nginx.service ln -s '/usr/lib/systemd/system/nginx.service' '/etc/systemd/system/multi-user.target.wants/nginx.service' # systemctl is-enabled nginx.service enabled Thank You RedEnzian !!!
  6. E

    How to install MagicSpam for Plesk 12 on Centos 7 x64 ?

    I don't see package for Centos 7 anywhere... And new version is 1.0.6, on Parallels site only v1.0.5 for Centos 5, 6. http://www.magicspam.com/store.php
  7. E

    Nginx Wont Start Automatically after Reboot

    For testing purposes, obvious... I wrote in another thread that sometimes nginx stop functioning and after reboot I had to restart it manually to bring domain online... To correct thread title: NGINX start on reboot but not functional until restart service.
  8. E

    Nginx Wont Start Automatically after Reboot

    /usr/local/psa/admin/bin/nginxmng --enable is not helping.... After reboot I must manually restart nginx to bring domain on-line. Any new suggestions?
  9. E

    Nginx Wont Start Automatically after Reboot

    Same happens to our server with COS 7... After every reboot nginx have to be restarted.
  10. E

    How to install MagicSpam for Plesk 12 on Centos 7 x64 ?

    We purchased license for MagicSpam and now couldn't find anywhere instalation for Centos 7... How to install?
  11. E

    Hosted domain connection refused - help...

    What is this: PHP Fatal error: Uncaught exception 'Service_Driver_Exception' with message 'Cannot reload proxy server: ' in /usr/local/psa/admin/plib/Service/Driver/Web/Proxy/Nginx.php:116 Update: hapened twice today after server restart domain is not accessible until I restart NGINX and APACHE..
  12. E

    Hosted domain connection refused - help...

    After few more hours NGINX get stuck again, I get 504 Timeout error. Please give instructions how to find the root of this instability...
  13. E

    Hosted domain connection refused - help...

    Here is the part of the Plesk panel log: [18-Aug-2014 18:25:58 Europe/Berlin] PHP Fatal error: Uncaught exception 'Servi ce_Driver_Exception' with message 'Can not reload proxy server: ' in /usr/local/ psa/admin/plib/Service/Driver/Web/Proxy/Nginx.php:116 Stack trace: #0...
  14. E

    Hosted domain connection refused - help...

    Update: 1. Restarted NGINX 2. Restarted APACHE Access to website now works.. Seems that NGINX and/or APACHE get stuck at some point... Still no way to update to MU 13...
  15. E

    Hosted domain connection refused - help...

    Unfortunately, problem reappeared after few hours: Connection refused This time opening ports is not helping: # firewall-cmd --zone=public --add-port=80/tcp --permanent # firewall-cmd --reload I can login to Plesk GUI and mail works, but domain site and webmail not (Connection refused). I...
  16. E

    Hosted domain connection refused - help...

    I finally resolve ports issue with firewall-cmd --zone=public --add-port=xx/tcp --permanent
  17. E

    Hosted domain connection refused - help...

    I know which ports, I need procedure for opening ports in Centos 7 minimal... I tried with: SELINUX=disabled and firewall-cmd --zone=dmz --add-port=xx/tcp --permanent firewall-cmd --reload I cannot login to Plesk... If I turn off firewalld completely, does Plesk replace with it's own firewall?
  18. E

    Hosted domain connection refused - help...

    I decided to reinstall Centos 7, could You explain how to open needed ports for Plesk in Centos 7?
  19. E

    Hosted domain connection refused - help...

    [root@server2 ~]# sudo systemctl enable httpd.service [root@server2 ~]# sudo systemctl start httpd.service [root@server2 ~]# lsof -i tcp:80 [root@server2 ~]# systemctl is-active httpd.service active [root@server2 ~]# sudo systemctl restart httpd.service After reboot issue remains...
Back
Top