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

    Resolved PHP -v reporting errors

    Thank you very much IgorG. Runing this code I found this call in /etc/php.d/zend_extensions_psa.ini:zend_extension=php_opcache.dll Then I added ; and error was fixed ;)
  2. L

    Resolved PHP -v reporting errors

    I checked much files and I dont find any file calling to php_opcache.dll I dont understand why i get this error of php_opcache.dll because my 10-opcache.ini is calling correctly to zend_extension=opcache.so best regards
  3. L

    Resolved PHP -v reporting errors

    Hi I dont know if it come from last Plesk Onyx 17.8.11 update but I have next errors: Do you know fix this error? thank you very much
  4. L

    Issue Fail2Ban never starts

    Yes, in var/run/fail2ban is the file fail2ban.pid
  5. L

    Issue Fail2Ban never starts

    Hi IgorG Permission are good (0777/lrwxrwxrwx) Do you think my CSF/LFD firewall could be blocking fail2ban? Any other idea?
  6. L

    Issue Fail2Ban never starts

    Hi From Plesk I received this error: ERROR:f2bmng:Failed to start fail2ban service From plesk log, the next message is repeated when I try enable it: I attach message requested Thank you
  7. L

    Issue Fail2Ban never starts

    Hi steven_h Thank you for your info. I checked it but file location seem to be in right place as I attach in images
  8. L

    Issue Fail2Ban never starts

    i runned "sestatus" but it is disabled
  9. L

    Question Disable lfd "Suspicious process running under xxx"

    Hi Mark Do you know say me what code should I add to csf.pignore for dont receive more lfd alert emails?? thank you very much
  10. L

    Issue Fail2Ban never starts

    Hi I cant start Fail2Ban from Plesk or ssh. Before I received always error code 255 and i uninstalled and reinstalled like this plesk user but it dont start I tried with this plesk post without luck I attach ssh messages about fail2ban.pid not readable thank you
  11. L

    Question Disable lfd "Suspicious process running under xxx"

    Hi all I am trying one week ago and I cant stop the emails from lfd alerts such as "Suspicious process running under xxx" I tried changing code in csf.conf to: LF_EMAIL_ALERT = 0 PT_USERMEM = 0 PT_USERTIME = 0 Later I wrote "csf -r" and "systemctl restart lfd" but emails dont stops A bit...
  12. L

    Resolved Can't increase memory_limit value

    Hi Add next code in a php file and upload to your root server by filezilla: <?php phpinfo(); ?> Then go to https://www.yourdomain/phpinfo.php and look in "$_SERVER['HOME']" where is located your web settings file
  13. L

    Issue Error in autoupdate

    Hi I can confirm about these problems IT IS PHP 5.3.29 plesk extension installed used in a website (also uninstalled unused PHP 5.6). I uninstalled this PHP version and I checked yum update + plesk update and it works fine. If I try install again Plesk PHP 5.3.29 extension then errors in...
  14. L

    Issue Error in autoupdate

    Hi I uninstalled all PHP extra versions from Plesk (PHP 5.3 and PHP 5.6) Now errors regarding php versions have disappeared but persist the same error "libtidy-0.99.so.0" With "yum update" the error is: NOTE: I see a error in my vendor php version requesting php_opcache.dll when I believe...
  15. L

    Issue Error in autoupdate

    Thank you for your help @UFHH01 I tried force the installation of "libtidy" and it seem require install differents tidy versions for each php version, example: About delete or disable epel-release 7-9 or 7-10 i dont know how do it, I tried deleting from root/epel-release-7-9.noarch.rpm and...
  16. L

    Issue Error in autoupdate

    Sorry, without any changes Do you know say me what codes should I typing in ssh for solve these libtidy problems? When i joined to my plesk dashboard I have much top messages with autoupdates problems thank you very much
  17. L

    Issue Error in autoupdate

    Hello I tried both alternatives without luck. With your first option I receive next message: And with your second option I receive error: In this second option I dont know what code should add in 5 steap "rpm -e --nodeps alt-php54-tidy-5.4.45-37.el7.x86_64" Thank you very much
  18. L

    Issue Error in autoupdate

    Hi I cant update with my Plesk Autoupdate, I believe the problem is I have a native PHP 7.1.9 version with others aditional PHP versions as PHP 5.3 and PHP 5.6. This error come from last yum updates because when I had PHP 7.1.5 or 7.1.6 from vendor there are any problem with Plesk autoupdate...
  19. L

    Issue 504 Gateway Time-out in Apache 2.4.6 + FPM

    Hi, It is not problem about DNS because if I change website to Fastcgi instead of PHP-FPM + Nginx then issue is solved. I believe it is issue of Apache according 54973 – mod_proxy_fcgi does not honnor Timeout / ProxyTimeout best regards
  20. L

    Issue 504 Gateway Time-out in Apache 2.4.6 + FPM

    Sorry, I tried with these changes and restarting php-fpm, nginx and httpd but it always receive 504 Gateway Time-out after 60 sec
Back
Top