• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

administrator login

L

loopy

Guest
Hello all ;)

I shortly began using Plesk and having a question regarding the login screen of Plesk:

When I'm connectin to Plesk with domain.tld:8443, I automatically get forwarded to hostname:8443.
Is it possible to turn this off?
I just want to see the domain-name like domain.tld:8443.

The customer shouldn't really know which hoster I'm using for my servers.

Any help would be appreciated....
 
Same prob with the ip adress.
Redirection to the hostname...

Anyway I tried to change the hostname of my first server, but this seems to be heavier than it sounds...

This is what i did already:

/etc/hosts
changed the hostname

/var/qmail/control/me
changed the hostname

hostname <newhostname>

mysql -u admin -p`cat /etc/psa/.psa.shadow`
use psa;
update misc set val='NEWHOSTNAME' where param='FullHostName';

Plesk restart:
/etc/init.d/psa stopall
/etc/init.d/psa stop
/etc/init.d/psa start

Still the same prob. Omg :confused:
Plesk still redirects to the old hostname:mad:
 
The problem isn't that you're clients are accessing something by an invalid address, it's that they're accessing it on an insecure protocol. Your clients are accessing http://domain.tld:8443, they NEED to access https://domain.tld:8443. This makes a big difference, and this WILL stop the redirection to https://hostname:8443/
 
ye, you're right.
Figured it out today.


Anyway thx your your help :)
 
Back
Top