Migrating a site to a new server and avoiding DNS propagation delays in Plesk
Unlike a firewall port forward which does a whole server, this tip only works on a virtual host by virtual host bases. When you change […]
Unlike a firewall port forward which does a whole server, this tip only works on a virtual host by virtual host bases. When you change […]
When adding fail2ban to a server with a lot of sites and enabling all jails the client got this error during the enabling process. Half […]
On one plesk server I manage it does no emails except for password reset. The client has over 100 wordpress sites on this server. Password […]
A client was trying to increase the file_size limit in php. They were getting this error message. Error: phpinimng failed: Configuration test ‘[‘/opt/plesk/php/8.2/sbin/php-fpm’, ‘–test’]’ failed […]
To dump a database on a plesk server from the command line without having to faff about with the password file. MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysqldump -u […]
Normal this is fixed via the plesk panel but if it happens too quickly each time then you need to do this via the command […]
When you use the LetsEncrypt module it handles the renewals of your encrypted domains without any issue. However it doesn’t appear to have any method […]
If you get “relay access denied” error messages on mailman and mailman messages are not going out then check to see if you have ::1/128‘ […]
This is not an easy task without knowing a few tricks as the log files are not an awful lot of help. Providing you have […]
I need a list of domains to use in a script for rebuilding a DNS server. This did the job. mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa […]
Copyright © 2024 | WordPress Theme by MH Themes