php5-fpm gives unknown script error

2016-05-09 Thread Alex Hall
Hello list, I'm pretty new to Nginx, but I wanted to give it a shot. I like how it is configured--it makes more sense to me than Apache. However, I'm having a hard time with getting php. I'm running on Debian 8, and Nginx was installed with apt-get. I've installed php5-fmp, and can view php files i

HTTP2 window update and priority

2016-05-09 Thread Muhui Jiang
Hi According to my view on the source code of Nginx 1.9.15, I noticed some observation below: 1. when there is no enough window, nginx won't send back the response frame, though according to the log, nginx said it has sent the headers frame out, but client won't receive it. This is not right acco

Range request with Accept-Encoding:“gzip,deflate" for *.pdf.* file-name pattern returns 416

2016-05-09 Thread yogeshorai
We are facing this weird behavior wherein if a range request with Accept-Encoding:“gzip,deflate" is called for a url having .pdf as part of path, nginx would throw 416 even if the range is well within overall size of source file Also this happens for Range request "Range: bytes=20-" and above whi

Re: Server setup consultant

2016-05-09 Thread Yuriy Medvedev
You can write to me. My Skype kenny-opennix Отправлено с моего ASUS Исходное сообщение Отправитель:locojohn Отправленные:Mon, 09 May 2016 12:15:58 +0300 Получатель:nginx@nginx.org Тема:Re: Server setup consultant >Hello Giulio, > >I can help you out with nginx configuration, o

Re: Поддерживает ли Nginx прозрачный прокси?

2016-05-09 Thread B.R.
Hello, This Mailing List is intended to be written to in english. You have a russian ML available dedicated for its use: http://nginx.org/en/support.html ​Have a nice day,​ --- *B. R.* 2016-05-09 11:40 GMT+02:00 Yuriy Medvedev : > Конечно умеет, Вам нужно настроить nginx как reverse proxy > > О

Re: Поддерживает ли Nginx прозрачный прокси?

2016-05-09 Thread Yuriy Medvedev
Конечно умеет, Вам нужно настроить nginx как reverse proxy Отправлено с моего ASUS Исходное сообщение Отправитель:Babaev Отправленные:Mon, 09 May 2016 02:04:50 +0300 Получатель:nginx@nginx.org Тема:Поддерживает ли Nginx прозрачный прокси? >Поддерживает ли Nginx прозрачный прок

Re: Server setup consultant

2016-05-09 Thread locojohn
Hello Giulio, I can help you out with nginx configuration, optimisation and security auditing. I was setting up nginx-based servers and converting from Apache configurations since 2009. I also have broad expertise with different linux distributions. If interested, mail me at l...@andrews.lv.

Re: (52) Empty reply from server

2016-05-09 Thread Pankaj Chaudhary
Hi, Its means nginx do not have any API as other server having to set header and get header ? very strange ... I need to write my own module to read and write cookies values? My module is in written in C programming language. On Thu, May 5, 2016 at 7:32 PM, Valentin V. Bartenev wrote: > On

Re: nginx 1.11.0: client sent stream with data before settings were acknowledged while processing HTTP/2 connection

2016-05-09 Thread Nedeos
This also happens with okhttp 3.2.0 (Android). Last working nginx version is 1.9.13, There I use basic authorization and add an Auth header with a network interceptor with credentials. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,266525,266707#msg-266707