Re: How fastcgi temp works?

2014-01-30 Thread portoist
Thank you for your answer. I will try how it will work with X-Accel-Buffering: no in headers. It is strange. From backend it seems like client disconnects. Calling php connection_aborted returns true. I am downloading file around 1.5GB with speed around 250KB/s. I have downloaded 600MB and I can se

Re: How fastcgi temp works?

2014-01-30 Thread Maxim Dounin
Hello! On Thu, Jan 30, 2014 at 12:44:25PM -0500, portoist wrote: > Hello everybody, > We are using nginx with php-fpm. Our application works as download > aggregator. We download files from 3rd party servers and send it to client > while it's still being downloaded. It means that we can't use > X

Re: Nginx 403 forbidden

2014-01-30 Thread cracker1985
Thank you . Fixed. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,247009,247033#msg-247033 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx 403 forbidden

2014-01-30 Thread itpp2012
The error says "directory index of "/home/sqstat/public_html/sarg/" is forbidden" which means there are no html files there while it tries to display the contents which is only allowed when you add autoindex on; see that link I posted. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,2470

Re: Nginx 403 forbidden

2014-01-30 Thread cracker1985
I am new in linux , because i dont understand your answer. Can you write where is my problem exactly? What should i do ? Thank you for you Posted at Nginx Forum: http://forum.nginx.org/read.php?2,247009,247028#msg-247028 ___ nginx mailing list nginx@n

Re: Nginx 403 forbidden

2014-01-30 Thread itpp2012
Maybe you should explain what you expect to happen, if you expect to see the contents then that link has the answer. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,247009,247023#msg-247023 ___ nginx mailing list nginx@nginx.org http://mailman

Re: Nginx 403 forbidden

2014-01-30 Thread cracker1985
Thanks for posting here. But i don't understand what should be change ? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,247009,247022#msg-247022 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

How fastcgi temp works?

2014-01-30 Thread portoist
Hello everybody, We are using nginx with php-fpm. Our application works as download aggregator. We download files from 3rd party servers and send it to client while it's still being downloaded. It means that we can't use X-Accel-Redirect, since file isn't fully downloaded and X-Accel-Redirect sets

Re: Nginx 403 forbidden

2014-01-30 Thread itpp2012
http://www.nginxtips.com/how-to-enable-nginx-directory-listing/ Posted at Nginx Forum: http://forum.nginx.org/read.php?2,247009,247012#msg-247012 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Nginx 403 forbidden

2014-01-30 Thread cracker1985
Hello everyone, I have Freebsd 8.2+squid+sarg+nginx server on my production server.I have problem to connect nginx internet users web reporting page. When i connect to this server via web browser get error : 403 forbidden. This my nginx-error logs: *8 directory index of "/home/sqstat/public_htm

nginx as reverse-proxy for apache inside a VM

2014-01-30 Thread zuckbin
Hi, I really don't know to solve this: http://forum.proxmox.com/threads/17680-nginx-apache I got a 504 Gateway time-out error I use proxmox as hypervisor, inside a CT, i want to use nginx as reverse proxy for static content I got apache listen on port 8080 and nginx on 80, when i browse my url,

Re: warning C4701 src\http\ngx_http_request.c(728)

2014-01-30 Thread itpp2012
This patch, http://forum.nginx.org/read.php?29,246966,246988#msg-246988 fixes it. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,246969,247001#msg-247001 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx proxy with websocket not returning data

2014-01-30 Thread Maxim Dounin
Hello! On Thu, Jan 30, 2014 at 12:56:42PM +0100, Ne Ka wrote: > Hi, > > I am trying to configure nginx proxy with websockets I am using jetty > server with cometd framework. I am able to do the websocket handshake > and send my login request to the server but I am not getting any > response back

Re: How to control the order of execution modules in nginx

2014-01-30 Thread Maxim Dounin
Hello! On Thu, Jan 30, 2014 at 01:05:34PM +0800, Rv Rv wrote: > From http://www.evanmiller.org/nginx-modules-guide.html, "The > order of their execution is determined at compile-time". Is > there a way to control this. ngx_modules.c has the list and > order of execution. How do I change the or

Nginx proxy with websocket not returning data

2014-01-30 Thread Ne Ka
Hi, I am trying to configure nginx proxy with websockets I am using jetty server with cometd framework. I am able to do the websocket handshake and send my login request to the server but I am not getting any response back. Can you let me know what could be wrong with my config file. Here's my co

Nginx proxy with websocket not returning data

2014-01-30 Thread nk86
I am trying to configure nginx proxy with websockets I am using jetty server with cometd framework(sends connect request to server every minute). I am able to do the websocket handshake and send my login request to the server but I am not getting any response back. Can you let me know what is wrong

RE: Will nginx decompress a compressed request

2014-01-30 Thread Lukas Tribus
> > >> From this thread on the mailing list >> http://forum.nginx.org/read.php?11,96472,214266 , it appears that nginx >> does not support decompressing HTTP request from a client. The thread >> however is 2 years old and am wondering if there have been any changes. >> I have not found any though i

RE: Will nginx decompress a compressed request

2014-01-30 Thread Lukas Tribus
Hi, > From this thread on the mailing list  > http://forum.nginx.org/read.php?11,96472,214266 , it appears that nginx  > does not support decompressing HTTP request from a client. The thread  > however is 2 years old and am wondering if there have been any changes.  > I have not found any though