• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Update to 12.0 Panel shows 404 Not Found - nginx

Status
Not open for further replies.

AndiS

New Pleskian
Ubuntu 12.04.4 LTS

yesterday, after update from 11.5 to 12.0, the panel (https://<domain>:8443/) show
404 Not Found - nginx

the log /var/log/sw-cp-server/error_log shows:
[warn] 1876#0: conflicting server name "" on 0.0.0.0:8443, ignored
[error] 1878#0: *1 "/usr/share/html/index.html" is not found (2: No such file or directory), client: xxx, server: , request: "GET / HTTP/1.1", host: "xyxy:8443"

# more /etc/sw-cp-server/conf.d/plesk.conf
server {
listen 8443 ssl;
listen 8880;
include conf.d/*ipv6_ports.inc;
:

Plesk Panel access with port 8880 works.



I'm not able to use the plesk panel on port 8443. Are there any idea to solve that problem ?

The vserver support said:
This is due to plesk being upgraded to a non stable version.

regards
Andreas
 
Last edited:
Rename or remove /etc/sw-cp-server/conf.d/agent.conf file and restart sw-cp-server. This file is delivered by package plesk-service-node-agent that is not needed for Plesk, it's needed for PPA only. This package is a part of "hidden" autoinstaller component.
 
Status
Not open for further replies.
Back
Top