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 knows n

Re: passing data to CGI scripts via PATH_INFO

2014-05-22 Thread Valentin V. Bartenev
On Thursday 22 May 2014 22:14:23 Lyle wrote: > On 22/05/2014 19:32, Valentin V. Bartenev wrote: > > On Thursday 22 May 2014 16:26:54 Phil Knight wrote: > >> Hi > >> > >> We are having an issue passing data to CGI scripts via PATH_INFO > >>

Re: passing data to CGI scripts via PATH_INFO

2014-05-22 Thread Lyle
On 22/05/2014 19:32, Valentin V. Bartenev wrote: On Thursday 22 May 2014 16:26:54 Phil Knight wrote: Hi We are having an issue passing data to CGI scripts via PATH_INFO environment variable. for example:- http://domain.com/cgi-bin/script.cgi/= On various apache servers this works fine and

Re: passing data to CGI scripts via PATH_INFO

2014-05-22 Thread Valentin V. Bartenev
On Thursday 22 May 2014 16:26:54 Phil Knight wrote: > Hi > > We are having an issue passing data to CGI scripts via PATH_INFO > environment variable. > > for example:- > > http://domain.com/cgi-bin/script.cgi/= > > On various apache servers this works fine and

passing data to CGI scripts via PATH_INFO

2014-05-22 Thread Phil Knight
Hi We are having an issue passing data to CGI scripts via PATH_INFO environment variable. for example:- http://domain.com/cgi-bin/script.cgi/= On various apache servers this works fine and the PATH_INFO variable will contain "/=", on our nginx server we are getting a 403 forbid