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