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