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.
Thank you for your response.
We know that is not the normal way but, many customers had a lot of trouble with the new update and cannot wait for an update that will arrive in several days.
Hello,
We have the same issue and we have find a bypass for UIDL by creating a file : /etc/dovecot/conf.d/99-local-pop3.conf
With :
protocol pop3 {
# UIDL stable recommandé (évite les re-téléchargements)
pop3_uidl_format = %{uid | hex(8)}%{uidvalidity | hex(8)}
# Optionnels mais utiles ...
I know but i didn't find other solution.
If you have it, i'm interest.
The sudo file need two thing : the permission to use rsync command and permission to execute the bash file.
In my bash file the path is put in the script and no depend about a variable.
Regards,
CMRP
Yes i use a public/private key between the two server.
In fact, i think the sudo module is install by defaut with plesk.
But it's not the case.
Here is the solution :
1) Install sudo (yum install sudo)
2) Add in /etc/sudoers this two line :
your_user ALL = NOPASSWD...
Because i think the rsync command cannot execute by apache user.
How i could execute this command in bach file via php?
NB : if i execute the bash file in root with command line, it works perfectly.
Regards,
CMRP
Hello,
I have an issue with a PHP script that execute a SH file.
My PHP script :
My SH file :
If i go to my php web page, it print "Hello" but the file dosen't send in my remote server.
I didn't see in plesk the sudoers file to give permission for the apache user to execute a rsync...