How to Change the IP for Webmail on Plesk Domain

Symptoms Webmail webmail.example.com shows the blank page or the default plesk page. DNS records for webmail.example.com is managed by external DNS server: There is another IP 203.0.113.3 is set in web server configuration file for webmail.example.com: RHEL-like systems Debian-like systems Both IP addresses belongs to the server Cause IP address that is set for domain … Read more

CORS on Plesk

How to enable and test CORS on Plesk https://stackoverflow.com/questions/12173990/how-can-you-debug-a-cors-request-with-curl https://support.plesk.com/hc/en-us/articles/115001338265-How-to-set-up-CORS-cross-origin-resource-sharing-in-Plesk-for-Linux- and https://awesometoast.com/cors/

PHP Custom Sessions Not Working in Plesk

I went and adjusted the expected time out to 4 hours on every domain and on the default settings through Plesk. But it seems that instead of time outs being handled by php, the server runs a cron job that handles the timeouts and ignore php settings. That breaks our apps. Is it there a … Read more

After switching a WordPress website to FPM served by nginx in Plesk, it fails to load with “404 Not Found” on all pages except start page

After switching a WordPress website to FPM served by nginx in Plesk, it fails to load with “404 Not Found” on all pages except start page. See: https://support.plesk.com/hc/en-us/articles/213912945-A-WordPress-website-on-a-Plesk-server-shows-404-Not-Found-on-all-pages-except-index-php-when-running-on-FPM-by-nginx For one website In Plesk, add the content below to the Additional nginx directives field of the WordPress domain at Domains > example.com > Apache & nginx … Read more