• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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