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.
Found this in another thread: Question - Rate Limiting
Peter said: "it is not required if your log files have a default format" (which they most likely do).
I would also like to know what the "date pattern" is please. I've have this jail enabled on all servers and it hasn't been catching any bots (specifically GPTBot), and believe that may be the cause. I am using the stock conf/regex patterns.
Also, just for peace of mind... Will any changes be...
That sounds good - but it seems like Plesk is downloading the actual favicon images (.png or .jpgs) from sites that have them - specifically all of our Wordpress sites. Of course we try to optimize them, but Wordpress recommends a 500x500px image and those are generally around 25-80kb each...
Thank goodness we can disable this.
Honestly, this does nothing for UX and is more of an annoyance/burden on the server. When hosting over 50+ domains, you can see how slow it is as it tries to load the favicons for each domain.
Maybe you guys could employ a cache mechanism if it's going...
Here's how I fixed it.
1. Switch to Comodo (Free)(Gratuit)
2. Login via SSH/Console
# touch /var/awp/etc/config
# aum -u
# ln -s /var/awp/bin/aum /var/asl/bin/aum
3. Switch back to Atomic Standard
Thanks Rasp, I don't think it's a bug - I just wanted to create this post to help any novice devs. It might confuse them because the code is technically sound, it's just running with a different config.
Hey guys,
I ran into a weird issue when using a scheduled task on one of our client's Wordpress installations.
Some background information:
The scheduled task is set up as "Run a PHP Script" without arguments.
We have changed the 'Access to the server over SSH' to /usr/bin/bash
PHP Options -...
Hi guys,
It looks like you have coded the Wordpress toolkit to look for files in the installation directory and fail if any files are found - from an Admin level this is simply not good practice. We have several files in our skeleton directory that need to be present when a domain is created...