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.
Since I can't edit my post, let me just make a correction: I meant the modification date, of course, not the creation date (which is not stored in Linux anyway).
Just before, I was running some tests on an internal wiki and before doing so, I created a backup. Since the tests were not succesful, I decided to simply restore my backup and assumed everything would be back exactly to how it was.
Instead, for every single file that was restored, the...
Hi Peter, yes, I figured. Just to be clear, when I say "subdomain", I'm referring to the functionality "Add subdomain" in Plesk. As far as I understand, it's not possible to create a subdomain this way and still add it to its own subscription. So, the only way to do this is to "Add new domain"...
I think I can answer my own question. Simply don't use the function "Add Subdomain" and instead add a regular domain that actually points to the subdomain.
I guess the only good reason to even use the function "subdomain" is to avoid restrictions in terms of how many domains can be added to a...
I'm running various web apps on my domain and several sub domains. It seems that one of these apps (based on PHP) had a vulnerability that was exploited. As a consequence, not only the app of that particular (sub) domain was affected but the main domain and all other sub domains, too. Code was...
Hi there,
My question is theoretical as I'm thankfully not in the situation of having to restore a backup at that point. Still, I'm just wondering what approach I'll have to use.
I understand that Plesk offers various commands to backup, restore, migrate a Plesk installation. In my...
I have the same issue as Nextgen. Plesk asked me to do an upgrade of Grafana 8, since then advanced monitoring is no longer showing any data. The log mentions several times that a plugin is not available, such as
"MySQL memory usage" error="request handler error: plugin unavailable"
Hi Peter,
Thanks for the hint. Since I was thrown out by the entire web server, I didn't think to look in the vhost logs. And sure enough, there are plenty of those client denied messages. Here just the most recent entries before another ban:
logs/wiki.example.com/error_log:[Sun Dec 06...
Hi Peter, thanks for replying so quickly. I ran grep -r -i "client denied" * within /var/log with no result. Furthermore, I checked the following log files manually:
/var/log/sw-sp-server/error_log
/var/log/apache2/error.log
/var/log/ngingx/error.log
/var/log/plesk-php75-fm/error.log
None of...
Just some additional info: I see a couple of these messages
2020-12-06 19:03:18,124 fail2ban.filter [418]: INFO [plesk-apache] Found 185.72.69.130 - 2020-12-06 19:03:18
Before I get
2020-12-06 19:03:18,263 fail2ban.filter [418]: INFO [recidive] Found 185.72.69.130
And...
I could observe many times in the last few weeks that everytime I click around a bit more enthusiastically in DokuWiki, a private Wiki I have set up as a subdomain in Plesk, there comes a point when the page won't load anymore and I can't reach any website anymore hosted on my Plesk server...
Hi Igor,
Thanks for replying. The web server logs are actually the first thing I checked. If I understand the setup correctly, my system uses nginx as a reverse proxy, logs in /var/log/nginx, and apache that's actually serving the sites, logs in /var/log/apache2.
In the apache error log...
This is on Plesk for Linux, 18.0.29 update 2
Today, I created a new subdomain wiki.example.com and installed DocuWiki on it. For those of you who are not familiar with it, DocuWiki is a Wiki software that does not rely on a database, everything is stored in text files. That's why it's actually...
Hi l_c, thanks for your reply.
Clearly, what you propose, works, thank you for that. When I worked with the wildcard domain, I had to manipulate my DNS records and add a TXT record (_acme-challenge.example.com). This does not seem to be the case when I just secure the domain itself and the www...
All the domains hosted on my Plesk server are managed through an external DNS server. As far as I understand, this setup is not compatible with automatically renewing certificates from Let's Encrypt because the Plesk server needs direct access to the DNS records. So, for this to work, Plesk...
Hi Igor, I see. Honestly, I wasn't even aware of how Let's Encrypt works. If the challenge changes every month, then it's clear why direct access to the DNS zone is needed.
Is there an easy way to transfer all dns records from the external server to Plesk?
On a daily basis, I keep receiving the following email for one of my subscriptions (changed domain to example.com, all else left original):
This seems to be quite in contrast to what is actually shown to me in the panel:
What can I do about this? I already did reissue the certificate once...
Hi all, sorry it took me a long time to reply. I just tried Mihail's suggestion, and this seems to have done the trick. Now, WP Toolkit would start again. It would show me a broken instance under httpdocs/wordpress (which no longer exists since I moved the files). I was able to remove this...
Using wp-toolkit, I registered and installed a new instance into the folder EXAMPLE.COM/wordpress. Afterwards, I changed my mind about this and wanted to put the installation back into the root folder.
I was under the impression that should be easy enough to do, but apparently it's not...