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