Re: nginx mailing-list and sender filtering (vs BATV)
Hello!On Mon, Mar 04, 2013 at 05:33:42PM +0400, Sergey Budnevitch wrote:>> On 3 Mar2013, at 08:28 , Phil Pennock <nginx+phil@spodhuis.org> wrote:>> >> > But yes, I understand...
View Articlefastcgi_buffers question
Hi,What is the best configuration for fastcgi_buffersfastcgi_buffers 512 4k;orfastcgi_buffers 4 512k;Both are allocating 2 Mb cache; but which is better .getconf PAGESIZE on my system returns 4kThank...
View Articleget alert : sem_init() failed (78: Function not implemented
Hi All,I just upgrade freebsd from 8.1 to 9.1. And after that, every time I start Nginx, I'l get below error message:2013/03/04 09:21:27 [alert] 43757#0: sem_init() failed (78: Function not...
View ArticleRe: get alert : sem_init() failed (78: Function not implemented
On Mar 4, 2013, at 19:30 , Meteor wrote:> Hi All,>> I just upgrade freebsd from 8.1 to 9.1. And after that, every time I start Nginx, I'l get below error message:>> 2013/03/04 09:21:27...
View Article[nginx] svn commit: r5098 - trunk/src/http/modules
Author: mdouninDate: 2013-03-04 15:39:03 +0000 (Mon, 04 Mar 2013)New Revision: 5098URL: http://trac.nginx.org/nginx/changeset/5098/nginxLog:Mp4: fixed handling of too small mdat atoms (ticket...
View ArticleRe: Снова о 400
02.03.2013 17:15, anon пишет:> в log_format есть UA, но к сожалению эти реквесты без него.Ну, разумеется - запроса же не было задано никакого, откуда ж полюUser-Agent взяться?--Best regards,Andrey...
View ArticleRe: Снова о 400
04.03.2013 17:15, anon пишет:> В это же время с этих IP только реквесты с 400 и 408 кодами.Я начинаю подозревать, что ваш проблемый server - описан как "default",и потому собирает в свои логи весь...
View ArticleSetup URL rewriting for The Bug Genie
Hi,I tried to setup The Bug Genie on my server, but I could not get url rewriting to work. Without rule, only the home page did show correctly. With rules, it did not find images (and others...
View ArticleRe: Снова о 400
Andrey Kopeyko Wrote:-------------------------------------------------------> 04.03.2013 17:15, anon пишет:> > В это же время с этих IP только реквесты с 400 и 408 кодами.>> Я начинаю...
View ArticleRe: upstream && if
Здравствуйте, Уважаемый(-ая, -ое) Андрей Середенко!АС> Доброго времени суток всем подписчикам!АС> Подскажите, возможно ли нечто этакое:АС> Использую proxy_pass, для примера:АС> upstream...
View ArticleUSE_THREAD nginx?
Hi,I see under auto/options, the macro USE_THREAD is set to no while theconfigure options are disabled.Out of curiosity, are they planned to bundle threading with the reactorloop in the future? or why...
View ArticleRe: Где лучше всего хранить состояние модуля?
Максим, большое спасибо за комментарии!> Так что если вы там, e.g., хотите создавать постоянные соединения с бекендом - то> делать это надо уже после старта рабочих процессов в них самих, а не...
View ArticleRe: Is it possible that nginx will not buffer the client body?
Are there any plans to integrate this feature into NGINX?It would be very great.> Maxim Dounin:> As a non-default mode of operation the aproach taken is likely> good enough (not looked into...
View ArticleRe: port .htaccess to nginx conf
I have tried this:------------------------------------------------------location / {rewrite ^(.*)$ /index.php?q=$1 break;}------------------------------------------------------And...
View ArticleRewrite inside location block before proxy to local port
Hi,I asked somewhat releated question here:http://serverfault.com/questions/484573/nginx-proxy-to-a-new-vm-without-affect-old-site-enabled-rulesProblem arises with one java program. This java program...
View ArticleRe: No such file or directory errors, nginx hang after a few hours
Hello!On Tue, Mar 05, 2013 at 05:48:03AM -0500, arty777 wrote:> Hi , after i clean cache , i see critical warning in my log, its normal?>> 2013/03/05 12:41:42 [crit] 40771#0: unlink()>...
View ArticleRe: Is it possible that nginx will not buffer the client body?
On Tue, Feb 26, 2013 at 10:13:11PM +0800, Weibin Yao wrote:> It still worked in my box. Can you show me the debug.log> ([1]http://wiki.nginx.org/Debugging)? You need recompile  with>...
View Article[nginx] svn commit: r5099 - trunk/docs/xml/nginx
Author: mdouninDate: 2013-03-05 14:35:58 +0000 (Tue, 05 Mar 2013)New Revision: 5099URL:...
View Article[nginx] svn commit: r5100 - tags
Author: mdouninDate: 2013-03-05 14:36:20 +0000 (Tue, 05 Mar 2013)New Revision: 5100URL: http://trac.nginx.org/nginx/changeset/5100/nginxLog:release-1.3.14...
View Articlenginx-1.3.14
Changes with nginx 1.3.14 05 Mar 2013*) Feature: $connections_active, $connections_reading, and$connections_writing variables in the ngx_http_stub_status_module.*) Feature: support of WebSocket...
View Article