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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
I have the case a few days ago, /etc/httpd/conf/plesk.conf.d/vhosts/ symbolic links was breaks :
for i in $(ls /var/www/vhosts/system/); do if [ ! -f /etc/httpd/conf/plesk.conf.d/vhosts/$i.conf ]; then echo $i; fi; done
had to rebuild all of them
for i in $(ls /var/www/vhosts/system/); do if...
@IgorG Problem have been solved finally.
inicialy, no exp_event.frm are present in psa directory database, but logical error
MariaDB [psa]> DROP TABLE exp_event;
ERROR 1051 (42S02): Unknown table 'psa.exp_event'
MariaDB [psa]> CREATE TABLE `exp_event2` ( `event_time` timestamp NOT NULL...
Hello @IgorG no special logs in /var/log/mariadb/mariadb.log as it an fail sql only when trying to create table, version is : MariaDB 10.2.31 database server
Hello
We had an issue with our mysql database server last week and have had to restore plesk database with automatical dumps.
All gone fine exept exp_event table that give us en mysql error restore, and we are unable to restore it
It's not an essencial table, so all work fine, but we would have...
Hello
I have no clear situation about admin backup server visibility for client, it seem that if there is no client and only subscription in an reseller, these backups are not visible but seem if they enter as client account in an reseller account, they are able to see these backups, someone...
Ok and any way to put FTP parameter options in plugin to connect to real domain.tld hosting and can get correct SSL? or directly obtain fullchain & key from other server? sometime is other good way
Well, you can issue en ssl for mail.domain.com ( certbot -d mail.domain.com ) if you have an webspace for this name, sometime cpanel able to this and this would be the way to do it with plesk ( @IgorG can you review this? )
I have create an cron script to automatize this : Instruction - Automatize webp php extension by cron I'am sure that someone can optimize this code, but it's works fine.
I have create an cron script to automatize this : Instruction - Automatize webp php extension by cron I'am sure that someone can optimize this code, but it's works fine.
Is you are using external mail service, you had to disable the mail service of this domain in plesk > suscripcion > mail > Configuration > disable, in other case, plesk try to deliver in local if mail are send by other mail local account. I don't know if it's your issue, but you can review it.
In SSH
Try to rename /etc/nginx/conf.d/phusion-passenger.conf file :
mv /etc/nginx/conf.d/phusion-passenger.conf /etc/nginx/conf.d/phusion-passenger.conf.bak
Then try to start nginx
service nginx start
One of consequence for us, is eveytime more problem with outlook/hotmail/live mail due to more use of mail. Always have the same case, ips no listed in blacklist, but due to amount mail, outlook sometime block temporaly ip server with tipical message :
"host...
if domain.tld don't work and domain.tld/.well-known/acme-challenge don't accesible, you are also able to create SSL on cpanel? If it's the case, I don't know how they do it because the return check from let's encrypt is always on this url... in plesk, in cpanel and in any server included without...