brainforge
Basic Pleskian
Go into domains, select a domain control panel.
Click on SSL Certificates link I get the following error:
Go into tool & utilities.
Click on Updates I get problem loading page error:
The URL looks like this:
------------------------------------------------------------------------------------------------
All these problems turn out to be due to my use of a subdomain and Apache proxy module to access Plesk.
I use this setup as occassionally I need access from behind a firewall which blocks port 8443 and I am always in the habit of typing https://plesk.domain.com instead of https://mydomain.com:8443.
I am sure this did not happen in Plesk 9.
Minor inconvenience but does anyone have any ideas how to modify mod_proxy configuration in vhost_ssl.conf to handle these links correctly, or is it a Plesk issue and up to them to fix?
Click on SSL Certificates link I get the following error:
Click on FTP Access I get the following error:The requested URL /smb/redirect/pleskin/root//plesk/client@11/domain@33/certificate@/root//plesk/client@11/domain@33/mpc-certificates// was not found on this server.
Click on Backup Manager I get the following error:The requested URL /smb/redirect/pleskin/root//plesk/client@11/domain@33/hosting/ftp-users//root//plesk/client@11/domain@33/hosting/web-users//root//plesk/client@11/domain@33/hosting/anonymous-ftp// was not found on this server.
Click on Account Additional Services I get the following error:The requested URL /smb/redirect/pleskin/root//plesk/client@/domain@33/backup// was not found on this server.
The requested URL /smb/redirect/pleskin/root//plesk/client@11// was not found on this server.
Go into tool & utilities.
Click on Updates I get problem loading page error:
The URL looks like this:
Works if manually changed to:
------------------------------------------------------------------------------------------------
All these problems turn out to be due to my use of a subdomain and Apache proxy module to access Plesk.
I use this setup as occassionally I need access from behind a firewall which blocks port 8443 and I am always in the habit of typing https://plesk.domain.com instead of https://mydomain.com:8443.
I am sure this did not happen in Plesk 9.
Minor inconvenience but does anyone have any ideas how to modify mod_proxy configuration in vhost_ssl.conf to handle these links correctly, or is it a Plesk issue and up to them to fix?
SSLProxyEngine on
ProxyRequests off
ProxyPass / https://localhost:8443/
ProxyPassReverse / https://localhost:8443/