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

Nginx error on CentOS 6.4

Bluedog

New Pleskian
Hi,

on server with CentOS 6.4. with Plesk 11.5, I only tried to update system "yum update" and after that Iam not abele to start nginx. Can anybody help me with that?

Error: Unable to make action: Unable to manage service by nginxmng: 2013-09-13T13:10:20+02:00 ERR (3) [util_exec]: proc_close() failed
enabling nginx proxy failed:
255 Service /etc/init.d/httpd failed to start
Service /etc/init.d/httpd failed to start

Nginx proxy changes had been reverted.

('--enable', 'nginx')

Thanks!
 
Can you please try with the following command

Code:
cd /usr/local/psa/admin/bin/
./autoinstaller --select-release-current --install-component nginx
 
Hi,

I still got this errror

Error: Unable to make action: Unable to manage service by nginxmng: 2013-09-14T10:07:02+02:00 ERR (3) [util_exec]: proc_close() failed
enabling nginx proxy failed:
255 Service /etc/init.d/httpd failed to start
Service /etc/init.d/httpd failed to start

Nginx proxy changes had been reverted.

('--enable', 'nginx')

And after this command I get this msg
You already have the latest version of product(s) and all selected components installed. Installation will not continue.
 
Try:

# plesk sbin nginxmng -d
# plesk sbin nginxmng -e

If this doesn't help, post output of

# service httpd restart

and any relevant log entries from Apache logs.
 
Thanks, but its not working :(

Output is
Stopping httpd: [ OK ]
Starting httpd: [ OK ]

From Apache log.

[Sat Sep 14 15:18:18 2013] [notice] caught SIGTERM, shutting down
[Sat Sep 14 15:18:20 2013] [notice] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sat Sep 14 15:18:20 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Sep 14 15:18:20 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Sat Sep 14 15:18:20 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Sat Sep 14 15:18:20 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Sat Sep 14 15:18:20 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Sat Sep 14 15:18:20 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Sat Sep 14 15:18:20 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Sat Sep 14 15:18:20 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Sat Sep 14 15:18:20 2013] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Sat Sep 14 15:18:20 2013] [notice] Digest: generating secret for digest authentication ...
[Sat Sep 14 15:18:20 2013] [notice] Digest: done
[Sat Sep 14 15:18:20 2013] [error] python_init: Python version mismatch, expected '2.6.5', found '2.6.6'.
[Sat Sep 14 15:18:20 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Sat Sep 14 15:18:20 2013] [error] python_init: Python path being used '/usr/lib64/python26.zip:/usr/lib64/python2.6/:/usr/lib64/python2.6/plat-linux2:/usr/lib64/python2.6/lib-tk:/usr/lib64/python2.6/lib-old:/usr/lib64/python2.6/lib-dynload'.
[Sat Sep 14 15:18:20 2013] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Sat Sep 14 15:18:20 2013] [notice] mod_python: using mutex_directory /tmp
[Sat Sep 14 15:18:20 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Sat Sep 14 15:18:20 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Sat Sep 14 15:18:20 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Sat Sep 14 15:18:20 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Sat Sep 14 15:18:20 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Sat Sep 14 15:18:20 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Sat Sep 14 15:18:20 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Sat Sep 14 15:18:20 2013] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Sat Sep 14 15:18:20 2013] [notice] Apache/2.2.15 (Unix) DAV/2 mod_fcgid/2.3.7 mod_python/3.3.1 Python/2.6.6 mod_ssl/2.2.15 OpenSSL/1.0.0-fips mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
 
Try disabling or setting SELinux into permissive mode. Look into latest /tmp/nginx_proxy* logs if any are present.
 
In permissive mode, nginx start running without errors. And there are no logs for nginx in /tmp/nginx_proxy*
 
Back
Top