Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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...