Re: Debugging symbols for nginx-1.4.7-1.el6.ngx.x86_64.rpm

2014-06-25 Thread dompz
On a related question - would it also be possible to provide a Debuginfo package for future Debian and Ubuntu packages? Thanks, Dominik Posted at Nginx Forum: http://forum.nginx.org/read.php?2,248527,251157#msg-251157 ___ nginx mailing list nginx@ngin

Re: Re: Compile nginx 1.4.7 --with-http_rewrite_module Error

2014-05-13 Thread gaop...@richinfo.cn
Think you The problem has been resolved.Because 'if($remote_addr' , 'If' and '(' a space is required between gaop...@richinfo.cn From: Valentin V. Bartenev Date: 2014-05-13 15:15 To: nginx Subject: Re: Compile nginx 1.4.7 --with-http_rewrite_module Erro

Re: Re: Compile nginx 1.4.7 --with-http_rewrite_module Error

2014-05-13 Thread gaop...@richinfo.cn
ngx_http_rewrite_module syntax:if (condition) { ... } default:— context:server, location I use in location', gaop...@richinfo.cn From: Valentin V. Bartenev Date: 2014-05-13 15:15 To: nginx Subject: Re: Compile nginx 1.4.7 --with-http_rewrite_module Error On Tuesday 13 May 2014 13:

Re: Compile nginx 1.4.7 --with-http_rewrite_module Error

2014-05-13 Thread Valentin V. Bartenev
On Tuesday 13 May 2014 13:34:11 gaop...@richinfo.cn wrote: > Think you > But If I turn off the words,I have no way is to use 'if' order.An error > occurred : [emerg] 14499#0: unknown directive "if($remote_addr" in > /usr/local/nginx1/conf/nginx.conf:46 There is no directive "if($remote_addr"

Re: Re: Compile nginx 1.4.7 --with-http_rewrite_module Error

2014-05-12 Thread gaop...@richinfo.cn
Think you But If I turn off the words,I have no way is to use 'if' order.An error occurred : [emerg] 14499#0: unknown directive "if($remote_addr" in /usr/local/nginx1/conf/nginx.conf:46 gaop...@richinfo.cn From: Steve Holdoway Date: 2014-05-13 13:09 To: nginx Subjec

Re: Compile nginx 1.4.7 --with-http_rewrite_module Error

2014-05-12 Thread Steve Holdoway
On Tue, 2014-05-13 at 11:25 +0800, gaop...@richinfo.cn wrote: > hi: > I compiled nginx1.4.7,add > to --with-pcre=/root/nginx/pcre-8.34 --with-http_rewrite_module parameter;An > error occurred :./configure: error: invalid option > "--with-http_rewrite_module" ,Trouble who can talk about what

Compile nginx 1.4.7 --with-http_rewrite_module Error

2014-05-12 Thread gaop...@richinfo.cn
hi: I compiled nginx1.4.7,add to --with-pcre=/root/nginx/pcre-8.34 --with-http_rewrite_module parameter;An error occurred :./configure: error: invalid option "--with-http_rewrite_module" ,Trouble who can talk about what is the problem gaop...@richinfo.cn _

Re: Debugging symbols for nginx-1.4.7-1.el6.ngx.x86_64.rpm

2014-05-07 Thread dompz
Hi Sergey, I just checked the repository again and there is indeed a debuginfo package available now for the latest build (1.6). This really helps. Thanks a lot, Dominik Posted at Nginx Forum: http://forum.nginx.org/read.php?2,248527,249884#msg-249884 _

Re: nginx-1.4.7

2014-03-20 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.4.7 for Windows http://goo.gl/KNRYGj (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announcements are also

Re: Debugging symbols for nginx-1.4.7-1.el6.ngx.x86_64.rpm

2014-03-20 Thread dompz
Thanks for the quick answer! Good to know that you are going to add the debuginfo package :) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,248527,248532#msg-248532 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listi

Re: Debugging symbols for nginx-1.4.7-1.el6.ngx.x86_64.rpm

2014-03-20 Thread Sergey Budnevitch
On 20 Mar 2014, at 16:58, dompz wrote: > I have a question to the nginx team - is there any chance for me to get the > debugging symbols for the nginx-1.4.7-1.el6.ngx.x86_64.rpm from > http://nginx.org/packages/rhel/6/x86_64/RPMS/? It seems the nginx-debug > package contains a diff

Debugging symbols for nginx-1.4.7-1.el6.ngx.x86_64.rpm

2014-03-20 Thread dompz
I have a question to the nginx team - is there any chance for me to get the debugging symbols for the nginx-1.4.7-1.el6.ngx.x86_64.rpm from http://nginx.org/packages/rhel/6/x86_64/RPMS/? It seems the nginx-debug package contains a different binary, so the symbols won't match the one from the

nginx-1.4.7

2014-03-18 Thread Maxim Dounin
Changes with nginx 1.4.7 18 Mar 2014 *) Security: a heap memory buffer overflow might occur in a worker process while handling a specially crafted request by ngx_http_spdy_module, potentially resulting in arbitrary code execution