Re: Nginx returns HTTP 200 with Content-Length: 0
it's GET request?2013/5/20 apeman <nginx-forum@nginx.us>> I never use SPDY. The problem still exists. I don't know how to fix it.>> Posted at Nginx Forum:>...
View Article[PATCH] ngx_mail_ssl_module / ecdh_curve
Hello ,Please find attach a two lines patch about ecdh_curve setting inmail_ssl_module.This setting is not applied, although it is declared and parsed fromnginx.conf fileI see this lack in 1.2.0...
View Article/index.php?do=register = deny all
Доброго времени суток.Поскажите пожалуйска как правильно будет выглядеть конфиг чтобы закрыть доступ вот к таким url:1- www.site.ru/index.php?do=register2- www.site.ru/?do=registerЧто-то я совсем...
View ArticleRe: [BUG?]fail_timeout/max_fails: code doesn't do what doc says
Hello!On Mon, May 20, 2013 at 01:34:26AM +0400, Dmitry Popov wrote:> Hi.>> http://wiki.nginx.org/HttpUpstreamModule says> max_fails = NUMBER - number of unsuccessful attempts at...
View ArticleRe: [PATCH] ngx_mail_ssl_module / ecdh_curve
Hello!On Mon, May 20, 2013 at 06:40:14PM +0200, Filipe Da Silva wrote:> Hello ,>> Please find attach a two lines patch about ecdh_curve setting in> mail_ssl_module.>> This setting is...
View ArticleRe: valid_referers dynamic hostname
Hello,Thank you for your example Maxim. This is what I've wrote in my config:set $temp "$host:$http_referer";valid_referers none blocked server_names ~\.google\. ~\.yahoo\. ~\.bing\. ~\.ask\. ~\.live\....
View ArticleRe: valid_referers dynamic hostname
I suggest you take a look at the order in which 'if' statements areevaluated.Consider reading the 'if'...
View ArticleRe: valid_referers dynamic hostname
Hello!On Mon, May 20, 2013 at 02:14:02PM -0400, vlad031@binkmail.com wrote:> Hello,>> Thank you for your example Maxim. This is what I've wrote in my config:>> set $temp...
View ArticleRe: Fancyindex module hangs connection
Thanks!I found solution myself:http://serverfault.com/questions/507375/nginx-not-finishing-fancyindex
View ArticleCan't log/print in header_filter_by_lua
Hi all,I've been experimenting with rewriting 'Set Cookie' headers in anginx-reverse-proxy effort.The Set-Cookie rewrite doesn't seem to work yet, and more importantly, mylog/print statements don't...
View ArticleRe: Can't log/print in header_filter_by_lua
*ngx.print()* is only valid for r*ewrite_by_lua*, access_by_lua* andcontent_by_lua*.* Maybe your looking for* print()ngx.log* should work though*.***2013/5/20 Ramesh Muraleedharan...
View ArticleRe: Can't log/print in header_filter_by_lua
I've tried print() as well, and neither that nor ngx.log() have worked asyet.On Mon, May 20, 2013 at 2:42 PM, Jader H. Silva <jaderhs5@gmail.com> wrote:> *ngx.print()* is only valid for...
View Article[PATCH] Limit req: pointer init order issue
Hello,It's a tiny issue as only the next test code about 'shm' is broken.That's my last patch for the moment.Regards.Filipe DA SILVA_______________________________________________nginx-devel mailing...
View ArticleRe: [PATCH] Limit req: pointer init order issue
Hello!On Mon, May 20, 2013 at 11:55:48PM +0200, Filipe Da Silva wrote:> Hello,>> It's a tiny issue as only the next test code about 'shm' is broken.>> That's my last patch for the...
View ArticleRe: [PATCH] ngx_mail_ssl_module / ecdh_curve
Hello!On Mon, May 20, 2013 at 11:37:39PM +0200, Filipe Da Silva wrote:[...]> > > # HG changeset patch> > > # User fds <fdasilvayy@gmail.com>> >> > Could you please...
View ArticleRe: Can't log/print in header_filter_by_lua
OK. I was able to resolve it by doing a clean install of nginx. Dunno whatthe underlying issue was, but my hunch is I was logging to an a differentlocation and the logs I was looking at were the...
View ArticleRe: [PATCH] Add directive to always gunzip content
Hello!On Sun, May 05, 2013 at 08:50:06AM +0300, Roy Reznik wrote:> Use this by adding "gunzip_always on;" to configuration.> This was in the modules to-do list.> Cheers.[...]> @@ -140,13...
View ArticleCan't get phpmyadmin to work with nginx on Arch :(
I am new to nginx. I have always used apache. So maybe I don't know enough about nginx to make this work. I am no newbie to arch though.I have tried EVERYTHING. Also I have thoroughly searched the...
View ArticleRe: Can't get phpmyadmin to work with nginx on Arch :(
Problem resolved. Needed to add index.php to locations in the server block.
View Article[PATCH] New variable: $ssl_sni_host
Patch attached adds a new variable, $ssl_sni_host.I would find this quite useful as there is no other way of knowing for surewhich host a request is directed at (at the SSL layer), as the HTTP HOST...
View Article