• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Issue Connot access Plesk Web interface anyore - 404 Error

QST

New Pleskian
Hi!

I have installed the latest Plesk update a few days ago and on that day everything worked fine. Today, after trying to login into the Plesk Web interface, I get a 404 error message.

Error log shows:

[error] 14743#0: *4 open() "/opt/psa/admin/htdocs/index.html" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /index.html HTTP/1.0", host: "127.0.0.1:8443"​

Installed version: 17.5.3 Ubuntu 14.04 1705170317.16

Web-interface is using an nginx proxy command to redirect to the 8443 port (hence host address is 127.0.0.1). Before that everything worked just fine.

plesk repair installation - did not help
 
Try:

# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
# plesk repair installation
 
Hi IgorC, thanks a lot for the prompt reply. It did not help, the error persists. I have noticed that in sw-engine.log there is the latest record:

[21-Jun-2017 02:00:25] NOTICE: Reloading in progress ...
[21-Jun-2017 02:00:25] NOTICE: reloading: execvp("/usr/sbin/sw-engine-fpm", {"/usr/sbin/sw-engine-fpm", "--fpm-config", "/etc/sw-engine/sw-engine-fpm.conf", "-c", "/opt/psa/admin/conf/php.ini"})
[21-Jun-2017 02:00:25] NOTICE: using inherited socket fd=8, "/var/run/sw-engine.sock"
[21-Jun-2017 02:00:25] NOTICE: using inherited socket fd=8, "/var/run/sw-engine.sock"
It looks like the config file was overwritten by someone/something, doesn't it?
 
Just to add, my nginx redirect command looks like this:

Code:
location / {

allow xx.xx.xxx.xxx/24;
 deny all;

proxy_pass https://127.0.0.1:8443;

}
 

Attachments

  • Capture.JPG
    Capture.JPG
    83.1 KB · Views: 6
Back
Top