Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
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.
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...
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...
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. :)
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...