kvspb / nginx-auth-ldap

LDAP authentication module for nginx
BSD 2-Clause "Simplified" License
735 stars 252 forks source link

nginx not starting in Debian 8 after compiling #124

Open misant opened 8 years ago

misant commented 8 years ago

Hi. There were no any errors when compiling and configuring. I copired new nginx binary to /usr/sbin and getting that:

root@zabbix:/etc/nginx# systemctl status nginx.service ● nginx.service - A high performance web server and a reverse proxy server Loaded: loaded (/lib/systemd/system/nginx.service; enabled) Active: failed (Result: timeout) since Tue 2016-03-01 15:37:43 MSK; 32s ago Process: 21504 ExecStop=/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid (code=exited, status=0/SUCCESS) Process: 28015 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS) Process: 28013 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS) Main PID: 18665 (code=exited, status=0/SUCCESS)

Mar 01 15:37:43 zabbix systemd[1]: nginx.service start operation timed out. Terminating. Mar 01 15:37:43 zabbix systemd[1]: Failed to start A high performance web server and a reverse proxy server. Mar 01 15:37:43 zabbix systemd[1]: Unit nginx.service entered failed state.

misant commented 8 years ago

I replaced binary with basic one (installed with apt-get) and its not starting too.