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.
I have a bash script to add a TLSA entry to my DNS. Is there some kind of notification I can listen for to run this script after an SSL renewal or manual creation.
I’ve seen a GitHub project that does it like this:
Navigate to Plesk > Tools and Settings > Scheduled Tasks.
Find the Let's Encrypt...
I have all my domain mail accounts configured to reject Mail sent to non-existent users. However this mail is sent to the the address defined in My Profile
I have basic knowledge of nginx and Apache, can I add the opt out headers globally to every domain in my account somehow?
Or do I need to add the headers to each domain individually.
https://paramdeo.com/blog/opting-your-website-out-of-googles-floc-network
I have a functioning rails 6.0.3.4 app on Ubuntu 18.0.4, but updating the Gemfile to:
gem "rails", "6.1.0"
causes the app to fail to start when running bundle install via Plesk
TITLE:
display error on Safari 13.0.3/Plesk Obsidian
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Obsidian 18.0.20 update #2,
Ubuntu 18.0.4
PROBLEM DESCRIPTION:
there is a display bug on macOS Catalina 10.5.1/Safari 13.0.3/Obsidian 18.0.20 update #2
you can see the problem in the...
there is a display bug on macOS Catalina 10.5.1/Safari 13.0.3/Obsidian 18.0.20 update #2
you can see the problem in the following image:
Plesk Obsidian css render error on macOS Safari 13.0.3
it is easily fixed with the following css:
(commenting out "display: flex;")
.pul-preview-panel {...
I want to set a Cron job to optimise all my databases, so i tried running this command from a Scheduled Task:
mysqlcheck -uadmin -p`cat /etc/psa/.psa.shadow` --auto-repair --optimize --verbose --all-databases
But it always throws an error:
Task "mysqlcheck -uadmin -p`cat /etc/psa/.psa.shadow`...
so I am running a rails app on a subdomain which i would like to access from a folder in the root directory:
mydomain.com/store --> store.mydomain.com
how can i configure this?
ive tried a symlink but get a forbidden error in apache
Hey guys,
I am wanting to install a Ruby on Rails app in a subdirectory of my domain, but don't see a way to achieve this through the UI?
I can install the app just fine, and I have it configured in the envioronment.rb file to run on the subdirectory:
mydomain.com/store
and this works great...