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
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
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
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
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
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,
>
*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:
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
___
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 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
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
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.
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
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 {
14 matches
Mail list logo