HTTP/2 max header size

2016-01-25 Thread Shengtuo Hu
Hi, I was using "nghttp" command line tool to test NGINX. I enabled "continuation" option in "nghttp" command line tool, which filled the HEADERS frame with a very large header field/value. Then I got an GOAWAY frame with error code of "ENHANCE_YOUR_CALM(0x0b)". Then I checked the debug log file o

Re: Pages rewrite

2016-01-25 Thread blason
Hi Team, Any update I am still failing to achieve the same? How do I rewrite the URLs Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264068,264120#msg-264120 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/n

PHP path_info problem

2016-01-25 Thread Yoel Jiménez Del Valle
I have a web app in php that relays on path_info to processs a request but i always get a 404 when do http://localhost/folder/app/app.php/controller/method nginx always respond 404 any ideas how to solve this and gain access to the request i can acces to http://localhost/folder/app/app.php but afte

Re: [core] the sa_family of accept socket is equal 0

2016-01-25 Thread Maxim Dounin
Hello! On Mon, Jan 25, 2016 at 01:52:54AM -0500, guitao_w wrote: > nginx version: 1.63 > OS version: hp-ux B.11.23 > > Client connect server with telnet, by GDB, I find: > > ngx_event_accept.c, function ngx_event_accept, line 279, the value of > 'c->addr_text.len' is zero, > but the server soc

Re: Absolute rather than relative times in expires directives

2016-01-25 Thread Maxim Dounin
Hello! On Sun, Jan 24, 2016 at 02:21:01AM -0500, rgrraj wrote: > Hi Francis > > The same works like a charm in 1.9.6 but not in 1.9.2. The error log shows > the follow, > > "[emerg] 6151#0: "expires" directive invalid value in" respective sites > enabled file. > > And our configuration is ju

Re: [FR] https don't works with nginx on debian 8

2016-01-25 Thread mrglobule
Thanks a lot, all it's working now. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264095,264097#msg-264097 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: [FR] https don't works with nginx on debian 8

2016-01-25 Thread Sven Kirschbaum
Hello, you´re missing the PHP block in the SSL Server block. Just copy all your location directives into the other server and you´ll be fine. Mit Freundlichen Grüßen Sven Kirschbaum 2016-01-25 11:33 GMT+01:00 mrglobule : > Hello every body, > first sorry for my poor english. > Second i'm newby

[FR] https don't works with nginx on debian 8

2016-01-25 Thread mrglobule
Hello every body, first sorry for my poor english. Second i'm newby with nginx I wrote you to give some help about https and nginx. I have a site web works fine in http, but when i try to acces to this website throw https, my browser try to download a file and never open the web site. You can try

How to configure a one page site

2016-01-25 Thread ex-para
I would like to know how to configure a one page site in which I delete the welcome to nginx and add my site details. I know how to edit the site etc... as I have configured the site to work this way before but I have forgot how. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264093,26