Re: 504 Gateway Time-out when calling curl_exec() in PHP with SSL peer verification (CURLOPT_SSL_VERIFYPEER) off

2013-08-23 Thread Cool
It was said PHP_FCGI_CHILDREN doesn't work under Windows, though I'm not sure current status of this issue: https://bugs.php.net/bug.php?id=49859 -C.B. On 8/23/2013 1:28 PM, Ben Johnson wrote: On 8/23/2013 3:23 PM, Maxim Dounin wrote: Hello! On Fri, Aug 23, 2013 at 02:41:43PM -0400, Ben Joh

Re: PHP Fatal error

2013-08-05 Thread Cool
This is nothing to do with nginx, you should go to PHP forum/mailing list, or a human to get answer, but after a quick check ... I think you have problem with the PHP codes, and it was clearly told by the error messages you posted here, there is something wrong in file "/web/domain.com/public/

Re: How to change cookie header in a filter?

2013-03-21 Thread Cool
Got it, thanks, appreciate. -C 于 13-3-20 上午1:38, Maxim Dounin 写道: Hello! On Tue, Mar 19, 2013 at 11:50:43AM -0700, Cool wrote: Thanks Maxim, I got what you mean. Since I'm using fastCGI so I put something like this: fastcgi_param HTTP_COOKIE "$http_cookie; mycookie=$cookie_

Re: How to change cookie header in a filter?

2013-03-19 Thread Cool
raffic routing). 于 13-3-19 上午6:04, Maxim Dounin 写道: Hello! On Mon, Mar 18, 2013 at 04:24:05PM -0700, Cool wrote: Hi, What's the right way to change incoming cookie header so that upstream can get it just like it's from user's original request header? For exam

How to change cookie header in a filter?

2013-03-18 Thread Cool
Hi, What's the right way to change incoming cookie header so that upstream can get it just like it's from user's original request header? For example, user's browser sends: Cookie: PHPSESSID=34406134e25e5e07727f5de6d5ff7aa3; __utmc=78548747 and I want it to be: Cookie: PHPSESSID=34406134e25e5e0