Re: How to set up nginx as a 2-factor authentication portal that becomes transparent once auth'd?

2013-04-12 Thread ix8675874
Hi Andrew, On Fri, Apr 12, 2013, at 03:29 PM, Andrew Alexeev wrote: > There's an http request authentication module by one of nginx core > developers here: > > http://mdounin.ru/hg/ngx_http_auth_request_module/file/a29d74804ff1/README That one takes care of the known password I guess. > And hav

Re: How to set up nginx as a 2-factor authentication portal that becomes transparent once auth'd?

2013-04-12 Thread Andrew Alexeev
Hi Dave, On Apr 12, 2013, at 2:34 PM, ix8675...@sent.at wrote: > Hi, > > I just started with a small company that's got a bunch of web apps being > served up from a bunch of different web servers. Some are 'appliances', > most are Apache. > > It's a mess of an infrastrucutre -- slow and . My

Re: How to set up nginx as a 2-factor authentication portal that becomes transparent once auth'd?

2013-04-12 Thread Lasse Laursen
Have a look at roboo and work backwards from that? Sent from my iPhone On 12/04/2013, at 23.34, ix8675...@sent.at wrote: > Hi, > > I just started with a small company that's got a bunch of web apps being > served up from a bunch of different web servers. Some are 'appliances', > most are Apach

How to set up nginx as a 2-factor authentication portal that becomes transparent once auth'd?

2013-04-12 Thread ix8675874
Hi, I just started with a small company that's got a bunch of web apps being served up from a bunch of different web servers. Some are 'appliances', most are Apache. It's a mess of an infrastrucutre -- slow and . My long term plan is to convert to one lighter weight platform with commercial sup

limit_conn_zone and limit_conn behavior in 1.2.8

2013-04-12 Thread mrtn
In my config, within http section, I have: limit_conn_zone$binary_remote_addr zone=addr:10m; limit_conn addr 3; which I interpret as, setting a memory zone of size 10 megabytes for keeping states of connected IPs and restricting 3 concurrent connections per IP at a time. If the s

Re: nginx reverse proxy 502 bad gateway error

2013-04-12 Thread cruise
2013/04/13 01:09:06 [notice] 12129#0: signal 29 (SIGIO) received 2013/04/13 01:18:53 [error] 12131#0: *19 open() "/home/wwwroot/tag/psd-to-html5-volusion-themes" failed (2: No such file or directory), client: 66.249.73.10, server: www.surilasafar.com, request: "GET /tag/psd-to-html5-volusion-themes

Re: Cross-compiling Nginx for ARM?

2013-04-12 Thread djczaski
I've compiled for ARM A8. The biggest issue was configuring to use the system OpenSSL and pcre libraries. other than that , no problems. On Apr 12, 2013, at 1:45 PM, Maxim Dounin wrote: > Hello! > > On Fri, Apr 12, 2013 at 01:22:14PM -0400, Shohreh wrote: > >> Hello, >> >> I'd like to run

Re: Cross-compiling Nginx for ARM?

2013-04-12 Thread Maxim Dounin
Hello! On Fri, Apr 12, 2013 at 01:22:14PM -0400, Shohreh wrote: > Hello, > > I'd like to run Nginx on the SheevaPlug > (http://en.wikipedia.org/wiki/SheevaPlug), which is based on Marvell's > Kirkwood 88F6281 (ARM9E/ARMv5TE). > > I have a couple of newbie questions: > > 1. The archives of the

Cross-compiling Nginx for ARM?

2013-04-12 Thread Shohreh
Hello, I'd like to run Nginx on the SheevaPlug (http://en.wikipedia.org/wiki/SheevaPlug), which is based on Marvell's Kirkwood 88F6281 (ARM9E/ARMv5TE). I have a couple of newbie questions: 1. The archives of the mailing list (http://forum.nginx.org/read.php?2,227934,228360#msg-228360) include a

Re: nginx reverse proxy 502 bad gateway error

2013-04-12 Thread cruise
Log file details. 2013/04/13 00:03:29 [alert] 10931#0: open socket #13 left in connection 3 2013/04/13 00:03:29 [alert] 10931#0: open socket #22 left in connection 14 2013/04/13 00:03:29 [alert] 10931#0: open socket #23 left in connection 15 2013/04/13 00:03:29 [alert] 10931#0: open socket #27 lef

Re: nginx reverse proxy 502 bad gateway error

2013-04-12 Thread Maxim Dounin
Hello! On Fri, Apr 12, 2013 at 12:23:53PM -0400, cruise wrote: > Hello, > > I am getting 502 bad gateway error while trying to setup nginx server as > reverse proxy server with caching enabled. Both servers are on seperate > machines, another server having apache web server. > > Given below are

nginx reverse proxy 502 bad gateway error

2013-04-12 Thread cruise
Hello, I am getting 502 bad gateway error while trying to setup nginx server as reverse proxy server with caching enabled. Both servers are on seperate machines, another server having apache web server. Given below are my config files, please help me. nginx.conf -

Re: large_client_header_buffers directive is accepted, but ignored

2013-04-12 Thread Scott E. MacKenzie
Yes, thanks. Packet level debugging would be the next step. Just thought someone on the list may have run into this hard limit before. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: large_client_header_buffers directive is accepted, but ignored

2013-04-12 Thread Maxim Dounin
Hello! On Fri, Apr 12, 2013 at 11:15:13PM +0800, Scott E. MacKenzie wrote: > Hi Maxim, > > Yes, did that before posting to the list and no error 414 is logged. I > have not come across this before and hence the question to the list. Based > on the lack of anything logged it does look to be a h

Re: large_client_header_buffers directive is accepted, but ignored

2013-04-12 Thread Scott E. MacKenzie
Hi Maxim, Yes, did that before posting to the list and no error 414 is logged. I have not come across this before and hence the question to the list. Based on the lack of anything logged it does look to be a hard limit being reached in the browser, but again, I thought that I would post to the l

Re: large_client_header_buffers directive is accepted, but ignored

2013-04-12 Thread Maxim Dounin
Hello! On Fri, Apr 12, 2013 at 10:34:07PM +0800, Scott E. MacKenzie wrote: > Hi Maxim, > > The logs (even with debug enabled) do not produce any evidence to isolate > this to the browser hitting a maximum count. However, on the other hand > there is no evidence of large_client_header_buffers be

Re: large_client_header_buffers directive is accepted, but ignored

2013-04-12 Thread Scott E. MacKenzie
Hi Maxim, The logs (even with debug enabled) do not produce any evidence to isolate this to the browser hitting a maximum count. However, on the other hand there is no evidence of large_client_header_buffers being reached either. Any other thought on isolating the issue beyond changing the GET t

Re: large_client_header_buffers directive is accepted, but ignored

2013-04-12 Thread Maxim Dounin
Hello! On Fri, Apr 12, 2013 at 06:57:38AM -0700, Scott wrote: > Thanks for the reply Maxim. > > We are performing a rather large data update via our api using GET and have > hit this error. The changes to both nginx.conf and to the vhosts make no > difference and the process dies with 414 at th

Re: large_client_header_buffers directive is accepted, but ignored

2013-04-12 Thread Scott
Thanks for the reply Maxim. We are performing a rather large data update via our api using GET and have hit this error. The changes to both nginx.conf and to the vhosts make no difference and the process dies with 414 at the same line of the update. After some more resarch we came across a pos

Re: large_client_header_buffers directive is accepted, but ignored

2013-04-12 Thread Maxim Dounin
Hello! On Fri, Apr 12, 2013 at 06:54:26PM +0800, Scott E. MacKenzie wrote: > large_client_header_buffers directive is accepted, but ignored > nginx version: nginx/1.0.14 > > We are trying to pass a file through nginx but it dies at the same line > level no matter what changes we make to nginx.co

large_client_header_buffers directive is accepted, but ignored

2013-04-12 Thread Scott E. MacKenzie
large_client_header_buffers directive is accepted, but ignored nginx version: nginx/1.0.14 We are trying to pass a file through nginx but it dies at the same line level no matter what changes we make to nginx.conf or if we adjust the server block in the vhost as indicated in http://nginx.2469901.n