Search results

  1. Tigzy

    Resolved php-fpm memory leak?

    Hello, I'm having an issue on our prod server. The memory usage for apache is growing until it eats it all. Every week, I have to restart the php-fpm handler to release the memory. I'm running: OS: ‪Ubuntu 16.04.5 LTS‬ Product: Plesk Onyx 17.8.11 Update #24 PHP-FPM 7.2.10 I haven't been...
  2. Tigzy

    Question PHP websockets, how to?

    Hello, I'm trying to deploy a PHP websocket application (w/ Ratchet). It's pretty straightforward on a local env, I just run "php myserver.php" and then I browse to "whateverpage.php" and it works on port 8080 (configurable) I wonder what's the preferred way to achieve this on Plesk, knowing...
  3. Tigzy

    Resolved Unable to login after upgrade to 17.5.3

    Hello, After the upgrade impossible to login. When I enter my creds, I see the UI for 1 second then it comes back to the login screen. I have tried this: How to get or reset password for admin account in Plesk The login URL does the same and comes back to login screen, so I'm stuck. The server...
  4. Tigzy

    Issue php7 fpm doesn't restart after PHP settings updated

    Hey, On a prod server, when I update PHP settings (let's say to change memory limit), I have the following error: Error: phpinimng failed: Job for php7.0-fpm.service failed. See "systemctl status php7.0-fpm.service" and "journalctl -xe" for details. Failed to start php7.0-fpm service I have...
  5. Tigzy

    Resolved Docker: failed to register layer: devmapper

    Hello, I've just installed a Plesk Onyx server on Ubuntu 16.04. I'm trying to create my first container, but I'm getting this error: root@domain:/dev/mapper# docker run --name db -p 27017:27017 -d mongo:3.0 --smallfiles Unable to find image 'mongo:3.0' locally 3.0: Pulling from library/mongo...
  6. Tigzy

    Issue Down after plesk update

    Hello, After this morning's update of Plesk, one of my staging website is down. They're all running PHP 7, without any notable difference between them, and only 1 was dead this morning. This is the error I had: (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain...
  7. Tigzy

    Resolved Docker engine package update

    Hello, On Onyx version, after the Docker engine package update (made through the UI) the containers are left stopped. It would be great if you could restart them automatically. Thanks,
Back
Top