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

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