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

    Issue my domain got blocked from yahoo gmail and ...

    Hi, I just validated your ptr, you don't have one set. [fabian@fhw ~]$ dig PTR 102.219.176.3 +short [fabian@fhw ~]$ When have you created the ptr record? It can take up to 2 days until it is known in all nameservers. So, you are also blacklisted from the SORBS DNSBL. You should contact your...
  2. Fabian H

    Issue DB query failed: SQLSTATE[HY000] [2002] Connection refused

    Doing a start/restart should be enough. systemctl restart mariadb
  3. Fabian H

    Issue DB query failed: SQLSTATE[HY000] [2002] Connection refused

    Yeah, I just forgot you are using Debian. You could try creating the sock file manually: mkdir /var/run/mysqld touch /var/run/mysqld/mysqld.sock chown -R mysql:mysql /var/run/mysqld
  4. Fabian H

    Issue DB query failed: SQLSTATE[HY000] [2002] Connection refused

    Okay, so please show the output of the following commands: journalctl -xe -u mariadb Here are the last 20 lines enough. And please execute cat /etc/my.cnf Please make sure to copy all texts, as your command output above is cut on the right side.
  5. Fabian H

    Issue DB query failed: SQLSTATE[HY000] [2002] Connection refused

    Have you upgraded to mariadb 10.1 from a earlier mysql version before?
  6. Fabian H

    Issue DB query failed: SQLSTATE[HY000] [2002] Connection refused

    Hi, please show the output of the following commands: mysql -V and systemctl status mariadb and systemctl status mysql
  7. Fabian H

    Issue PHP critical error on Centos not on Debian, same config

    Could you please try the solution given there: https://support.plesk.com/hc/en-us/articles/360019821713-Uploading-large-files-over-PHP-to-website-on-Plesk-for-Linux-server-fails-upstream-prematurely-closed-connection-while-reading-response-header-from-upstream
  8. Fabian H

    Issue PHP critical error on Centos not on Debian, same config

    Please try to increase the timeouts for nginx and test again: proxy_connect_timeout 180s; proxy_send_timeout 180s; proxy_read_timeout 180s; fastcgi_send_timeout 180s; fastcgi_read_timeout 180s;
  9. Fabian H

    Issue PHP critical error on Centos not on Debian, same config

    Have you tried with PHP-FPM instead of PHP-FastCGI?
  10. Fabian H

    Input Problem with emails after updating to Plesk Obsidian Version 18.0.40 Update 1

    Please type mailq in your terminal - there will be the reason for the long duration. You can paste the output here if you want, but don't forget to censor the ip addresses and mail addresses.
  11. Fabian H

    Question certificate removed but plesk try to renew the certificate

    As far as I know, there's no plesk-side solution for that. You have to wait until the certificate is invalid, then you won't receive any notifications about that from letsencrypt.
  12. Fabian H

    Question Remove Apache Web Hosting Component

    Alright, seems like my first assumption was correct. Using the cli plesk installer, apache cannot be removed without removing plesk itself. Also, this shows up while trying to remove apapche with GUI. This would remove the following components on my test environment: Watchdog system monitoring...
  13. Fabian H

    Question Remove Apache Web Hosting Component

    I just informed, as I see it, plesk itself uses nginx since version 12.5. I assume, you can remove apache. Maybe, you have to do a plesk install after. But if you want to be sure, you should create a test environment and try that there. EDIT: Wait a second, I will try that...
  14. Fabian H

    Question Remove Apache Web Hosting Component

    As far as I know, Plesk is using apache for its own environment.
  15. Fabian H

    Question Past access log files

    Yeah, your settings means that a maximum of 10 log files are stored, each with a maximum file size of 10240 KB. All older log files are deleted and you cannot get them back.
  16. Fabian H

    Question AbuseIPDB with Fail2Ban

    Are there any updates on that?
  17. Fabian H

    Question Past access log files

    You checked it within the domain's log rotation settings. Please check the system wide log rotation in Tools & Settings -> system settings. There, a time period can be defined.
  18. Fabian H

    Question Does Plesk have ability for custom permissions?

    Hi! You can permit the usage of many settings with modifying their usage in the service-plans. Please note, not all permissions are modificable, also some are just for customers and not for resellers.
  19. Fabian H

    Question Past access log files

    Hi, do you have log rotation enabled in Server-Settings? There you can find the time logs are kept on disk.
  20. Fabian H

    Issue Plesk Abonent hangs

    Is the domain structure created in the file system?
Back
Top