• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Search results

  1. K

    Resolved Plesk Obsidian 18.0.67 Update Stuck

    Finally after a couples of hours, the issue resolved by itself. Curious :rolleyes:
  2. K

    Resolved Plesk Obsidian 18.0.67 Update Stuck

    "plesk installer stop" output is this "Requested Plesk Installer shutdown." and "ps fax | grep install" still show several process tied to Plesk. Also if I look in "/var/log/plesk/install/autoinstaller3.log" I see these lines being repeated: " Plesk Installer 3.67.0 (revision 8f4ceb21aa67)...
  3. K

    Resolved Plesk Obsidian 18.0.67 Update Stuck

    Hi, The update process for Plesk Obsidian 18.0.67 is stuck for several hours on the step: " Verify: 156/158: psa-selinux.noarch 0:18.0.42-2.centos.7+p18.0.66.2+t250106.1901 - ud Verify: 157/158: plesk-php82-gd.x86_64 0:8.2.27-1centos.7.241223.1519 - ud Verify: 158/158: plesk-git-http.x86_64...
  4. K

    Issue OCSP Stapling seems only working with www version of a domain

    Already tried the native OCSP Stapling function, it makes no difference. I found also another user having the same issue : Issue - OCSP Stapling seems not to work
  5. K

    Issue OCSP Stapling seems only working with www version of a domain

    Hi, I'm currently running Plesk Obsidian 18.0.41 with Apache and Nginx reverse proxy. I'm trying to use OCSP Stapling for a domain using the following directives: ssl_stapling on; ssl_stapling_verify on; resolver 8.8.4.4 8.8.8.8 valid=300s; resolver_timeout 10s; Then going on...
  6. K

    Resolved 500 - Internal Server Error

    I finally found the solution. I had to disable ptrace option in grsecurity. So for those who might have the same problem : - Execute the command : # sysctl kernel.grsecurity.harden_ptrace - If the result is "kernel.grsecurity.harden_ptrace = 1" - Then do : # echo...
  7. K

    Resolved 500 - Internal Server Error

    Did run both commands. Nothing changed, still error 500. The repair procedure ends with : Congratulations! All stages of the upgrade were successful. psa is now running on your system. To complete the system configuration process, please proceed to URL: [....] Maybe to help some more detail...
  8. K

    Resolved 500 - Internal Server Error

    No orphaned processes found. I've run the restart, but service sw-engine restart give me this error : "sw-engine: service non reconnu" Still got the 500 internal error and the almost the same error in log : 2017-08-21 17:38:55: (log.c.75) server started DEBUGGER DETECTED... Bye! 2017-08-21...
  9. K

    Resolved 500 - Internal Server Error

    Hi, I cannot connect anymore to my Plesk panel, version 10.4. I get a "500 - Internal Server Error". In /var/log/sw-cp-server, I get these errors : 2017-08-21 15:53:14: (log.c.75) server started DEBUGGER DETECTED... Bye! 2017-08-21 15:53:47: (mod_fastcgi.c.1000) the fastcgi-backend...
  10. K

    Resolved Can't access anymore to the updates and upgrades page

    And now it works!! Thank you very much, I'm so disappointed by myself that I didn't saw that....
  11. K

    Resolved Can't access anymore to the updates and upgrades page

    I found something in autoinstaller3.log [2017-08-15 21:57:24.805670] SourceUrl: original source url is Index of / [2017-08-15 21:57:24.805686] SourceUrl: fixed url is Index of / [2017-08-15 21:57:24.805834] Try to find rcfile... [2017-08-15 21:57:24.805854] Autoinstaller found rcfile at...
  12. K

    Resolved Can't access anymore to the updates and upgrades page

    First process : Process 18472 attached restart_syscall(<... resuming interrupted call ...>) = 0 poll([{fd=11, events=POLLIN|POLLPRI|POLLRDNORM|POLLRDBAND}], 1, 1000) = 0 (Timeout) poll([{fd=11, events=POLLIN|POLLPRI|POLLRDNORM|POLLRDBAND}], 1, 1000) = 0 (Timeout) poll([{fd=11...
  13. K

    Resolved Can't access anymore to the updates and upgrades page

    Like I said, I followed the guide Updates and Upgrades page cannot be opened: it just loads continuously. Port 8447 is not filtered that explained that already and it doesn't change anything. The Updates and Upgrades still don't load. Note that when I visit "Updates and Upgrades" page, it does...
  14. K

    Resolved Can't access anymore to the updates and upgrades page

    Ping to autoinstall.plesk.com PING 1727842103.rsc.cdn77.org (195.181.164.3) 56(84) bytes of data. 64 bytes from 195.181.164.3: icmp_seq=1 ttl=56 time=11.0 ms 64 bytes from 195.181.164.3: icmp_seq=2 ttl=56 time=11.0 ms 64 bytes from 195.181.164.3: icmp_seq=3 ttl=56 time=11.0 ms 64 bytes from...
  15. K

    Resolved Can't access anymore to the updates and upgrades page

    Hi, I'm on Plesk 12.5 on Centos 6. Since few days (maybe more), I can't access anymore the updates/upgrads page of Plesk. The page just loads continuously. The port 8447 is correctly open in the firewall, like the 8443. I already followed the article Updates and Upgrades page cannot be...
  16. K

    Issue Lot of errors when doing Plesk update

    Hi, since several months, I have lot of errors each time I update Plesk. Beside updates, I have no problem. Here are some examples of errors I get during each update ---------------------------------------------------------------------- WARNING! Some problems are found during attempt to start...
  17. K

    Issue with PHP-FPM for Nginx

    I've tried both method for phpinfo() : - The link directly in Plesk interface - A phpinfo directly in my code And yes I've tried other handlers and the phpinfo() is correct for them. Only PHP-FPM with Nginx don't work.
  18. K

    Issue with PHP-FPM for Nginx

    The command runned well : "The information about PHP handlers was successfully updated." But that didn't fixed the problem. It still PHP 5.3 that is reported instard of PHP 5.6. Is there more information I can provide you? On this server, it was first Plesk 12.0 installed then it was updated...
  19. K

    Issue with PHP-FPM for Nginx

    One of my server is running CentOS 6.7 with Plesk 12.5. For my websites, I have installed support for PHP 5.6. So in the settings of my websites, I have selected : "PHP version 5.6.17, run PHP as FPM application served by nginx" But if I do a phpinfo(), it is still PHP 5.3 that is reported...
  20. K

    PHP-FPM with Apache on Plesk 12.5 / CentOs 6

    I didn't think about that. But after your post, I did some research, and it seems that some people can run PHP-FPM with Apache 2.2 : https://www.linode.com/docs/websites/apache/running-fastcgi-php-fpm-on-debian-7-with-apache...
Back
Top