Re: Load balancing algorithm

2016-08-01 Thread Andrew Hutchings
Hi Dewangga, On 01/08/16 10:36, Dewangga Bachrul Alam wrote: Hello! On 08/01/2016 04:19 PM, Andrew Hutchings wrote: Hi Dewangga, I'm not quite sure what your desired outcome would be by connecting to two servers at the same time for a single client but it won't work the way you might think

Re: Load balancing algorithm

2016-08-01 Thread Andrew Hutchings
picked up? ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. ___ nginx mailing list nginx@ngin

Re: GET request with transfer-encoding causing issue

2016-05-24 Thread Andrew Hutchings
On 24/05/16 13:21, Francis Daly wrote: On Tue, May 24, 2016 at 11:10:31AM +0100, Andrew Hutchings wrote: Hi there, As if by magic: http://nginx.org/en/docs/http/ngx_http_core_module.html#chunked_transfer_encoding Will that work here? That directive seems to be about nginx sending

Re: GET request with transfer-encoding causing issue

2016-05-24 Thread Andrew Hutchings
?2,267076,267076#msg-267076 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. ___ nginx mailing list

Re: timeout with UWSGI?

2016-05-11 Thread Andrew Hutchings
-- Alex Hall Automatic Distributors, IT department ah...@autodist.com <mailto:ah...@autodist.com> _______ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. ___

Re: Building ngx_postgres module as dynamic

2016-05-05 Thread Andrew Hutchings
enough to look into. Also I discussed making module dynamic with dev, but looks like he just waiting for incoming pull requests. Judging by a quick look at your work the problem appears to be that you are linking NGINX against libpq instead of the module. Kind Regards -- Andrew Hutchings

Re: naxsi as a dynamic module error on nginx 1.10.0

2016-04-27 Thread Andrew Hutchings
apxs seem to be facilitating loading of multiple modules from various developers without any issue. On Wed, Apr 27, 2016 at 9:24 PM, Andrew Hutchings <ahutchi...@nginx.com> wrote: Hi Anoop, Yes, it would probably be better to contact their community. I would also recommend trying the latest GitHub check

Re: naxsi as a dynamic module error on nginx 1.10.0

2016-04-27 Thread Andrew Hutchings
. Without passenger naxsi is loading and working fine. So I should be contacting passenger list with the error right? Thank you, Anoop On Wed, Apr 27, 2016 at 8:03 PM, Andrew Hutchings <ahutchi...@nginx.com> wrote: Hi Anoop, This looks to me like another module has broken the linking

Re: naxsi as a dynamic module error on nginx 1.10.0

2016-04-27 Thread Andrew Hutchings
ue with NAXSI itself or something to do with my configure args for nginx . Thank you, -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: [nginx] Variable $request_id.

2016-04-27 Thread Andrew Hutchings
nx.org <mailto:nginx-devel@nginx.org> > http://mailman.nginx.org/mailman/listinfo/nginx-devel > > ___ > nginx-devel mailing list > nginx-devel@nginx.org <mailto:nginx-devel@nginx.org> >

Re: Nginx proxy cache/temp folders empty when located inside /tmp on CentOS 7

2016-04-06 Thread Andrew Hutchings
rum.nginx.org/read.php?2,265943,265943#msg-265943 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. ___ ng

Re: [PATCH] Correct reference to GCC compiler macro

2016-03-19 Thread Andrew Hutchings
18 years ago :) Kind Regards -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: Nginx 1.9.11 and OpenSSL 1.0.2G - HTTP2, but no ALPN negotiated.

2016-03-03 Thread Andrew Hutchings
inx.org/mailman/listinfo/nginx -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx 1.9.11 and OpenSSL 1.0.2G - HTTP2, but no ALPN negotiated.

2016-03-03 Thread Andrew Hutchings
the latest version of OpenSSL, I have no idea why this is the case. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,265036,265036#msg-265036 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx -- Andrew

Re: openstack swift as a cache proxy for nginx, swift proxy report 401 error when authenticate

2016-03-02 Thread Andrew Hutchings
___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo

Re: openstack swift as a cache proxy for nginx, swift proxy report 401 error when authenticate

2016-03-02 Thread Andrew Hutchings
t is wrong. In addition you probably need to set the following, although I'm uncertain as to whether it will fix your problem: proxy_http_version 1.1 Kind Regards -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. ___ nginx mailing

Re: enable reuseport then only one worker is working?

2016-03-02 Thread Andrew Hutchings
: https://forum.nginx.org/read.php?2,264913,264990#msg-264990 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc

Re: enable reuseport then only one worker is working?

2016-03-01 Thread Andrew Hutchings
On 01/03/16 14:23, Jim Ohlstein wrote: Hello, On 3/1/16 8:34 AM, Andrew Hutchings wrote: Hi Jim, On 01/03/16 13:10, Jim Ohlstein wrote: Hello, On 2/28/16 11:22 PM, Валентин Бартенев wrote: On Sunday 28 February 2016 08:52:12 meteor8488 wrote: Hi All, I just upgrade Nginx from 1.8 o 1.9

Re: enable reuseport then only one worker is working?

2016-03-01 Thread Andrew Hutchings
as FreeBSD and even which ones do not even have a SO_REUSEPORT option. Documentation is probably the best option for now and we have tried to make it clear which operating systems do support this feature. Kind Regards -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc

Re: Image filter module

2016-02-29 Thread Andrew Hutchings
___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx and pseudo-streaming

2016-02-22 Thread Andrew Hutchings
/docs/http/ngx_http_mp4_module.html "To start playback, the player first needs to read metadata. This is done by sending a special request with the start=0 argument." Kind Regards -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. _

Re: SSL handshake errors when configured as a reverse proxy

2016-02-20 Thread Andrew Hutchings
is also the default from apt-get. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. ___ nginx

Re: SSL handshake errors when configured as a reverse proxy

2016-02-19 Thread Andrew Hutchings
t was wrong with our nginx setup to be causing this in the first place, anyone have any ideas? ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx -- Andrew Hutchings (LinuxJedi) Tech

Re: Feature Request for access_log stdout;

2016-02-18 Thread Andrew Hutchings
On 18/02/16 08:59, Andrew Hutchings wrote: Hi Aleksandar, On 17/02/16 19:04, Aleksandar Lazic wrote: Hi. Am 17-02-2016 16:47, schrieb Valentin V. Bartenev: On Wednesday 17 February 2016 16:26:01 Aleksandar Lazic wrote: Hi. how difficult is it to be able to add "access_log s

Re: Feature Request for access_log stdout;

2016-02-18 Thread Andrew Hutchings
id=100055 gid=0(root) groups=0(root) ### What version of Docker are you running? If it is prior to 1.9 you are likely to hit his bug: https://github.com/docker/docker/issues/6880 Kind Regards -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc.

Re: NGINX Dynamic Modules

2016-02-09 Thread Andrew Hutchings
release, but there are probably common patterns of build-time feature availability. On Tue, Feb 9, 2016 at 9:41 AM, Andrew Hutchings <ahutchi...@nginx.com> wrote: Hi all, As you may have seen with recent code drops, we have released the initial version of our Dynamic Modules code to the

NGINX Dynamic Modules

2016-02-09 Thread Andrew Hutchings
the module API with examples. This will come at a later date. If you have any questions or problems converting modules please let us know on this mailing list. Kind Regards -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc

Re: nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)

2016-02-04 Thread Andrew Hutchings
___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: [nginx-announce] nginx security advisory (CVE-2016-0742, CVE-2016-0746, CVE-2016-0747)

2016-01-26 Thread Andrew Hutchings
=713981 Hope this helps Kind Regards -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: mistserver features in nginx

2015-12-30 Thread Andrew Hutchings
much an apples to oranges comparison. Kind Regards -- Andrew Hutchings (LinuxJedi) Technical Product Manager, NGINX Inc. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: HTTP/2 Issues

2015-11-13 Thread Andrew Hutchings
r. > > Thanks. > > Posted at Nginx Forum: > https://forum.nginx.org/read.php?2,262764,262798#msg-262798 > > ___ > nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx > -- Andre

Re: Opera issue

2015-11-04 Thread Andrew Hutchings
ve included? > > -- > > Pozdrawiam || Best regards > > Mateusz Gruszczyński > linuxiarz.pl <http://linuxiarz.pl> > > > > ___ > nginx-devel mailing list > nginx-devel@nginx.org >

Re: SEO gone mad...

2015-10-13 Thread Andrew Hutchings
oad-existing-page At least then (in theory) you can have the illusion of hiding the trailing slash without risking breaking browser support for the site. Kind Regards -- Andrew Hutchings (LinuxJedi) Senior Developer Advocate, NGINX Inc. ___ nginx mailin

Re: Setting a custom header on a proxied request

2015-10-12 Thread Andrew Hutchings
gt;headers_in, on the request object that I saved > in my peer data. > > I suspect I'm not actually dealing with the correct request here, because no > matter what I try, I can't get this code to actually alter the headers of the > forwarded request in any way. > > Any help would be greatly appreciated! > Thanks, > Maxime > ___ > nginx-devel mailing list > nginx-devel@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx-devel > -- Andrew Hutchings (LinuxJedi) Senior Developer Advocate, Nginx Inc. ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: URGENT needed - Nginx + FastCGIwrap = 502 error

2015-10-11 Thread Andrew Hutchings
ocket > > srwxr-xr-x 1 www-data www-data 0 Oct 11 00:19 */var/run/fcgiwrap.socket* > > * > * > > *Please suggest and fix this error ?* > > * > * > > *Best regards, Kasino.* > > > > ___ > nginx mailing list > nginx@n

Re: Chrome says both HTTP/2 and SPDY being used?

2015-10-09 Thread Andrew Hutchings
> nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx > -- Andrew Hutchings (LinuxJedi) Senior Developer Advocate, Nginx Inc. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Join us this month at nginx.conf 2015

2015-09-10 Thread Andrew Hutchings
• Design, develop, and deploy scalable microservices architectures > > You can see the full list of speakers and topics here: http://bit.ly/1NE1qHD. > > Don’t forget about the community member discount. Please use and share this > discount code to get 25% off conference ticket

New NGINX wiki

2015-09-09 Thread Andrew Hutchings
to the README to make it easier to get started. Please feel free to come to me or anyone on the developer relations team if you have any questions. Many thanks to all of you for making the NGINX community awesome! Kind Regards -- Andrew Hutchings (LinuxJedi) Senior Developer Advocate, Nginx Inc. Discover

Nginx GitHub mirror

2015-07-28 Thread Andrew Hutchings
. Happy Tuesday everyone! :) Kind Regards -- Andrew Hutchings (LinuxJedi) Senior Developer Advocate Nginx Inc. ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: Trying to mirror nginx repository for centos6/7

2015-06-18 Thread Andrew Hutchings
nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx -- Andrew Hutchings (LinuxJedi) Senior Developer Advocate Nginx Inc. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Trying to mirror nginx repository for centos6/7

2015-06-18 Thread Andrew Hutchings
the package list from the repo to no longer include the packages that are not available or to put back the old packages in your repositry? This should be fixed now, please let us know if you have any more problems with it. Kind Regards -- Andrew Hutchings (LinuxJedi) Senior Developer Advocate

Re: Trying to mirror nginx repository for centos6/7

2015-06-18 Thread Andrew Hutchings
they are in this directory: http://nginx.org/packages/old/rhel/ Unfortunately they are not in a repo format but they are still there for archival purposes. Kind Regards -- Andrew Hutchings (LinuxJedi) Senior Developer Advocate Nginx Inc. ___ nginx mailing list nginx

Re: Writing a new auth module - request for comments

2015-06-18 Thread Andrew Hutchings
Hi Senko, I am Andrew Hutchings and am a Developer Advocate for Nginx. Part of my job is to help the community writing such modules and aiding communication between the community and Nginx's internal teams. It is worth noting that at some point in the 1.9.x mainline release we will be adding

Re: mail proxying

2015-05-31 Thread Andrew Hutchings
if I'm wrong. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259279,259279#msg-259279 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx -- Andrew Hutchings (LinuxJedi) Senior Developer Advocate

Re: unknown directive thread_pool

2015-05-27 Thread Andrew Hutchings
...@kearsley.me wrote: Thanks Andrew I figured this out but it was not a duplicate binary It was because I was issuing -HUP to reload nginx rather than proper start/stop :-[ Cheers Richard On 27/05/15 14:34, Andrew Hutchings wrote: Hi Richard, Do you have an Ubuntu package for Nginx