• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Splitting http and https directories

DougCurtis

Basic Pleskian
We will be migrating from plesk 9 to plesk 11 and I am having some trouble finding a fix for something. Previously, http and https could either share a directory or have split directories (httpdocs and httpsdocs) for a site. Now all I see is httpdocs and I can't find a way to have separate directories.

I found a couple of posts in the forums but the options they talk about don't seem to exist.

Thanks,

Doug
 

So I see the part that says:

The following directories are not included in Panel virtual hosts:
/httpsdocs
/subdomains
/private

What does "not included" mean? It means they are no longer supported? How does the migration manager handle when migrating from an older plesk server to Plesk 11.5? This seems like a fairly big thing to remove (along with the private directory) without some alternate solution for the many people that use the originally architected method.

Thanks,

Doug
 
There is following scenario of migration:

/httpsdocs will be always migrated. But if you have enabled option "Use a single directory for housing SSL and non-SSL content" in hosting settings - http and https requests will be handled by httpdocs/ directory. If this option disabled these requests will be handled separately by corresponding directories.
 
Ah, that option doesn't show up until you migrate a site. It doesn't show up for sites that are newly created in Plesk 11.

Thanks,

Doug

There is following scenario of migration:

/httpsdocs will be always migrated. But if you have enabled option "Use a single directory for housing SSL and non-SSL content" in hosting settings - http and https requests will be handled by httpdocs/ directory. If this option disabled these requests will be handled separately by corresponding directories.
 
So can anyone explain why the /private folder has been removed from the Virtual Host Structure?
For new hosts where should we put files that would have previously been placed in the /private folder?
 
I'm not sure if it's the proper way or not but I've had to manually create the private folders for sites when they need them. I guess you could always add the folder private to /var/www/vhosts/.skel/0 so that it would get created every time a site was created.

Thanks,

Doug
 
Back
Top