• 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.

Shared directory for http and https content

J

judouk

Guest
I have migrated by domains from one website to a brand new server.
In the past, I had different directories for secure and insecure protocols - however, as of 10.0.1, I only seem to have the one.

I cannot find the option to re-enable the directory split (without manually altering the vhost-ssl.conf files).

Anyone know what the problem is?


The conf file at the moment looks like

<VirtualHost 1.2.3.4:443>
ServerName "securesite:443"
UseCanonicalName Off

<IfModule mod_suexec.c>
SuexecUserGroup "webmaster" "psacln"
</IfModule>

ServerAdmin "admin@admin"

DocumentRoot "/var/www/vhosts/securesite/httpdocs"



Ideally, I want the DocumentRoot to be
DocumentRoot "/var/www/vhosts/securesite/httpsdocs"



Thanks in advance
 
Ability to use different folders for ssl and non-ssl content is dropped. For compatibility reasons it still works after upgrade.
 
Unfortunately, when I perform a backup (from the old server) and restore (to a new server), this functionality is also dropped.
Can you confirm how I can put this back please
 
Back
Top