nginx/KQUEUE+SPDY breaks proxy_ignore_client_abort
[fixed Subject: to help others with issue track it]On 2013-03-01 at 17:12 +0400, Maxim Dounin wrote:> It looks like you are running nginx with experimental SPDY patch,> and it broke things here....
View Articlenginx mailing-list and sender filtering (vs BATV)
On 2013-03-01 at 17:12 +0400, Maxim Dounin wrote:> On Fri, Mar 01, 2013 at 03:22:51AM -0500, Phil Pennock wrote:> > PS: nginx mail-server configuration is broken; it's checking SMTP...
View ArticleRe: nginx/KQUEUE+SPDY breaks proxy_ignore_client_abort
On Saturday 02 March 2013 00:56:06 Phil Pennock wrote:> [fixed Subject: to help others with issue track it]>> On 2013-03-01 at 17:12 +0400, Maxim Dounin wrote:> > It looks like you are...
View ArticleRe: if_modified_since
Привет!А как оно в реальном мире происходит?Браузер грузит страницу первый раз - оставляет ее у себя в хэше и дату из Last-Modified.Запрашивая второй раз, говорит If-modified-since: подставляет дату из...
View Articlefastcgi_cache_valid для разных location'ов
Привет!Есть примерно такой вот конфиг:location /aaa/ {rewrite ^/aaa/([0-9]+)\.html$ /test.php?p1=$1 last;}location /bbb/ {rewrite ^/bbb/([0-9]+)\.html$ /test2.php?p1=$1 last;}location ~ \.php$...
View ArticleRe: if_modified_since
Кстати, в мобильной версии форума не указан charset. Сафари айфоновская русские символы не показывает.
View ArticleRe: fastcgi cache valid для разных location'ов
Здравствуйте, Уважаемый(-ая, -ое) Namaste!N> Есть примерно такой вот конфиг:N> location /aaa/ {N> rewrite ^/aaa/([0-9]+)\.html$ /test.php?p1=$1 last;N> }N> location /bbb/ {N> rewrite...
View ArticleRe: WildCard domains : how to treat IP Address and Specific Domains...
On Fri, Mar 01, 2013 at 03:20:10PM -0500, Jonathan Vanasco wrote:Hi there,> Requests for example.com> Serve Site A>> All IP Address Requests :> Serve Site A>> All other domains (...
View ArticlePatch proposal: allow alternatives to 503 status code in limit_req module
Hey there,I've been doing some work using limit_req to prevent overzealous clientsfrom DOS'ing my site. Specifically, I wanted to use a different HTTP statuscode such as 420 or 429 so that it would be...
View ArticleRe: Optimal nginx settings for websockets sending images
thank you so much maximi have read the documentation at http://nginx.org/en/docs/http/ngx_http_proxy_module.html and am trying to understand all that. it's not easy ...i'm serving video files (mp4 or...
View ArticleRe: WildCard domains : how to treat IP Address and Specific Domains...
On Mar 2, 2013, at 0:20 , Jonathan Vanasco wrote:> forgive me if this has been asked before -- I couldn't find this exact question in my mailing list archives back to 2007>> I am trying to...
View ArticleRe: fastcgi cache valid для разных location'ов
include будет работать3 марта 2013 г., 0:11 пользователь Namaste <nginx-forum@nginx.us> написал:> Переделываю конфиг. Будет значит допустим так:>> location /aaa/ {> location ~...
View ArticleRe: fastcgi cache valid для разных location'ов
Да, заработало. Правда как-то странно. Я спрашивал не можно ли заинклудить, а можно ли заинклудить И продублировать один из параметров.Сделал файл mycache_params с таким содержимым:fastcgi_cache...
View ArticleRe: if_modified_since
Hello!On Fri, Mar 01, 2013 at 05:38:37PM -0500, Namaste wrote:> Привет!>> А как оно в реальном мире происходит?>> Браузер грузит страницу первый раз - оставляет ее у себя в хэше и дату...
View ArticleURL -> execute C-program
Подскажите, плиз, можно ли сделать так, чтобы:1. при обращении к определенному url срабатывала программа на сервере, написанная на С?2. вывод программы выдавался в клиентский...
View ArticleRe: URL -> execute C-program
Добрый день, Владислав!http://ru.wikipedia.org/wiki/CGIhttp://ru.wikipedia.org/wiki/FastCGIhttp://nginx.org/ru/docs/http/ngx_http_fastcgi_module.html03.03.13 1:12, Vladislav пишет:> Подскажите,...
View ArticleSecond opinion on my config (proxy_pass on multiple vhosts)
Hi,After i have fiddled around with my config file, and read the docs / googled etc, i have a configuration that works most of the time, done by mostly trial and error, but would like a second opinion...
View ArticleRe: nginx mailing-list and sender filtering (vs BATV)
Hello!On Fri, Mar 01, 2013 at 03:59:59PM -0500, Phil Pennock wrote:> On 2013-03-01 at 17:12 +0400, Maxim Dounin wrote:> > On Fri, Mar 01, 2013 at 03:22:51AM -0500, Phil Pennock wrote:> >...
View ArticleRe: if_modified_since
Hello!On Fri, Mar 01, 2013 at 06:01:01PM -0500, Namaste wrote:> Кстати, в мобильной версии форума не указан charset. Сафари айфоновская> русские символы не показывает.Спасибо, поправим (ну или...
View Article