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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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...