• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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