Oh, and I did find that it wasn't in Apache, but in nginx.
After some searching around, I found the file /etc/sw-cp-server/conf.d/plesk.conf. It contained two lines that looked promising:
listen 8443 ssl;
listen 8880;
So I went ahead and changed the first one to:
listen sub.domain.com:8443 ssl...
The main reason is that I don't want it to be easy to find the admin panel. I'd prefer to have it on some obscure sub domain on a domain not used for anything else.
I only discovered that this was even possible by accident, through Google. It had indexed the admin panel login - on one of my...
I'm trying to get my Parallels Plesk Admin Panel to only respond to one host, not every host that points to the machine. Can this be done?
I assumed that I'd be able to configure this through the Apache http config files, but I haven't been able to locate where that might be.
So to be...