• 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 bendim

  1. B

    Question fail2ban-server and systemd-logind high cpu usage, log file auth.log 200Gb

    Hello, today i checked my grafana board and saw high cup usage and my 500Gb disk space was full. htop shows fail2ban-server and systemd-logind 100% usage. I searched for big files with the following command. find / -type f -size +100M -exec du -h {} + 2>/dev/null | sort -r -h 259G...
  2. B

    Resolved Docker container

    Can you share your nginx conf? Try to get nextcloud running with docker compose and nginx directive.
  3. B

    Resolved Nextcloud's nginx.conf on Plesk

    Do you solved your problem? Do you install Nextcloud manual or with Docker Compose?
  4. B

    Resolved How to install APC/APCu extension for PHP 7.4.x with Ubuntu 20.4.1 LTS

    I symlink SED. Here is how and hope it helps other. ln /bin/sed /usr/bin/sed
  5. B

    Resolved How to install APC/APCu extension for PHP 7.4.x with Ubuntu 20.4.1 LTS

    which sed /bin/sed ls -la /usr/bin/sed "/usr/bin/sed": No such file or directory (os error 2)
  6. B

    Resolved How to install APC/APCu extension for PHP 7.4.x with Ubuntu 20.4.1 LTS

    I installed different packages, but still get this error. Any idea what the problem could be? Used this tutorial APCu-Extension für Plesk PHP 8 ➜ /opt/plesk/php/8.0/bin/pecl install apcu downloading apcu-5.1.21.tgz ... Starting to download apcu-5.1.21.tgz (92,516 bytes)...
  7. B

    Issue Security valnerability when managing Docker through Plesk

    I found the solution. Hope it helps. ssh -N [email protected] -L 9000:localhost:9000 Open browser localhost:9000
  8. B

    Issue Security valnerability when managing Docker through Plesk

    Thank you for the hint. I tried to use "SSH local port forwaring" to access a app on local port 9000 ssh -N [email protected] -L 9000:server.com:9000 Part of the docker-compose.yml ports: - 127.0.0.1:9000:9000 Tried to open server.com:9000 in my browser, but could not access the app...
Back
Top