• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

commandline for disabling legacy option"Separate SSL

mooiesite

Basic Pleskian
Hi,

Compatibility mode for the legacy option "Separate SSL and non-SSL content"
Run the website in compatibility mode for the legacy option "Separate SSL and non-SSL content"
You see this section because you used the "Separate SSL and non-SSL content" option before upgrade. In Panel 11, the option is deprecated. All websites created in Panel 11 use the same directory to store the content available over HTTP and HTTPS connections. It means that this site is still working in the compatibility mode, but you cannot manage it through the Panel. It is highly recommended to move all your data from the httpsdocs/ directory to httpdocs/, and turn the compatibility mode off after that. After you switch the compatibility mode off, you will not be able to switch it on again, and this section will no longer appear. Note that if you install apps into the httpsdocs/ directory when the compatibility mode is switched on, the apps will not be accessible over the Internet. If you want to install apps to httpsdocs/, switch the compatibility mode off.

I need to disable this comp. mode for 100's domains.
is there a commandline script for this?
i tried the --help argument from subscription and domain_pref, but can't seem to find anything related to this option.
 
Although it might not be documented, using the plesk command line tools one can turn on and off the legacy option "Separate SSL and non-SSL content". Try to use option

-same_ssl true|false

for /usr/local/psa/bin/subscription utility.
 
Back
Top