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.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
Thanks for your time CaptainHook.
I ended up installing MongoDB without Docker.
However, blocking any calls on the MongoDB port in the firewall should indeed be a good solution.
Hopefully it will help someone in the future!
Hello
I installed MongoDB with Docker on my Plesk server. It allows remote connections by default, and I would like to change that.
Usually I disable remote access by setting bind_ip to 127.0.0.1 in the mongodb.conf file, but I can't find any / don't know how to use configuration file with...
Hello IgorG and thank you for your time,
I've read this documentation already. In fact if I put these lines in Plesk Apache directives:
Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Credentials "true"
Header set Access-Control-Allow-Methods "GET, POST, PUT, DELETE...
Hello!
I'm having trouble trying to enable CORS on my PHP API.
If I put header('Access-Control-Allow-Origin: *'); in my PHP code, it has no effect.
But if I put Header set Access-Control-Allow-Origin * in the Plesk Apache configuration, then it works.
How can I let PHP manage the CORS...
Dear SibProgrammer, huge thanks for explaining this. I will try asap and let you know.
EDIT
It is working! As pointed by SibPogrammer, no need to setup SSL within the NodeJS sript, Plesk/Nginx takes care of that for you. Good to know! Many thanks.
Hi, thank you for your time Ruslan.
I have a Debian 9 server with Plesk 17.8 preview and the NodeJS extension.
I added a domain (let's say my.domain.com) with web hosting and put my NodeJS app files in the httpdocs folder.
The SSL/HTTPS code in my index.js looks like this:
//[...]
//https
var...
I'm not sure changing the file permission is the solution here, because I think it will eventually be overwritten by the certificate renewal.
I'm pretty sure there must be a way to give permission to the user running the NodeJS script, but I don't know how to do it properly.
Hi IgorG, thanks for your time.
Unfortunatly, the plesk repair installation did not fix anything, and the /var/log/plesk/sw-cp-server/error_log file is empty.
Hello,
I'm trying to setup a NodeJs application on my Plesk server.
I have an error while trying to run the script through the NodeJs extension:
Error: EACCES: permission denied, open '/usr/local/psa/var/modules/letsencrypt/etc/live/[MyDomain]/privkey.pem'
I understand that the user running...
Hello,
I hope I'm in the right place, a gentleman from the Plesk support told me to post in this topic.
I have an issue on the 17.8 preview (running on Debian 9).
Every time I go on the login page, I have an error message saying:
Internal error:
Signature verification failed
Message Signature...