Complancy with the IETF specifications (RFCs 1945, 2616 and 2396)
HiI am currently making a research related to different HTTP server implementations.To make my research results complete, I would like to know if Nginx web server is fully compliant with the following...
View ArticleRe: REQUEST URI при rewrite'ах
Hello.2012/12/26 07:01:16 -0500 User <nginx-forum@nginx.us> => To nginx-ru@nginx.org :U> Делаю надстройку над wordpress... в процессе нужно пути с определеннымU> началом заворачивать на...
View ArticleRe: Complancy with the IETF specifications (RFCs 1945, 2616 and 2396)
On 26 December 2012 12:35, parttis <nginx-forum@nginx.us> wrote:> Hi>> I am currently making a research related to different HTTP server> implementations.>> To make my research...
View Articleкеширование элементов дизайна
Есть задача использовать nginx естественно в качестве фронтенда.При обращении по http сессия перебрасывается на защищенную, обращения проксируются, элементы dojo берутся из локального каталога.С этой...
View Articlenginx: configuration file test failed
Здравствуйте!тестирование конфигурации завершается с сообщением про ошибку:# nginx -tnginx: the configuration file /etc/nginx/nginx.conf syntax is oknginx: [emerg] listen() to 11.22.33.44:80, backlog...
View ArticleRe: nginx: configuration file test failed
On Dec 26, 2012, at 17:49 , Gena Makhomed wrote:> Здравствуйте!>> тестирование конфигурации завершается с сообщением про ошибку:>> # nginx -t> nginx: the configuration file...
View Article[nginx] svn commit: r4999 - trunk/src/http/modules
Author: ruDate: 2012-12-26 14:46:06 +0000 (Wed, 26 Dec 2012)New Revision: 4999URL: http://trac.nginx.org/nginx/changeset/4999/nginxLog:Upstream keepalive: detect duplicate "keepalive" directive.A...
View ArticleRe: Как настроить 301 редирект
On Dec 26, 2012, at 19:34 , vadox wrote:> 1.Пример:> до редиректа: http://sitename.ru/politics/106103.html или> http://sitename.ru/society/106103.html> после:...
View ArticleRe: кеширование элементов дизайна
Здравствуйте, bioargonaft.> Для увеличения производительности предполагается делать кеширование, но> только элементов дизайна.> Тут мне требуется...
View Article"msie_padding on" doesn't work?
msie_padding is set to on by default (and I didn't change it). Today Iadded this line to my location php block:if ($http_user_agent ~ "MSIE 6" ) {return 403 "Browser not supported. Please update or...
View ArticleRe: Using Crypt::OpenSSL::RSA with http_perl_module problem
I am suspecting following to be issue some how. I've tried specifying it via $LD_LIBRARY_PATH, $LD_PRELOAD and /etc/ld.so.preload but no love.root@master-01:/home/theApp/theEnDec/conf# find / -name...
View ArticleRe: "msie_padding on" doesn't work?
On Dec 26, 2012, at 19:54 , Lorenzo Raffio wrote:> msie_padding is set to on by default (and I didn't change it). Today I added this line to my location php block:> if ($http_user_agent ~ "MSIE...
View ArticleRe: "msie_padding on" doesn't work?
Oh, ok! Maybe it would be useful to add the padding to custom errormessages too..? :)Should be an easy add._______________________________________________nginx mailing...
View ArticleRe: Using Crypt::OpenSSL::RSA with http_perl_module problem
On Dec 26, 2012, at 19:58 , kalpesh.patel@glgroup.com wrote:> I am suspecting following to be issue some how. I've tried specifying it via> $LD_LIBRARY_PATH, $LD_PRELOAD and /etc/ld.so.preload...
View ArticleRe: Using Crypt::OpenSSL::RSA with http_perl_module problem
Igor:I had tried that before but now I tried with following two which still errors out with same exact place and error:env PERL5LIB=/usr/local/lib/perl/5.12.4/:/usr/lib/perl/5.12.4/;env...
View ArticleRe: Using Crypt::OpenSSL::RSA with http_perl_module problem
On Dec 26, 2012, at 20:40 , kalpesh.patel@glgroup.com wrote:> Igor:>> I had tried that before but now I tried with following two which still> errors out with same exact place and...
View ArticleRe: nginx: configuration file test failed
On 26.12.2012 16:35, Igor Sysoev wrote:>> тестирование конфигурации завершается с сообщением про ошибку:>> # nginx -t>> nginx: the configuration file /etc/nginx/nginx.conf syntax is...
View ArticleAccess to location configs from postconfiguration
Hello,I'm writing my first nginx module and want perform some per-locationinitialization (and validation) in postconfiguration function.Unfortunately I've found that only named locations can be...
View ArticleDisable auth_basic for unique (set of) URL
Hello,I am using the auth_basic directive to restrict access to a whole server(auth_basic server-wide set, not in any particular location).Since I am using php, I am also using:location ~ \.php$...
View ArticleDynamic set upstream severs weight?
HiIs it possible to change server weight or take them offlinewithout modifying the config and reload?We want to change server weight from a script that monitor backend loadaverage, is it possible?p.s....
View Article