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.
Just try to run
plesk repair web <domain>
Don't forget to change <domain> to your desired domain.
This will reconfigure the config files for the domain.
I would recommend you to setup the reverse proxy without plugin, as it is easier.
Just go into the "additional apache and nginx settings" for your (sub)domain and enter the following to the "additional nginx directives" (at the bottom):
location / {
proxy_pass http://127.0.0.1:9091/;
}
Just...
I would suggest not using umlauts, even if plesk supports them.
They can create some errors in different configs.
For the wordpress installations, you can update the permalink within the post/page itself.
So, the traffic is measured by month.
You checked above the log of one single day.
You could modify the commands above to the following:
mkdir /root/datastats
cd /var/www/vhosts/system/<yourdomain>/logs
for i in *; do find $i -mtime -30 -type f -exec cp -a {} /root/datastats \;; done
cd...
Hi there,
if you want to find the ip addresses which are connected to the server right now, just run
ss -tan state established | grep ":80\|:443" | awk '{print $4}'| cut -d':' -f1 | sort -n | uniq -c | sort -nr
This output counts the connections to the whole server right now.
If you want to...
As I'm not very familiar with the plesk firewall, I can only speak in general.
SMTP, POP3 and IMAP are the ports for mail, correct. You should better block the ports given by @Monty above, as there may be some not connected to the service names.
I'm not really sure, but I think the 3rd line from...
Should be mentioned if you use mail services o some domains, then use Fail2Ban (like mentioned above) and disable mail service for all domains which are not using it.
In order to speed up my database I logged all queries not using indexes.
There are many queries from plesk, like this:
# Time: 211217 16:22:36
# User@Host: admin[admin] @ localhost []
# Thread_id: 99564 Schema: psa QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000088 Rows_sent: 120...
I installed the latest biospheere/promcord image as docker container.
But if I disable automatic port mapping, no manual port mapping is available. As in the docs, the container does not allow ports.
But I asked the author of the application for the standard port, it should be 8080.
After...
I got the following mail the second time right now, how can I fix this?
/etc/cron.daily/logrotate:
error: stat of /usr/local/psa/var/modules/wp-toolkit/action_logs/be90b96d-59f2-4e79-a72c-513a3dfd0040/be90b96d-59f2-4e79-a72c-513a3dfd0040.log failed: Permission denied
error: stat of...