• 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

Recent content by Dumitru

  1. Dumitru

    Resolved Allow local MySQL server check is gone after restart MySQL

    Now si [mysqld] bind-address = ::ffff:127.0.0.1 local-infile=0
  2. 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
  3. Dumitru

    Resolved restarting PHP-FPM 7.0.16 from cron

    working perfect tnx I use /usr/sbin/service plesk-php70-fpm restart form cron job one per day
  4. 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...
  5. Dumitru

    Resolved mysqli - Cannot assign requested address between two server

    Problem was solver: #netstat -anlp | grep :3306 | grep TIME_WAIT -wc before was - 60K now 400 wating Add etc/sysctl.d/yourconfig.conf net.ipv4.tcp_tw_recycle=1
  6. 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...
  7. Dumitru

    Issue FTP Actively Refused Connect

    your firewall is looking like this ?
  8. Dumitru

    Issue FTP Actively Refused Connect

    Try to make one more user and on ftp connection host set IP not domain url
  9. Dumitru

    Resolved php-fpm.sock failed +1000 users online

    This solution is working pm.max_children = 40 in my case I set 400 https://support.plesk.com/hc/en-us/articles/214528405-Server-reached-max-children-setting-5-
  10. Dumitru

    Issue Magento 2 : Update pending

    Look in file manager in magento, all folders and files have group: psacln or is something else look inside folders too
  11. Dumitru

    Issue FTP Actively Refused Connect

    Try this, in my case It was work: 1. Go to Extensions - Firewall (enable firewall) 2. on Modify Plesk Firewall Rules System policy for outgoing traffic - Activate Action Allow System policy for incoming traffic - Activate Action Allow System policy for forwarding of traffic - Activate Action...
  12. Dumitru

    Issue Critical Error when trying to migrate to new Server

    I had something similar, try to update your server to Onyx and after that migrate all the content
  13. Dumitru

    Issue Magento 2 : Update pending

    The best way is to update form application menu not from magento what OS is on server ?
  14. Dumitru

    Resolved php-fpm.sock failed +1000 users online

    I wont to ask if I have pm.max_children = 300 in plesk I still need php.ini in conf file ? ok my avarage php-fpm is 16Mb to 25mb ps --no-headers -o "rss,cmd" -C php-fpm | awk '{ sum+=$1 } END { printf ("%d%s\n", sum/NR/1024,"M") }' or ps -ylC php-fpm --sort:rss the RSS column shows non-swapped...
Back
Top