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/
I found the reason for error 1:
when we have a domain that is only used for DNS pointing to an external website (so no mail or webhosting) then the migrator can't get the IP used for substition in the migrated dns records. Workaround: set mailservice to 'disabled for incoming mail' instead of...
I'm migrating domains from old to new plesk server using the migrator tool. I have 2 problems:
1) Multiple domains fail to migrate or switch DNS with the following error:
Subscription xxxx has no IP addresses on target system
Debug log shows:
Exception:Traceback (most recent call last): File...
Sorry to bump an old thread, but I'm at the beginning of migrating 250+ domains from an old CentOS plesk server to a new CloudLinux plesk server using Plesk migrator. The new server is behind NAT and when running I get the 'invalid secret key usage'. I can see in the debugging log that the...
Sorry, I made some typos:
Mail was received by our plesk server for info@xxx.yyy from SRS0=KbFn=R4=rejorational.com=dsqdqd@xxx.yyy. -> This should not be possible because xxx.yyy has the "disable incoming mail" configured.
PS2. When I want to recreate the situation by sending mail from "SRS0=KbFn=R4=rejorational.com=dsqdqd@yyy.com" to "info@xxx.yyy.com" postfix blocks it with an "554 5.7.1 : Relay access denied" error. So not sure how SRS works, just found out it exists. I can send (unencrypted) mail trough...
We have the following situation for a domain on our Plesk Obsidian 18.0.64 for Linux:
- Domain xxx.yyy is setup on the server with mailsettings "disable incoming mail, allow outgoing mail" (mail is at MS365)
- SMTP server is postfix
- Setup the smarthost feature pointing to our Spamexperts...
I'm facing the same problem trying to upgrade to 18.0.46, but there isn't a line with awstats in the epel.repo file.
Error:
Exception: Failed to solve dependencies:
plesk-awstats-configurator-18.0-2.centos.7+p18.0.47.0+t220905.1135.noarch requires awstats >= 7.8
Error: The Yum utility failed to...
Hi UFHH01,
thank you for your describing reply. The problem isn't really with the exact url not being reachable because of an error with plesk or Let's encrypt. When I remove my configuration for redirection to the SSL website the renewal process is working (I've tested this).
The real problem...
We use additional apache directives (not .htaccess!!) to force clients to be redirected to SSL.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST} [R,QSA]
</IfModule>
This works without a problem. We installed the let's encrypt plugin...
Recently I got warnings that /var/log was filling up on our Plesk 12.5 Linux server. I found out that about every 5 seconds there was a logentry for propfind /exchange/<email> with statuscode 405. Surely it has something to do with an autodiscover or ActiveSync on a mobile or tablet or...
I've setup Bind 9.10.1 on a windows server as a slave DNS server. I've installed the Slave DNS Manager on Plesk 12 for Linux and setup configuration.
New zones are added ok so authentication en communication is working perfectly. But when I delete a zone in Plesk, the zoneconfig file doesn't...
try puting '##' in the vhost.conf or vhost_ssl.conf. Maybe it needs to have content? the -u or --reconfigure-vhost is the same... the -r makes apache restart so it will use the new configuration...
I remember I also disabled php and SSI on the subdomain from plesk interface and then reenable...
did you create the conf dir and put a vhost.conf in there (with content)? you could try creating a vhost_ssl.conf and run the reconfigure command and see if it wil create the include...
I created the folder 'conf' in the /subdomains/beheer/ folder. In that folder I created a 'vhost.conf'. After that run "/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=<domain> -r". It should see the vhost.conf exists and add the include line to
SOLVED!!!!!!!!!
I saw after some more trying that my httpd.include now included the following line:
<VirtualHost <ip>:443>
ServerName beheer.<domain>:443
......
......
Include /var/www/vhosts/<domain>/subdomains/beheer/conf/vhost.conf
</VirtualHost>...