• 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 Upgrading Plesk 12.0 to 17.0 sw_cp_server service failed

Zyne

New Pleskian
Hello,

today I wanted to upgrade my old plesk version to the currently stable one, but I connect to the control panel via port 8443.
So I typed in plesk repair all, didn't fixed the issue.

root@vps:~# /etc/init.d/psa start
Starting sw_engine service... already started
Starting sw_cp_server service... failed
Starting mysql service... already started
Starting named service... already started
Starting mailer service... already started
Starting spamfilter service... not installed
Starting drweb service... unused
Starting tomcat service... not installed
Starting apache service... already started
Starting xinetd service... already started

root@vps:~# /etc/init.d/sw-cp-server restart
nginx: [emerg] "ssl_ciphers" directive is duplicate in /etc/sw-cp-server/conf.d/ssl.conf:1
nginx: configuration file /etc/sw-cp-server/config test failed

how to solve this?
 
Please check all files in the /etc/sw-cp-server/conf.d directory for "ssl_ciphers" entries. There are at least two. Please remove the additional file (not ssl.conf, but the "other" file you will find), then try restart of service again.

Find files:
# grep -R ssl_ciphers /etc/sw-cp-server/conf.d/*
 
Back
Top