• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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