• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved warning on Plesk pre-upgrade check

dnrich

New Pleskian
Hi,
I have a server configured with plesk 12.0 under centos 6. I want to update this version to onyx 17.8.11 but in pre-upgrade chek it displays this message:

"WARNING: There are custom web server configuration templates at /usr/local/psa/admin/conf/templates/custom. These custom templates might be incompatible with a new Plesk version, and this might lead to failure to generate web server configuration files.Please check Apache config file cannot be generated: Wrong variable to subsitute for details."

In this custom directory there is a subdirectory "server" in which there is a php file:
/usr/local/psa/admin/conf/templates/custom/server/PCI_compliance.php
The content of this php file is the same as the one in this directory:
/usr/local/psa/admin/conf/templates/pci_compliance/server/PCI_compliance.php

It seems that this custom template is not different from original template.

This is the content of these 2 files:

<?php if (!$VAR->server->webserver->apache->traceEnableCompliance): ?>
TraceEnable off
<?php endif; ?>
ServerTokens ProductOnly
SSLProtocol -ALL -SSLv3 +TLSv1
SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM

So my question is : May i upgrade without risk of failure ?

Thanks for your answer.
 
Thanks IgorG,
That's what I thought, but I want to be certain that it works without error in relation to this warning. That's the meaning of my question.
 
Back
Top