Re: http/2 for Windows

2017-03-20 Thread hheiko
Try http://nginx-win.ecsds.eu/ with http/2 and many more features on Windows Heiko Posted at Nginx Forum: https://forum.nginx.org/read.php?2,273059,273065#msg-273065 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/ng

Re: Help with securing "route" cookie

2016-11-21 Thread hheiko
My cookie from the sticky modules comes flagged as unsecure, I can delete it and close the browser, no change. You can check it out at https://wahl.hannover-stadt.de and then check the "route" cookie. Heiko Posted at Nginx Forum: https://forum.nginx.org/read.php?2,271052,271104#msg-271104

Re: nginx multiprocess on Windows

2016-09-29 Thread hheiko
Try http://nginx-win.ecsds.eu/index.html Posted at Nginx Forum: https://forum.nginx.org/read.php?2,269968,269970#msg-269970 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Open Socket issue !!

2016-09-29 Thread hheiko
This happens from time to time on my proxy, reload again and the message is gone. Heiko Posted at Nginx Forum: https://forum.nginx.org/read.php?2,269951,269952#msg-269952 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo

Re: "502 Bad Gateway" on first request in a setup with Apache 2.4-servers as upstreams

2016-09-13 Thread hheiko
I've played with proxy timeout settings, no luck. And nothing was logged on the backend-server. Finally I've found something in the firewall log: May 27 10:25:06 APZRP01 kernel: DROP: IN=APZRP01 OUT= MAC=c4:34:6b:af:19:64:e8:65:49:28:08:77:08:00 SRC=10.59.55.245 DST=192.168.57.14 LEN=40 TOS=0x00

Re: "502 Bad Gateway" on first request in a setup with Apache 2.4-servers as upstreams

2016-09-13 Thread hheiko
I don't think there is an OS relation on the frontend, the same problem occurs with an Centos Nginx as Reverse proxy in front of 3 Apache backends on Centos - but it never occurs on windows based Apache backends... But we´re on version 1.11.4.1 Lion (http://nginx-win.ecsds.eu) Posted at Nginx For

Re: "502 Bad Gateway" on first request in a setup with Apache 2.4-servers as upstreams

2016-09-13 Thread hheiko
I've noticed the same problem between Nginx Proxy (Win) and CentOS based Apache 2.4 Backends. So I finally changed all backends to nginx+php-fpm... Posted at Nginx Forum: https://forum.nginx.org/read.php?2,268306,269500#msg-269500 ___ nginx mailing lis

upstream server temporarily disabled while reading response header from upstream

2016-05-24 Thread hheiko
We are runnging nginx reverse proxy on windows, the upstream consists of two lunixes based Apache/PHP Backend Servers. There is only one PHP application to be proxied. After starting nginx everything works fine, but then the backends become partly unresponsive and nginx is logging 2016/05/24 18:42

Re: HTTP/2 Reverse Proxy

2016-02-29 Thread hheiko
As far as I know HTTP2 is only for client-server communication in Nginx. Server to server connections remain at HTTP 1.1 Regards, Heiko Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264954,264956#msg-264956 ___ nginx mailing list nginx@ngi

Re: How to Windows auth working on nginx reverse proxy ???

2016-02-16 Thread hheiko
cehes Wrote: --- > > server { > ... > > location / { >proxy_pass http://http_backend/; >proxy_http_version 1.1; >proxy_set_header Connection ""; > ... > } > } This is working fine for us, against IIS and Apache

Re: open socket left in connection

2015-05-01 Thread hheiko
:-( This problem is related to SPDY and occurs on our system without fastcgi or proxycaching. It's a pity that we cannot use SPDY on our production system... Posted at Nginx Forum: http://forum.nginx.org/read.php?2,258312,258558#msg-258558 ___ nginx m