You know,the ngx_http_limit_zone_module can limit the speed of an IP .
I want to limit the total speed of a port or a domain name.
For example:
There was a Server(the all speed is limited by the IDC 10M/s).
There was a Nginx on the Server.
There was two port for this Nginx---> 8080 and 8090,now
No there's nothing in the error log. Access log shows 304's for all
requests that failed.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,233497,238073#msg-238073
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinf
On Wednesday 03 April 2013 02:49:55 spdyg wrote:
> Hi guys,
>
> So perhaps I shouldn't have reused my existing topic and confused things,
> sorry!
>
> I only did so because the symptom is exactly the same as the issue I
> originally reported (SOME static content served from proxy cache
> occasion
Folks,
I'm sharing processing load across 3 remote servers, and am having a
terrible time getting it balanced.
Here's the config
upstream backend {
server 192.168.162.218:9000 fail_timeout=30 max_fails=3 weight=1
; # Engine 1
server 192.168.175.5:9000 fai
Hello!
On Wed, Apr 03, 2013 at 09:30:40AM -0400, Sekhar wrote:
> Hi Maxim,
>
> Thanks for replying to the post. Below is my concern.
>
> Multiple certificate can have the same DN and the DN name match will happen
> after the SSL handshake is complete using the root CA. It means the SSL
> layer
Hi Maxim,
Thanks for replying to the post. Below is my concern.
Multiple certificate can have the same DN and the DN name match will happen
after the SSL handshake is complete using the root CA. It means the SSL
layer is complete and we are doing authorization not authentication.
Posted at Ngin
Hello Nginx users,
Now available: Nginx 1.2.8 For Windows http://goo.gl/YbLP0 (32-bit and
64-bit versions)
These versions are to support legacy users who are already using Cygwin
based builds of Nginx. Officially supported native Windows binaries are at
nginx.org.
Announcements are also availabl
Hello
We've added new repository with pre-build linux packages for nginx 1.3.*.
Documentation/instruction: http://nginx.org/en/linux_packages.html#mainline
The only differences in nginx configure options from stable packages
are gunzip module in all distributions and spdy module in Ubuntu
hello
I have a script that works with apache but I want to migrate to nginx, I
have this rule, but maybe you can do differently optimized.
## HTACCESS
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^(.*)$ index.php?url=$1 [QSA,NC,L]
Hello!
On Wed, Apr 03, 2013 at 06:31:49AM -0400, Sekhar wrote:
> Hi,
>
> I am relatevely new to Nginx and below is what i need to achieve.
>
> I have an Nginx proxy server with following key and certicate.
> ->Nginx_server_private_key.pem
> ->Nginx_server_public_cert.cer(Signed By V
Hi,
I am relatevely new to Nginx and below is what i need to achieve.
I have an Nginx proxy server with following key and certicate.
->Nginx_server_private_key.pem
->Nginx_server_public_cert.cer(Signed By Verisign CA)
I have 3 clients who should be able to access the Ngin
11 matches
Mail list logo