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

    Resolved Allow local MySQL server check is gone after restart MySQL

    If Allow local MySQL server to accept external connections is check and I restart MySQL form SSH Service MySQL restart The check is gone and no one can connect remote to the database You need to check it again and save every time if you restart MySQL form SSH
  2. Dumitru

    Resolved restarting PHP-FPM 7.0.16 from cron

    We need to user same restart function like your button form plesk for restart php-ftp7, we need to use it cron * * * * * /usr/sbin/service php5-fpm restart - this is workign for php-fpm 5 * * * * * /usr/sbin/service php7-fpm restart - bat for 7 this is not working It is other setting for...
  3. Dumitru

    Resolved mysqli - Cannot assign requested address between two server

    Hello I have two servers with Plesk Onyx One server for files , second for mysql (more the 1K request per /s) If I have online visitor more then 700 it give me some error PHP message: PHP Warning: mysqli::__construct(): (HY000/2002): Cannot assign requested address .. while reading response...
  4. Dumitru

    Resolved php-fpm.sock failed +1000 users online

    Hello, the error from prels Log, nginx error connect() to unix:///var/www/vhosts/system/domen.com/php-fpm.sock failed (11: Resource temporarily unavailable) while connecting to upstream --- this is full messages from logfile -------------------- 2017/01/30 18:40:08 [error] 18036#0: *18740698...
  5. Dumitru

    Question Custom 404 error page if you useing nginx

    how to create custom 404 page if we use - FPM application served by nginx instead of File not found. message on page I created custom 404.html page I tried this: ---------------------------- In Additional directives for HTTP - add ErrorDocument 404 /404.html not working...
Back
Top