Re: Need some help with rewrite rule translation
Am 14.06.2013 14:11, schrieb mailinglisten@simonhoenscheid.de:> I have found the point where my rules break,>> I've had the following location on top, to enable browser caching for> images,...
View ArticleМодуль для доступа к базе данных, но без ngx_http_upstream_t
Привет всем,Я написал nginx модуль, для доступа к базе данных Couchbase[1]. Этотмодуль получился немного не обычным:1) используется библиотека libcouchbase, которая сама рулит установкойобработчиков на...
View ArticleRe: Модуль для доступа к базе данных, но без ngx_http_upstream_t
Hello!On Wed, Jun 19, 2013 at 08:15:21PM +0300, Sergey Avseyev wrote:> Привет всем,>> Я написал nginx модуль, для доступа к базе данных Couchbase[1]. Этот> модуль получился немного не...
View ArticleRe: Possible gzip_vary bug? (v1.5.1)
Many thanks Maxim, sometimes the solution is so easy. I was using SPDY and only checked with latest Firefox and Chrome. And one shouldn't trust Page Speed, it keeps telling me about the vary headers,...
View ArticleIgnore broken SSL servers in config
TL;DR:Any nginx setting to say 'if a vhost's ssl settings are broken, skip it anddon't fail to start' ?I've certainly RTFM'd this and peered at the source, but I figured I mightas well throw it out...
View Articleserver name rewrite
Hi, guys!E.g. I have server new_server_name.com and want to rewrite requests to www.new_server_name.com and old_server_name.com to present server.From http://wiki.nginx.org/Pitfalls I use two server's...
View Articlequestion about nginx/modsecurity
Is anyone maintaining a "current" version of nginx with mod-securitylinked-in?I realize this is a bit lazy on my part -- the instructions seemrelatively straightforward to build -- but I didn't want to...
View ArticleRe: question about nginx/modsecurity
Am 19.06.2013 um 21:04 schrieb AJ Weber <aweber@comcast.net>:> Is anyone maintaining a "current" version of nginx with mod-security linked-in?>> I realize this is a bit lazy on my part...
View ArticleRe: question about nginx/modsecurity
I do a custom-build for our own servers (in private pkg-ng repository)with a handful of useful modules included. Because the truth is: onlyyou know what modules you want or need.This is absolutely...
View Articleredirect multiple sites with www to the same domains without www
I want to make a server block, or location block (not sure which works) using regex to redirect all domains with www to the same without www.something in this lines:server_name...
View ArticleRe: server name rewrite
On Wed, Jun 19, 2013 at 09:22:11PM +0300, wishmaster wrote:Hi there,> From http://wiki.nginx.org/Pitfalls I use two server's {} directives for this instead if().> But this doesn't work and first...
View ArticleRe: Need some help with rewrite rule translation
On Wed, Jun 19, 2013 at 06:44:55PM +0200, mailinglisten@simonhoenscheid.de wrote:Hi there,> This is still driving me mad. We need the expire header for images, but> if we add the location above,...
View ArticleRe[2]: server name rewrite
Thank you Francis, your answer is exhaustive, as always.--- Original message ---From: "Francis Daly" <francis@daoine.org>Date: 20 June 2013, 00:27:48> On Wed, Jun 19, 2013 at 09:22:11PM +0300,...
View ArticleRe: API question: large data processing handler
i tried to follow the suggestion of using a timer and a new handler for thewrite callback without luck, indeed there is something wrong on my end.if you have some minute to review, I wrote a simple...
View ArticleRe: Ignore broken SSL servers in config
Hello!On Wed, Jun 19, 2013 at 11:06:19AM -0700, Mark Moseley wrote:> TL;DR:> Any nginx setting to say 'if a vhost's ssl settings are broken, skip it and> don't fail to start' ?>> I've...
View ArticleRe: API question: large data processing handler
Hello!On Wed, Jun 19, 2013 at 11:42:57PM -0600, Julien Zefi wrote:> i tried to follow the suggestion of using a timer and a new handler for the> write callback without luck, indeed there is...
View ArticleSPDY: fix tcp_nodelay and tcp_nopush handling
Hi,Could you please take a look at the following patch.In this patch I tried to fix handling for tcp_nodelay and tcp_nopush.This patch is only applicable for SPDY over TCP connection (but not forSPDY...
View ArticleProcess the backend response header
Hi,location /api {if ($cookie_API) {### make a http request to the varnish backend# check if the varnish response contains x-api-okif ($http_X_API_OK) {proxy_pass http://api-aaa/;}}proxy_pass...
View ArticleServer Status ?
Hi Nginx Team,I used nginx for a few years and until now, i used to deploy it for staticcontent. Right now, i 'd like to deploy it for dynamic content usingphp-fpm. It works fine and performances are...
View ArticleRe: Server Status ?
> But according to me and my team (and many other admins as far as i can> see), something important is really missing to push it in production. This> is the "extended status" (i mean something...
View Article