• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Search results

  1. 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
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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....
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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.
  15. 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...
  16. 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...
  17. 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...
  18. K

    PHP-FPM with Apache on Plesk 12.5 / CentOs 6

    Thank you but this doesn't solve my problem. Even if the error is only cosmetic, the service plesk-php56-fpm don't start, and in hosting settings the handler "run PHP as FPM application" is not listed. Like I said, it works on CentOS 7 but not on CentOS 6
  19. K

    PHP-FPM with Apache on Plesk 12.5 / CentOs 6

    Hi, I have a problem with one of my Plesk installations. I'm currently running Plesk 12.5 on CentOs 6. I want to use PHP-FPM 5.6 with Apache (without Nginx running). In hosting settings in my subscriptions I have only the choice between : - run PHP as CGI application (served by Apache) - run...
Back
Top