Re: Dynamic upstream configuration
A shame that no one has a solution for this...It's a really big performance hit whenever backend servers are https and nginx simply renegotiates SSL for each request.Is there any plan to support this?...
View Articleproxy_pass only if a file exists
I need to make sure a file actually exists before proxy_pass-ing the request to an upstream server. I don't serve existing files directly using Nginx because there are some application-specific logic i...
View ArticleRe: Dynamic upstream configuration
No it does not unless you don't configure a shared SSL session cache.http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_session_cacheI'm assuming that the upstream servers are Nginx also.If not...
View ArticleRe: nginx 1.2.1 won't start with large CRL
The CRL cannot get any smaller as it's a DoD CRL. Also adding more memory does not solve the problem. It seems to have an issue with starting the server period with a large CRL.[alert] 19759#0: fork()...
View ArticleRe: proxy_pass only if a file exists
Sorry, I meant to say that (!-f $request_filename) check IS a terrible way to check the existence of the file, as suggested by the documentation.
View Articlenginx http poller module
Hi,I've written an nginx module that allows the user to configure nginx workerprocesses to make detached, repeated "polling" HTTP requests. The requestendpoint, method, URI, headers, and body are...
View ArticleRe: nginx-1.4.0
> Точка с запятой после директивы index - не забыта?Воистину! :)// Было решено в IRC; отписался на случай "может поможет кому" :)_______________________________________________nginx-ru mailing...
View ArticleRe: Nginx cli
bender Wrote:-------------------------------------------------------> netstat -anp | grep -c nginx>> or to be more specific>> netstat -anp | grep ":80" | grep -c nginxOh thank you,...
View ArticleRe: Howto set geoip_country for IPv4 and IPv6 databases?
On Tue, Apr 30, 2013 at 09:03:20AM -0400, Rancor wrote:> Hey,>> thanks for your reply. The packages of dotdeb.org are build with IPv6> support. When i'm using:>> nginx -V>> the...
View ArticleSNI requires TLSv1 protocol, why?
After migrating our multi-tenant application to an nginx reverse proxy which has SNI requirements, I encountered an interesting issue while doing some security clean up after a routine PCI scan.As I...
View ArticleRe: 504 Gateway Time-out media temple
Hi, I am also a Media Temple customer and its knowledgebase has not been updated with this issue although it is very frequent from what I see.Thank you very much.I changed the nginx.conf file adding...
View Articlelimit_req and IP white listing on 0.8.55
Hello!I've followed this reference:http://forum.nginx.org/read.php?2,228956,228961#msg-228961To produce the following config:http {geo $public_vs_our_networks {default 1;127.0.0.1/32 0;... my networks...
View ArticleRe: limit_req and IP white listing on 0.8.55
Hello!On Tue, Apr 30, 2013 at 07:25:22PM -0400, nauger wrote:> Hello!>> I've followed this reference:>> http://forum.nginx.org/read.php?2,228956,228961#msg-228961>> To produce the...
View ArticleRe: Vulnerability
According to the exploit author:"Because it will cause greate damage,I can't give you the POC,instead atip.The r->count is a 8 bit data,if you try to increase ther->main->count to more then...
View ArticleRe: limit_req and IP white listing on 0.8.55
Hi Maxim,Thank you-- that makes sense. Before upgrading, is it possible to implement this white list behavior using a different mechanism?Thanks again,-Nick
View ArticleDocumentation of post_action
As Maxim pointed out specifically in a not-that-old message, the'post_action' directive is left undocumented on purpose, since it impliescarefulness and knowledge to manipulate properly.Although my...
View ArticleHow to start mp4 at half time
Hi guysI try to play my mp4 file through nginx in windows server 2003.I nstall and config the nginx in my server and start it, after start nginx I copy my mp4 video to the nginx root directory and when...
View ArticleRe: Howto set geoip_country for IPv4 and IPv6 databases?
Ruslan Ermilov Wrote:-------------------------------------------------------> On Tue, Apr 30, 2013 at 09:03:20AM -0400, Rancor wrote:>> nginx detects the IPv6 support in libgeoip by trying to...
View ArticleReg. POST data body
Hi All,I am trying to collect the POST request body using $request_body but I amunable to collect it in config file:# curl -X POST -d "param1=value1¶m2=value2"...
View ArticleSetting a proxy for an upstream server
Just posted this question on ServerFault (http://serverfault.com/questions/504079/setting-a-proxy-for-an-nginx-upstream-server), cross-posting here for some more visibility.Is it possible for an...
View Article