Re: Problem with fastcgi_split_path_info on ubuntu precise

2013-05-03 Thread Steve Holdoway
Have you added cgi.fix_pathinfo=0 into /etc/php5/fpm/php.ini and restarted php? Steve On Fri, 2013-05-03 at 21:44 -0400, zakaria wrote: > Hi, > > I must be missing something obvious here. > I rerun my ubuntu configuration script and suddenly my nginx setup not > working correctly anymore. > >

Problem with fastcgi_split_path_info on ubuntu precise

2013-05-03 Thread zakaria
Hi, I must be missing something obvious here. I rerun my ubuntu configuration script and suddenly my nginx setup not working correctly anymore. Here my relevant nginx config: -- location ~ [^/]\.php(/|$) {

Re: [crit] 16665#0 unlink()

2013-05-03 Thread nano
Thank you for such a quick reply Maxim! You solved my problem, thank you very much. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,238815,238824#msg-238824 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/ngin

Re: proxy pass keepalive without upstream module

2013-05-03 Thread Maxim Dounin
Hello! On Fri, May 03, 2013 at 12:41:02PM +0100, Richard Kearsley wrote: > Hi > I read here that keepalives to backend can be enabled with the > upstream module > (http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive) > But can they be used without defining an upstream block? Ju

Re: [crit] 16665#0 unlink()

2013-05-03 Thread Maxim Dounin
Hello! On Fri, May 03, 2013 at 04:17:17PM -0400, nano wrote: > Hello, > > I'm using nginx 1.4.0 to proxy a website, and I cache responses. I haven't > noticed any problems on the front end, but the error log has unlink() > errors. [...] > The list goes on. > > Is this something to be concerne

[crit] 16665#0 unlink()

2013-05-03 Thread nano
Hello, I'm using nginx 1.4.0 to proxy a website, and I cache responses. I haven't noticed any problems on the front end, but the error log has unlink() errors. 2013/05/03 12:53:42 [crit] 16665#0: unlink() "/usr/local/nginx/cache/8/9f/42da8f2662887b05cbb46fd5c9dac9f8" failed (2: No such file or di

Re: OCSP response: no response sent

2013-05-03 Thread Alexey Koscheev
Hi! > > Additionally, while looking into this I've found that due to > > OpenSSL bug the OCSP stapling won't work at all if it's not > > enabled in the default server. Please, add this to the documentation. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,231363,238814#msg-238814 _

proxy pass keepalive without upstream module

2013-05-03 Thread Richard Kearsley
Hi I read here that keepalives to backend can be enabled with the upstream module (http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive) But can they be used without defining an upstream block? Just a simple proxy_pass as the backend is a variable in my case: 'proxy_pass $proxy

Re: understanding break and add_header combo

2013-05-03 Thread flarik
Francis Daly Wrote: --- Hello Francis, thanks for your response. > In nginx, one request is handled in one location. So I expect that no more > than one set of add_header directives will apply. And as you only show > regex locations, if the fir

RE: Nginx 1.4 problem

2013-05-03 Thread Lukas Tribus
> Although [::]:80 ipv6only=off; does work as advertized (including for > localhost sockets), [::1]:80 ipv6only=off; fails to respond to v4 > connections. Which is expected, since ::1 is an ipv6 address. Lukas ___ n