• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Hostname not updating for PSA - Issue?

Found a temporary fix.

Edit:
/usr/local/psa/admin/conf/httpsd.conf


Replace:
ErrorDocument 400 https://old-host.com:8443
with
ErrorDocument 400 https://new-host.com:8443

Replace:
ServerName old-host.com
with
ServerName new-host.com

This may be lost next plesk update.
Why hasn't plesk updated the hostname correctly?
Is there a correct method for changing this?
Is it possible to have the domains redirecting to their own https://
 
Is this a Plesk VPS or Dedi?

What does 'hostname' output via SSH?

When you changed the hostname via Plesk, did you notice if the /etc/hosts file changed to the correct url?

Good Luck ;)
 
Back
Top