Re: passing data to CGI scripts via PATH_INFO

2014-05-23 Thread Lyle
On 22/05/2014 22:52, Valentin V. Bartenev wrote: On Thursday 22 May 2014 22:14:23 Lyle wrote: ... Also gives a 403. So I suspect that nginx is looking for a file called = in a folder named api.cgi/ I'm not sure what configuration we need to do to fix this. [..] As I already said, nginx

Re: passing data to CGI scripts via PATH_INFO

2014-05-22 Thread Lyle
y pointers would be very much appreciated. I've noticed that: http://domain.com/cgi-bin/no_existent_script.cgi Also gives a 403. So I suspect that nginx is looking for a file called = in a folder named api.cgi/ I'm not sure what configuration we need to do to fix this. Lyle

Re: Pretty printer for the Nginx config?

2014-05-19 Thread Lyle
It's kind of along the right lines, but I need to keep comments, etc. Just have consistent whitespace more than anything else. Lyle On 19/05/2014 19:59, Kurt Cancemi wrote: Hello, Would this <https://github.com/lovette/nginx-tools/tree/master/nginx-minify-conf> suit your nee

Pretty printer for the Nginx config?

2014-05-19 Thread Lyle
Is there a pretty printer for this file? It doesn't seem to be in any particular language. I tried a JS beautifier but that broke things. Lyle ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

CGI support - Sorry to bring it up

2014-05-08 Thread Lyle
ds for suexec style behaviour, I haven't figured yet how they can work with the CGI workarounds. It seems like this is such a common demand that there should be an established (efficient and reliable) solution to deal with it by now? Any pointers would be greatly appreciated. Lyle