Mailing list migration to mailman3

2022-01-13 Thread Sergey Budnevitch
Hello, As you may noticed already mailing list was migrated to mailman3. It differs significantly from mailman2 we used previously. Please pay attention to a few noticeable changes: * Mailman3 does not add X-BeenThere header to the outbound emails anymore. If you used this header for y

Re: packages.nginx.org IPv6 SSL is broken

2020-09-28 Thread Sergey Budnevitch
It works actually. Please capture packets using tcpdump/wireshark while running openssl s_client and provide pcap file. In nginx-ru mailing list there was similar issue and the root cause was in tunnel and broken PMTUD, so also try to reduce MTU on the interface. > On 27 Sep 2020, at 22:54, sergi

Re: nginx.org IPv6 Server 2001:1af8:4060:a004:21::e3 returning empty response

2017-01-24 Thread Sergey Budnevitch
> On 24 Jan 2017, at 05:14, Ryan A. Krenzischek wrote: > > Sirs: > > I'm not sure who is responsible for the web server on > 2001:1af8:4060:a004:21::e3 but it's not serving up HTTP properly for > nginx.org over IPv6. The server on 2606:7100:1:69::3f is working just fine > but for some reaso

Re: XSLT and autoindex XML output: conditionally transform XML only when it's autoindex output?

2016-02-26 Thread Sergey Budnevitch
> On 26 Feb 2016, at 22:27, Moritz Wilhelmy wrote: > > Hi, > > The documentation said it's possible to transform XML dirlistings into > XHTML in order to customize what they look like, so I did one that makes > them look like lighttpd's: > https://gist.github.com/wilhelmy/5a59b8eea26974a468c9 >

nginx-debug package

2016-02-26 Thread Sergey Budnevitch
Hello, There was one noticeable change in the nginx packages recently. Before nginx 1.9.8 we shipped nginx-debug binary (that is nginx configured and compiled with —with-debug option, needed for debugging: http://nginx.org/en/docs/debugging_log.html) in the separate package "nginx-debug".

Re: packages for the dynamic modules. testing required.

2016-02-26 Thread Sergey Budnevitch
technologies. > --- > B. R. > > On Wed, Feb 24, 2016 at 8:08 PM, Sergey Budnevitch <mailto:s...@nginx.com>> wrote: > Hello. > > Previously we built nginx with all modules, except those that required > extra libraries. With dynamic modules it is possible to

packages for the dynamic modules. testing required.

2016-02-24 Thread Sergey Budnevitch
Hello. Previously we built nginx with all modules, except those that required extra libraries. With dynamic modules it is possible to build them as the separate packages and nginx main package will not have extra dependences. For nginx 1.9.12 we build additional packages with xslt, image-

authentication on trac.nginx.org

2015-09-07 Thread Sergey Budnevitch
Hello. As you know we used openid to authenticate users on trac.nginx.org. Unfortunately many openid providers vanished or ceased to support openid. Last week I added oauth-based authentication instead of openid one, with four auth providers: google, yandex, github and stack exchange. Old google

Re: Debian Packages from nginx.org

2015-07-06 Thread Sergey Budnevitch
> On 06 Jul 2015, at 11:37, Sebastian Stabbert > wrote: > > Hey Guys, > > the Debian package for latest stable nginx contains a logrotate.d file with > following contents: > "create 640 nginx adm“ Yes, nginx package creates user nginx, while arm is a system group. > > However, the package

Re: Trying to mirror nginx repository for centos6/7

2015-06-18 Thread Sergey Budnevitch
o 256] No more mirrors to > try. > 1:nginx-debuginfo-1.6.3-1.el7.ngx.x86_64: [Errno 256] No more mirrors to > try. > 1:nginx-1.6.3-1.el7.ngx.x86_64: [Errno 256] No more mirrors to try. > nginx-debug-1.6.1-1.el7.ngx.x86_64: [Errno 256] No more mirrors to try. > > > -- >

Re: Trying to mirror nginx repository for centos6/7

2015-06-18 Thread Sergey Budnevitch
> On 18 Jun 2015, at 20:17, Jean-Sébastien Frerot wrote: > > Still the same issue. It works for me. Please try to purge yum’s caches with yum clean all (read description before). > > Here are my repo files: > [nginx6] > name=Nginx Repositories for Centos 6 > baseurl=http://nginx.org/packages/

Re: Official packages v1.8.0 do NOT include the GeoIP module

2015-05-19 Thread Sergey Budnevitch
> On 12 May 2015, at 14:20, B.R. wrote: > > Thanks Sergey, > > I naively though every module being documented on the official website were > included. > There was/is no clear documentation about what is (not) included in the > official binary, helping people to decide whether it is feasible t

Re: Official packages v1.8.0 do NOT include the GeoIP module

2015-05-12 Thread Sergey Budnevitch
> On 11 May 2015, at 15:15, B.R. wrote: > > Hello, > > We are facing quite some trouble with the official nginx packages: > their nginx -V does not show any sign of the GeoIP module. Package never has geoip module, because it requires extra library (libgeoip). Current policy is to include all

Re: Benchmarking with wrk

2015-02-10 Thread Sergey Budnevitch
> On 08 Feb 2015, at 04:51, B.R. wrote: > > Hello, > > I am starting to play with some benchmarking tools. > Following Konstantin advice (video from the last user conference ;o) ), I am > avoiding ab. > > After a few runs, I notice I get some 'Socket errors' of diffent types: > connect and t

Re: Debian Package Rules as Mercurial repositories

2014-10-10 Thread Sergey Budnevitch
On 07 Oct 2014, at 04:51, Dominic wrote: > Dear List > > I'm looking for the Debian package rules. I could download the source file > from http://nginx.org/packages/mainline/ubuntu/pool/nginx/n/nginx/. But I > guess there is an non public repository, where the package rules are stored > to b

Re: any plans to offer other ssllibs builds on linux_packages

2014-08-04 Thread Sergey Budnevitch
On 04 Aug 2014, at 13:00, Aleksandar Lazic wrote: > Dear NGINX-Team. > > Are there any plans to offer precompiled packages with boring- or libressl? No, we haven't any plans. There are no official packages for both libs, and don’t know about libressl, but boring does not guarantee API or ABI

Re: Centos7/Rhel7 Nginx Repo

2014-07-11 Thread Sergey Budnevitch
On 11 Jul 2014, at 12:52, free...@gmx.ch wrote: > Hi List > > I want to use Nginx under the newly released Centos 7. I've tried to compile > it on Centos 7 but it failed. But i didnt look into it further so far because > i would like to use anyway the version provided by the Nginx.org yum Rep

Re: failed to verify repository GPG key

2014-04-08 Thread Sergey Budnevitch
On 08 Apr 2014, at 20:11, spameden wrote: > today I noticed something changed and there is no longer packages being > verified from nginx.org repository: > > W: GPG error: http://nginx.org squeeze Release: The following signatures were > invalid: BADSIG ABF5BD827BD9BF62 nginx signing key >

Re: AAAA record for nginx.org ?

2014-03-25 Thread Sergey Budnevitch
On 24 Mar 2014, at 20:31, Nick Thomas wrote: > Hi there, > > I recently had cause to (try to) install Nginx from the Debian > repositories hosted at http://nginx.org (i.e., > http://nginx.org/packages/mainline/debian/dists/wheezy/ ) on a set of > machines which have IPv6-only connectivity. This

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 different binary,

Re: An official yum repo for 1.5x

2013-10-12 Thread Sergey Budnevitch
On 12 Oct2013, at 03:42 , justin wrote: > [nginx] > name=nginx repo > baseurl=http://nginx.org/packages/centos/6/$basearch/ > gpgcheck=0 > enabled=1 > > Is the 1.4x branch. Is it possible to get an official 1.5x repo? Thanks. http://nginx.org/en/linux_packages.html#mainline _

Re: Getting forward secrecy enabled

2013-10-03 Thread Sergey Budnevitch
On 3 Oct2013, at 16:36 , Sergey Budnevitch wrote: > > On 2 Oct2013, at 15:08 , Vahan Yerkanian wrote: > >> On Oct 2, 2013, at 9:57 AM, justin wrote: >> >>> I don't compile nginx, I get it from the official CentOS repo: >>> >>> [ng

Re: Getting forward secrecy enabled

2013-10-03 Thread Sergey Budnevitch
On 2 Oct2013, at 15:08 , Vahan Yerkanian wrote: > On Oct 2, 2013, at 9:57 AM, justin wrote: > >> I don't compile nginx, I get it from the official CentOS repo: >> >> [nginx] >> name=nginx repo >> baseurl=http://nginx.org/packages/centos/6/$basearch/ >> gpgcheck=0 >> enabled=1 >> > > That's

Re: Nginx update problem

2013-09-09 Thread Sergey Budnevitch
On 9 Sep2013, at 13:51 , litux wrote: > When trying to update the nginx package on debian 8.0 jessie > > This is the error message > > `Preparing to replace nginx 1.4.1-3 (using > .../nginx_1.4.2-1~squeeze_amd64.deb) ... > Unpacking replacement nginx ... > dpkg: error processing > /var/cache/

Re: Update nginx with Ubuntu PPA

2013-07-26 Thread Sergey Budnevitch
On 26 Jul2013, at 08:34 , JackB wrote: > Valentin V. Bartenev Wrote: >>> This might be a little off topic, but how can one upgrade nginx on > ubuntu >>> with the official ppa via apt without having a restart of nginx but an >>> upgrade instead? (/etc/init.d/nginx upgrade) > >> Please note, th

Re: .spec file for 1.4.2 RPM

2013-07-25 Thread Sergey Budnevitch
On 25 Jul2013, at 23:09 , Jan Algermissen wrote: > Hi, > > can anyone point me to the RPM .spec file for the binary RHEL 6 RPM? > > I need to create a binary RPM in a certain context and look for a quick > starting point. Take it from srpm: http://nginx.org/packages/rhel/6/SRPMS/nginx-1.4.

Re: Nginx 1.4.2 Centos Packages

2013-07-24 Thread Sergey Budnevitch
On 23 Jul2013, at 18:10 , inspiron wrote: > here are those outputs : http://pastebin.com/0Epq6KGj > > the above output is for nginx 1.4.1 if i update to 1.4.2 i loose nearly half > of those lines in nginx -v output including geoip and etc. Your 1.4.1 package is probably from atomic repo. We w

Re: Nginx 1.4.2 Centos Packages

2013-07-23 Thread Sergey Budnevitch
On 23 Jul2013, at 15:45 , inspiron wrote: > I haven't changed anything since last update from 1.4 to 1.4.1 and now again > like before i just used "yum update nginx" which updated nginx from 1.4.1 to > 1.4.2 just like what i've done before to upgrade from 1.4 to 1.4.1 ! Please show output of:

Re: Nginx 1.4.2 Centos Packages

2013-07-23 Thread Sergey Budnevitch
On 23 Jul2013, at 01:44 , Bing Bang wrote: > Hi, > > I just updated my nginx from 1.4.1 to 1.4.2 from packages provided by nginx > for centos and then i realized that many modules available with 1.4.1 are not > compiled in premade packages of 1.4.2 for centos, so i've just downgraded my > n

Re: GPG error on Nginx repository - NO_PUBKEY

2013-07-01 Thread Sergey Budnevitch
On 28 Jun2013, at 21:09 , B.R. wrote: > > We've added short explanation with links to gpg docs about how > and why pgp signatures should be checked: > > http://nginx.org/en/linux_packages.html#signatures > > ​The link to Dewinter's website is broken. > Maybe would you like to replace it with

Re: GPG error on Nginx repository - NO_PUBKEY

2013-06-28 Thread Sergey Budnevitch
On 28 Jun2013, at 10:15 , Phil Pennock wrote: > On 2013-06-27 at 11:41 -0400, B.R. wrote: >> The Nginx website's page on Linux >> packages provides you with the key file address: >> http://nginx.org/en/linux_packages.html > > You mean: > http://nginx.

Re: ulimit in the ubuntu package

2013-06-04 Thread Sergey Budnevitch
affect init script, do I need to call ulimit in the init.d script? It's up to you. Both ulimit in init script and worker_rlimit_nofile will work. > > > On Tue, Jun 4, 2013 at 4:25 PM, Sergey Budnevitch wrote: > > On 4 Jun2013, at 17:04 , pablo platt wrote: > >

Re: ulimit in the ubuntu package

2013-06-04 Thread Sergey Budnevitch
in the upstart script and > can't use /etc/security/limits.conf limits.conf will not work if init script is started on system boot. > > > On Tue, Jun 4, 2013 at 3:39 PM, Maxim Dounin wrote: > Hello! > > On Tue, Jun 04, 2013 at 04:30:40PM +0400, Sergey Budnevitc

Re: ulimit in the ubuntu package

2013-06-04 Thread Sergey Budnevitch
On 4 Jun2013, at 16:39 , Maxim Dounin wrote: > Hello! > > On Tue, Jun 04, 2013 at 04:30:40PM +0400, Sergey Budnevitch wrote: > >> >> On 4 Jun2013, at 15:39 , pablo platt wrote: >> >>> Hi, >>> >>> I'm using the ubuntu pac

Re: ulimit in the ubuntu package

2013-06-04 Thread Sergey Budnevitch
On 4 Jun2013, at 15:39 , pablo platt wrote: > Hi, > > I'm using the ubuntu package from nginx.org. > > In the package from the official ubuntu repo, you can set file descriptor > limit by changing /etc/default/nginx > # Check if the ULIMIT is set in /etc/default/nginx > if [ -n "$ULIMIT" ];

Re: Performance trouble after migration Squeeze to Wheezy

2013-05-27 Thread Sergey Budnevitch
On 25 May2013, at 01:16 , B.R. wrote: > Hello, > > First of all I need to emphasize the fact that I know WHeezy is not yet > supported. Packages for wheezy and raring have been uploaded. > What I am trying to determine how WHeezy could impact Nginx (compiled for > Squeeze) performance. >

Re: Debian 7

2013-05-14 Thread Sergey Budnevitch
On 14 May2013, at 15:27 , David Geistert wrote: > Hey, > I only want to ask, when the Debian Wheezy package will be released in > http://nginx.org/packages/debian/ http://mailman.nginx.org/pipermail/nginx/2013-May/038908.html ___ nginx mailing list

Re: Debian package

2013-05-11 Thread Sergey Budnevitch
On 11 May2013, at 07:52 , B.R. wrote: > Hello, > > Is Wheezy supported for Nginx? Not yet. I plan to build packages for wheezy and ubuntu 13.04 in a week or two. > > Would it be possible to use role-based package selection for the Nginx APT > source? No, I see potential problems here: ngi

Re: Mainline Ubuntu Packages

2013-05-07 Thread Sergey Budnevitch
On 7 May2013, at 20:23 , Richard Stanway wrote: > Thanks for posting the configure script. You can download srpm and/or debian source package from nginx.org and look at configure options or change/rebuild it for your needs. > Is there a reason why the geoip module is not compiled into the pa

Re: Mainline Ubuntu Packages

2013-05-07 Thread Sergey Budnevitch
On 7 May2013, at 15:13 , Christian Bönning wrote: > Thanks. But I would just like to know that before I actually start to deploy > something on our development/testing/staging/production environments ... ;) % nginx -V nginx version: nginx/1.5.0 TLS SNI support enabled configure arguments: --

Re: nginx-1.3.15

2013-04-11 Thread Sergey Budnevitch
url : http://nginx.org/packages/mainline/centos/6/x86_64/ > Repo-expire : 21600 second(s) (last: Thu Apr 11 01:41:29 2013) > > repolist: 37 Please run: yum clean metadata and try to install package once again. > > > On 4/10/2013 5:29 AM, Sergey Budnevitch wrote: >> On

Re: nginx-1.3.15

2013-04-10 Thread Sergey Budnevitch
On 10 Apr2013, at 05:08 , AJ Weber wrote: > I followed the instructions for adding the "mainline" repo to my yum config, > ran a clean but I still only find 1.2.8 available for install (CentOS6 x64). > > What might I be doing wrong? Please show result of yum repolist -v nginx _

Re: nginx rpm and configure arguments

2013-04-08 Thread Sergey Budnevitch
On 8 Apr2013, at 11:46 , Ian M. Evans wrote: > I began thinking about using Puppet to automate deployment and that led me > to thinking about using rpms to make keeping up with new releases easier. > > Since I've always compiled nginx from source, I was curious how one > specifies configure ar

Re: nginx-1.3.15

2013-04-03 Thread Sergey Budnevitch
Hello We've added new repository with pre-build linux packages for nginx 1.3.*. Documentation/instruction: http://nginx.org/en/linux_packages.html#mainline The only differences in nginx configure options from stable packages are gunzip module in all distributions and spdy module in Ubuntu

Re: nginx mailing-list and sender filtering (vs BATV)

2013-03-04 Thread Sergey Budnevitch
On 3 Mar2013, at 08:28 , Phil Pennock wrote: > > But yes, I understand the issue and do use RCPT-time checks myself, > after normalisation of the sender address, to work around the fact that > I'm doing something a little dodgy that might break legitimate mail. Although I have added sender ad

Re: Problem with proxy_set_header $ssl_client_cert

2013-02-25 Thread Sergey Budnevitch
On 25 Feb2013, at 18:37 , Lynoure wrote: >> The $ssl_client_cert variable abuses header continuation, and this >> doesn't work with many http servers (including nginx itself). > > Noticed that with spray-can. > >> There should be more portable way to pass client certificate to an >> upstream

Re: How about an nginx repository mirror list?

2013-02-20 Thread Sergey Budnevitch
On 20 Feb2013, at 20:15 , antituhan wrote: > Sergey Budnevitch wrote >> On 19 Feb2013, at 19:46 , antituhan < > >> dewanggaba@ > >> > wrote: >> >>> I see here http://wiki.nginx.org/Install for the Nginx Repository, >>> especially

Re: How about an nginx repository mirror list?

2013-02-20 Thread Sergey Budnevitch
On 19 Feb2013, at 19:46 , antituhan wrote: > I see here http://wiki.nginx.org/Install for the Nginx Repository, especially > RHEL/CentOS don't have any mirror likes IP Based to Location. Or, is there > a plan to build it? There are no plans to add mirrors to main package repository.