freebsd+nginx+sso+krb5

2017-06-07 Thread Friedrich Locke
Hi folks, thanks for your quality project. I am in need to use nginx with support for sso and kerberos authentication too. I am using freebsd as my server OS. I wonder if there is anybody in this list using fbsd+nginx+kerb+sso ? Does the nginx that comes with fbsd ports already support this scena

Re: Nginx rule for subdomains: ERR_TOO_MANY_REDIRECTS

2017-06-07 Thread Igal @ Lucee.org
On 5/31/2017 2:58 AM, iivan wrote: I updated nginx to version 1.13.0 This rule that was working correctly right now makes me mistake in the browser: ERR_TOO_MANY_REDIRECTS if ($host ~* ^(.*)\.website\.com$) { set $sub_domain $1; rewrite ^/(.*)?$ /index.cfm?event=dashboard&lis

Re: Nginx rule for subdomains: ERR_TOO_MANY_REDIRECTS

2017-06-07 Thread iivan
Hi, do not you have any suggestions for me? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,274541,274751#msg-274751 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Stale While Revalidate Expires

2017-06-07 Thread Maxim Dounin
Hello! On Tue, Jun 06, 2017 at 07:33:24PM +, Rafael Cirolini wrote: > We've just updated to 1.12 to use the stale-while-revalidate option. > > The application is who sends the cache-control header, like this: > cache-control:max-age=180, stale-while-revalidate=60, stale-if-error=864000 > >

CGI upstream problem

2017-06-07 Thread Philip Rhoades
People, I have a number of Ruby test?.cgi scripts that work fine but this one shows an error:fb_chatbot4.cg 2017/06/07 21:32:22 [debug] 15522#0: *32 http upstream check client, write event:1, "/cgi-bin/fb_chatbot4.cgi" 2017/06/07 21:32:22 [debug] 15522#0: *32 http upstream recv(): -1 (11: Re

Re: Convert Alias from apache (totally different root)

2017-06-07 Thread Francis Daly
On Tue, Jun 06, 2017 at 06:37:45PM -0400, ianwinter wrote: Hi there, > I've read the docs and understand how root and alias work within a location, > but, neither can be used to convert what I've got in apache that I can see. > > Take the example `Alias /media /path/to/assets` in apache, the loc

Re: Convert Alias from apache (totally different root)

2017-06-07 Thread ianwinter
I think a location elsewhere (with deny/allow's) had been causing issues. I'm going to start from scratch on the server block and build it up slowly. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,274717,274728#msg-274728 ___ nginx mailing l