Re: Strange $upstream_response_time latency spikes with reverse proxy
Hi again everyone!Just posting a status update (because I hate coming across old threads withreports of a problem I'm experiencing, and there is no answer!) What I'vefound so far is starting to look...
View ArticleRe: IP.Board rewrite for ibparcade
derp. Fixed.Added swf to location ~* ^.+.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt)$If there are any other recommendation though, it would be appreciated.
View ArticleRe: Require 'www' for https://example.com
On 22 Mar 2013 23h44 CET, nginx-forum@nginx.us wrote:> I am setting up a server that will be for a B2B business, and I want> the whole site to be served as https://www.example.com/>> I have...
View ArticleRe: Require 'www' for https://example.com
On Mar 23, 2013, at 2:44 , openletter wrote:> I am setting up a server that will be for a B2B business, and I want the> whole site to be served as https://www.example.com/>> I have gotten a...
View ArticleHow to find out something like connection id with keep-alive?
Let's say I have keep-alive connections. I'd like to know which entries in my logs belong to the same TCP-connection. Is it possible?
View Articlemax virtualhosts
Hi !I was wondering, for the sake of curiosity, how many server blocks (virtual hosts) nginx can afford ?To the extreme : will 1000 server blocks will decrease nginx performances ?Cheers,Larry
View ArticleRe: max virtualhosts
On Mar 23, 2013, at 14:14 , Larry wrote:> Hi !>> I was wondering, for the sake of curiosity, how many server blocks (virtual> hosts) nginx can afford ?>> To the extreme : will 1000...
View ArticleОтключение буферизации ответов fastcgi
Добрый день!Скажите, как можно сделать, чтобы ответы от fastcgi сервера направлялись сразу клиенту, не дожидаясь разрыва соединения с бекэндом? Пробовал ставить заголовок X-Accel-Buffering: no, как...
View ArticleRe: upstream proxy support
On Sat, Mar 23, 2013 at 12:00:02PM +0000, nginx-devel-request@nginx.org wrote:Hi there,if I can barge in to the thread...> so, if i understand you correctly you prefere a more general solution>...
View ArticleRe: Отключение буферизации ответов fastcgi
Она не отключаемая. По крайне мере раньше было именно так. Если неошибаюсь вариантом решение было использование proxy модуля.23 марта 2013 г., 15:07 пользователь Постоваров...
View ArticleRe: Отключение буферизации ответов fastcgi
On Sat, Mar 23, 2013 at 03:07:58PM +0400, Постоваров Павел wrote:> Добрый день!>> Скажите, как можно сделать, чтобы ответы от fastcgi сервера> направлялись сразу клиенту, не дожидаясь...
View ArticleRe: How to find out something like connection id with keep-alive?
I've found it: http://nginx.org/en/docs/http/ngx_http_log_module.html ($connection variable contains necessary value).
View ArticleRe: max virtualhosts
On Sat, Mar 23, 2013 at 02:50:08PM +0400, Igor Sysoev wrote:> On Mar 23, 2013, at 14:14 , Larry wrote:>> > I was wondering, for the sake of curiosity, how many server blocks (virtual>...
View ArticleRe: nginx/freebsd kern.maxbcache
On Mar 22, 2013, at 6:32 PM, Richard Kearsley <rkearsley@blueyonder.co.uk> wrote:> Hi>> I'm trying to tune 'kern.maxbcache' with hope of increasing 'vfs.maxbufspace' so that more files...
View ArticleRe: how to deny access to wordpress wp-admin pages
hi it is the solution for this question either you call jail wp-admin and wp-login php or any kind of php in wp-admin will not be allowedlocation /wp-admin {allow 1.1.1.1; #your home static ip...
View ArticleRequest path not passed to proxy when $scheme is used in proxy_pass URI
Hi all, I've found a strange behaviour with proxy_pass. I've reduced asimple vhost that reproduces it:server {listen 127.0.0.1:8000;location / {proxy_pass $scheme://127.0.0.1:9000/;}}A listener on...
View ArticleRe: How to make nginx establish persistent connections with squid?
Thank you, Maxim Dounin.I see.
View ArticleRe: How to make nginx establish persistent connections with squid?
Hi, Maxim DouninI revise the topology:chrome --> squid:80 --> origin server(nginx :80)and make 5 requests,the squid log shows:192.168.70.160 - - [22/Mar/2013:15:41:41 +0800] "GET...
View ArticleRe: Request path not passed to proxy when $scheme is used in proxy_pass URI
Ahh, I've found the answer in the proxy_pass documentation.http://wiki.nginx.org/HttpProxyModule#proxy_pass -- "A special case isusing variables in the proxy_pass statement: The requested URL is not...
View ArticleПочему NGINX возвращает не придерживается базового протокола FastCGI
Здравствуйте,Разрабатываю FastCGI сервер по спецификации FastCGI 1.1 (fastcgi.com), но столкнулся с тем что NGINX при первом соединении присылает первый FastCGI пакет с не неизвестной ролей (значение...
View Article