Re: NGINX is shutting down immediately in windows

2019-12-23 Thread Maxim Dounin
Hello! On Mon, Dec 23, 2019 at 09:51:21AM -0500, dviswanath wrote: > Hi Team, > > When I am running NGINX on windows directly(not from service), the process > is shutting down immediately. The log says "[alert] 82540#89652: the event > "ngx_master_82540" was not signaled for 5s". > > When we ru

NGINX is shutting down immediately in windows

2019-12-23 Thread dviswanath
Hi Team, When I am running NGINX on windows directly(not from service), the process is shutting down immediately. The log says "[alert] 82540#89652: the event "ngx_master_82540" was not signaled for 5s". When we run with master_process off; NGINX is running properly but the problem is making mast

Re: auth_http - Password always different

2019-12-23 Thread Maxim Dounin
Hello! On Mon, Dec 23, 2019 at 12:47:11PM +0100, nscl...@gmx.de wrote: > Hello, > > I'm trying to use "auth_http" to handle the authentication for SMTP. > The auth script itself is a PHP script. At the beginning of the script I'm > doing the following (just for testing!!! The passwords will not

auth_http - Password always different

2019-12-23 Thread nsclick
Hello, I'm trying to use "auth_http" to handle the authentication for SMTP. The auth script itself is a PHP script. At the beginning of the script I'm doing the following (just for testing!!! The passwords will not be logged later): if( !isset($_SERVER["HTTP_AUTH_USER"]) || !isset($_SERVER["HTT