Re: Bandwidth limiting per virtualhost

2013-11-28 Thread Magissia
I'm interested by the answer too, after lot of searching, it seems we can only limit clients bandwidth, or whatever we want request rate. Documentation on throttling bandwidth of a location or a virtual-host is lacking. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236319,245060#msg-24

Re: How to allow 404 server error to propagate to the user

2013-11-28 Thread Debasish Ray Chawdhuri
The log created are as follows 14.141.60.139 - - [28/Nov/2013:13:24:13 +] "GET /afasdfadsfsadf HTTP/1.1" 505 5 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0" 14.141.60.139 - - [28/Nov/2013:13:24:19 +] "-" 400 0 "-" "-" On Thu, Nov 28, 2013 at 6:27 PM, Deb

How to allow 404 server error to propagate to the user

2013-11-28 Thread Debasish Ray Chawdhuri
I am currently raising a 404 error from the backend server (running on port 9000), but nginx, instead of giving the client the same 404 error, responds with a 505, but still send the body of the response that is returned from the server with the 404. How do I fix this?

Re: redirect url in nginx

2013-11-28 Thread Marcin KasiƄski
ent was scrubbed... URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20131128/82bbf790/atta chment-0001.html> -- Message: 3 Date: Thu, 28 Nov 2013 12:53:14 +0400 From: Maxim Dounin To: nginx@nginx.org Subject: Re: How can I use IOCP module on windows?

Re: NGINX 500 http error

2013-11-28 Thread itpp2012
Note: --add-module=../naxsi... should be the first one. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,244693,245053#msg-245053 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: NGINX 500 http error

2013-11-28 Thread fatine,al
Hi, The problem is solved. I installed nginx-1.5.6 and naxsi-core-0.50 from sources, and compile nginx with naxsi module and some options : ./configure --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pi

Re: Proxy_pass with decode_base64 result

2013-11-28 Thread Francis Daly
On Thu, Nov 28, 2013 at 03:10:37AM -0500, Jugurtha wrote: Hi there, > Thank you for the response Francis, I saw this after several searches on the > board but without success. > I will continue my investigations to try to solve this problem. > > Thank you for the clue ;) You're welcome. I conf

Re: Disable hotlinking protection for specific file !!

2013-11-28 Thread Maxim Dounin
Hello! On Thu, Nov 28, 2013 at 01:16:23PM +0500, shahzaib shahzaib wrote: > Hello, > >The root directory path is /var/www/html/domain and every file > within it is hotlink protected for (mp4). Now here's a file named > /var/www/html/domain/videos/test.mp4 and i want this file to be avai

Re: How can I use IOCP module on windows?

2013-11-28 Thread Maxim Dounin
Hello! On Thu, Nov 28, 2013 at 01:48:15AM -0500, pwrlove wrote: > Hi there, > > Can I use iocp module (ngx_iocp_module.c) ? > If possible, how can I configure it? > > Could anyone knows about it? It's incomplete and doesn't work. -- Maxim Dounin http://nginx.org/en/donation.html ___

Disable hotlinking protection for specific file !!

2013-11-28 Thread shahzaib shahzaib
Hello, The root directory path is /var/www/html/domain and every file within it is hotlink protected for (mp4). Now here's a file named /var/www/html/domain/videos/test.mp4 and i want this file to be available for public with no hotlinking restriction. Is that possible with nginx ? vhost c

Re: Proxy_pass with decode_base64 result

2013-11-28 Thread Jugurtha
Hello, Thank you for the response Francis, I saw this after several searches on the board but without success. I will continue my investigations to try to solve this problem. Thank you for the clue ;) Merci. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,244811,245035#msg-245035 ___