• 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

Search results

  1. I

    Question Does plesk take a nginx.conf file into account if added in the root folder of website?

    I have a wordpress installation and I run through NGINX without apache. I have installed a cache plugin on my wordpress installation, W3C total cache. This plugin added a nginx.conf file to the root folder of my wordpress installation. This file includes nginx directives for the cache. Does...
  2. I

    Resolved php-fpm memory leak?

    I have added the following to the additional settings in php settings of my service plan: [php-fpm-pool-settings] pm.process_idle_timeout = 5s;
  3. I

    Resolved php-fpm memory leak?

    You brilliantly read in my mind @Peter Debik , after posting, I told myself hummm 10 seconds is pretty high because the people who want to kill our server send TCP SYN flood attack, and they take advantage of the late timeout. If the timeout is 30 seconds they can send many requests which will...
  4. I

    Resolved php-fpm memory leak?

    @Franco I didn't check but I think that there is a missing directive in the plesk php-fpm configuration. add in the php settings of your domain or the service plan the following: [php-fpm-pool-settings] pm.process_idle_timeout = 5s; I have spotted php-fpm processes that were idle and never...
  5. I

    Resolved php-fpm memory leak?

    If you use php-fpm it may be worth it to add pm.process_idle_timeout = 10s; to php.ini (settings > php settings > click on php handler > php ini)
  6. I

    Issue I randomly get "page not found" on a wordpress clean install

    In this case, what are the settings of the PHP handler? From Nginx ? from Apache? Is it the same when the PHP handler is on Apache or Nginx? If you manually create a php info file, do you get the same issue where you refresh your phpinfo.php...
  7. I

    Issue I randomly get "page not found" on a wordpress clean install

    You could try to create a database manually and install wordpress manually to see if the problem comes from Plesk.
  8. I

    Issue I randomly get "page not found" on a wordpress clean install

    May be you could use the command line: "plesk repair all" Check the health of your database
  9. I

    Resolved php-fpm memory leak?

    It is now 2020, and I had the same increase in memory issue with PHP FPM operated by Nginx. The memory didn't stop growing until my server crashed. This was due to the absence of garbage collection. This means that even if the processes are IDLE they still take space in the server memory. The...
  10. I

    Issue I randomly get "page not found" on a wordpress clean install

    It looks like something was added to your wp-config.php which is one of the most important file of wordpress installation Compare your wp-config.php with the other ones. I think a code has been at the end of your wp-config.php file that is not usual A wordpress plugin may have added some code...
  11. I

    Issue I randomly get "page not found" on a wordpress clean install

    In the access log of your domain, you should see if there is any 404 errors. In fact, you can visit your website in a browser, then go to you log in plesk and check if you see a 200 or a 404. If it is a 200, the problem may come from your computer. If you have a mobile phone, disconnect from...
  12. I

    Issue I randomly get "page not found" on a wordpress clean install

    Do you have any directives in PLesk located in Apache & nginx settings
  13. I

    Issue I randomly get "page not found" on a wordpress clean install

    I think it could be related to A wordpress plugin. Do you know that a wordpress plugin can redirect to a 404 page, or change the status of the HTTP header? The directives in Htaccess A code in functions.php of the theme Clear your cache.
  14. I

    Issue Wrong HTTP protocol label in access log of plesk?

    I have noticed that in access_ssl_log of my plesk Obsidian installation, the protocol HTTP/1.0 was mentionned while in reality the actual used protocol was HTTP/1.1 or HTTP/2 I did from my computer curl "https://inadoo.com/test.html" -I --http1.1 and found a record in access_ssl_log with...
  15. I

    Question How to delete a subdomain without deleting the main domain?

    In plesk, In my domain list, I have fr.mydomain.com which points to /domain.com (a wordpress installation aware of subdomain) and mydomain.com which points to /domain.com (same folder path) I have disabled the subdomain in plesk because I have moved the website from fr.domain.com to...
  16. I

    License key not automatically updating

    1. 11.5.30 2. -bash-4.1# ls -l /etc/cron.*/*plesk* -rwxr-xr-x 1 root root 284 19 août 2013 /etc/cron.daily/50plesk-daily -rwxr-xr-x 1 root root 566 24 juil. 2013 /etc/cron.hourly/plesk-php-cleanuper -rwxr-xr-x 1 root root 202 19 août 2013 /etc/cron.monthly/50plesk-monthly -rwxr-xr-x 1...
  17. I

    License key not automatically updating

    Hi My licence is updated every month, however it is not automatic, i have to go to Tools & settings > license management and click on "Retrieve Keys" every month. i guess there should a cron job that should do this for me every month in Centos. Does someone knows what this cron job should...
  18. I

    Plesk Panel License no longer Auto Extends

    I would like to say: Don't RUN apt-get purge anacron or yum remove anacron because it will also remove plesk panel packages as it is in its dependencies. I would advise to check your Iptables records. Check whether 8447,12443,11443 & 11444 PORTS OPEN for INPUT
  19. I

    Ipv6 ip addresses and Named problem

    I have a server with IPV4 and for some reasons when i go to /var/log/messages i get lots of errors from named (bind) that try resolving Ipv6 ips. In order to fix that, i went to /etc/sysconfig/named and i added a -4 to the list of parameter OPTIONS="-c /etc/named.conf -u named -n 2 -4" to...
  20. I

    Plesk ftp backup fails

    @Nicoh, It is maybe an issue related to user permissions to the logs. You should find the logs and apply 777 permissions.
Back
Top