Re: stop automatic trailing slash addition

2014-12-13 Thread neubyr
On Sat, Dec 13, 2014 at 4:25 PM, Valentin V. Bartenev wrote: > > On Saturday 13 December 2014 15:53:32 neubyr wrote: > [..] > > Thank you for pointing out debugging log. I think that helped in > explaining > > this behavior. > > > > It seems like nginx is adding slash as uri name matches with > co

Post Request Time Out

2014-12-13 Thread hmtmcse
Hi i create a module which is parse a post request. But it able to parse first post but other are getting time out what's the problem? Registering parser by ngx_http_read_client_request_body(r, ngx_http_ab_router_post_read); and try to parse request by b = r->request_body->bufs->buf; i

Re: stop automatic trailing slash addition

2014-12-13 Thread Valentin V. Bartenev
On Saturday 13 December 2014 15:53:32 neubyr wrote: [..] > Thank you for pointing out debugging log. I think that helped in explaining > this behavior. > > It seems like nginx is adding slash as uri name matches with corresponding > directory and not file name. I thought nginx will return 404 in t

Re: nginx: [emerg] unknown directive "upload_pass" after dist-upgrade from Ubuntu 12.04 LTS to 14.04 LTS

2014-12-13 Thread Valentin V. Bartenev
On Saturday 13 December 2014 18:58:54 Ben Johnson wrote: [..] > Hello, > > I apologize for the 4-month delay in responding. :) > > In particular, I need to have the ability to track upload progress in a > manner that is conducive to displaying the percentage complete via > progress bar. > > Is t

Re: nginx: [emerg] unknown directive "upload_pass" after dist-upgrade from Ubuntu 12.04 LTS to 14.04 LTS

2014-12-13 Thread Ben Johnson
On 8/22/2014 7:12 PM, Valentin V. Bartenev wrote: > On Friday 22 August 2014 17:54:22 Ben Johnson wrote: > [..] >> >> Thank you kindly, Valentin. That explains it! >> >> Well, that's a real disappointment. Is it no longer possible for nginx >> to handle uploads in a similar manner? This was one o

Re: stop automatic trailing slash addition

2014-12-13 Thread neubyr
On Sat, Dec 13, 2014 at 12:00 AM, Francis Daly wrote: > > On Fri, Dec 12, 2014 at 04:00:29PM -0800, neubyr wrote: > > Hi there, > > > I was wondering if it's possible to have separate namespaces for '/test' > > and /test/'. > > They are different requests, and different request prefixes, so yes, >

Re: nginx & php-fpm [debug] 11: Resource temporarily unavailable

2014-12-13 Thread blackbic
*New Development* The core php error logs are below, but the site specific error logs show this. The memory on my php.ini file is : memory_size 1024; so it's not php's memory limit. I've also disabled all my plugin's, so it's not the memory limit that is on my security plugin. 2014/12/13 16:12:

Re: nginx & php-fpm [debug] 11: Resource temporarily unavailable

2014-12-13 Thread blackbic
so, the forking command is not a bug. The PHP process stopping 100% due to the child being killed is the fundamental problem. Why or how I am still unsure. Any ideas anyone? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255477,255478#msg-255478 ___

nginx & php-fpm [debug] 11: Resource temporarily unavailable

2014-12-13 Thread blackbic
I am having troubles with a wordpress plugin running a full batch of imports. I get this error when I enable the nginx debug. The result is I get an immediate 404 error afterwards and I am unable to fully import my data. I am pretty sure this is a bug, but I can't find the right answer to fix it.

nginx & php-fpm [debug] 11: Resource temporarily unavailable

2014-12-13 Thread blackbic
I am having troubles with a wordpress plugin running a full batch of imports. I get this error when I enable the nginx debug. The result is I get an immediate 404 error afterwards and I am unable to fully import my data. I am pretty sure this is a bug, but I can't find the right answer to fix it.

I install BigBlueButton 0.9.0-beta end have problem nginx and do not install bbb

2014-12-13 Thread ΠΌ
 I install BigBlueButton 0.9.0-beta end have problem nginx and do not install bbb make install full this manual https://code.google.com/p/bigbluebutton/wiki/090InstallationUbuntu now have problem how fix? nginx /var# sudo apt-get install -f nginx Reading package lists... Done Building dependenc

Re: nginx + php-fpm = file not found

2014-12-13 Thread khav
I added cgi.fix_pathinfo=0 to php.ini and now i get no input file specified Thanks for helping me out Jader Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255466,255472#msg-255472 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.

Re: Content-Type header not proxied to downstream hosts

2014-12-13 Thread Francis Daly
On Thu, Dec 11, 2014 at 12:57:54PM -0500, hyperion wrote: Hi there, > Thanks again for your response. > > Using the info you provided I was able to debug and fix the issue. It's > actually an issue in the client library I'm using to make the request to > Nginx. You're welcome. It's good that

Re: stop automatic trailing slash addition

2014-12-13 Thread Francis Daly
On Fri, Dec 12, 2014 at 04:00:29PM -0800, neubyr wrote: Hi there, > I was wondering if it's possible to have separate namespaces for '/test' > and /test/'. They are different requests, and different request prefixes, so yes, they can be handled in different location{}s. > location /test {