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

Issue Nginx reverse Proxy won't start.

Larsm

Basic Pleskian
Hello,

I have following issue. The Ngnix Reverse Proxy won't start.

Code:
2017-06-02 09:43:15] ERR [panel] Der Start des Dienstes ist nicht möglich: Unable to manage service by nginxmng:  ('start', 'nginx'). Error: [2017-06-02 09:43:09] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/nginx_control' '--start'] with exit code [1]
Can not start proxy server:


[2017-06-02 09:43:15] ERR [panel] Der Start des Dienstes ist nicht möglich: Unable to manage service by nginxmng:  ('start', 'nginx'). Error: [2017-06-02 09:43:09] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/nginx_control' '--start'] with exit code [1]
Can not start proxy server:


[2017-06-02 09:43:21] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/nginx_control' '--start'] with exit code [1]
[2017-06-02 09:43:21] ERR [1] '/opt/psa/admin/bin/nginx_control' '--start' failed with code 1.

stdout:


stderr:

[2017-06-02 09:43:22] ERR [1] Can not start proxy server:
[2017-06-02 09:43:25] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/nginxmng' '--enable'] with exit code [1]
[2017-06-02 09:43:25] ERR [1] '/opt/psa/admin/bin/nginxmng' '--enable' failed with code 1.
f66fe833982b0cb926d9ff247c8ceb9b.jpg

I uninstalled and reinstalled nginx but nothing helps.

What can I do?

Gesendet von meinem Nexus 5X mit Tapatalk
 
Last edited:
Check errors in output of

# nginx -t

command.
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful

Gesendet von meinem Nexus 5X mit Tapatalk
 
Do you have any additional IPv6 addresses added to this server? Try to check output of

# /usr/local/psa/bin/ipmanage --reread
 
Back
Top