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.
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...