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

  1. L

    Question How to set env for PHP running under specific domain?

    I need to set env var so I can use it in PHP. How do I do this? if I check phpinfo from my domain I can find these env. So they must be a non global env. In NodeJS there's a menu for it where I can set env for specific domain, but I can't find it for PHP. Thanks.
  2. L

    Question Reading files from a different site inside /vhosts folder

    Hi. I have two applications (app A and B) that are running on the same server (Plesk Obsidian - Linux), but they are in separate folders inside /vhosts. That's because they're accessible via a different domain. Application A needs to read attachment files that are owned by application B. I have...
  3. L

    Question Weird Logs Appear in Nginx

    Hi everyone. I noticed something weird today with my webserver. In Plesk's log menu, there are weird nginx errors. They all contain weird characters like this and a few of them comes from tomorrow (?). The Date is + 1 of current date. I'm confused. The webserver hosts a PHP app. Now as far as...
  4. L

    Question PHP-FPM max_children config doesn't seem to have an effect on performance

    Thanks for the reply, my mistake. I understand max_children better now t hanks to your explanation. I set it to 20 and configured Apache+Nginx instead, my rest api works faster now and can handle more concurrency. :)
  5. L

    Question PHP-FPM max_children config doesn't seem to have an effect on performance

    Hello. I have a server with 8 core and 8 Gigs of RAM. I am currently trying to achieve a better concurrency. The server is used for a simple REST API : select data from db and echo as JSON result. One request under normal load should take less than 300ms. In attempt to achieve better...
Back
Top