[Repoze-dev] repoze.bfg 1.0a8 released...

2009-07-01 Thread Chris McDonough
I know. This is getting tedious for me too. But another alpha release (hopefully the last) is now in the http://dist.repoze.org/bfg/current index . I broke down and made ZCML directives for all the authentication policy and authorization policy implementations included in BFG; as a result,

Re: [Repoze-dev] repoze.bfg nginx mod_wsgi

2009-07-01 Thread Stephan Altmueller
Hi Nathan, We use nginx as our main (and only) web front-end, so I had the same question. I have looked into mod_wsgi and found these two blog posts (not directly answering your question though) http://tomster.org/blog/nginx-mod-wsgi-python2.4

Re: [Repoze-dev] repoze.bfg nginx mod_wsgi

2009-07-01 Thread Nathan Van Gheem
Hey Stephan, Your insight is pretty much everything I got out of researching too--right down to the links. Too bad. I'm no sys admin and I hate managing more servers than needed. I'm glad that I know I'm not missing out on anything though. Thanks for the info, Nathan 2009/7/1 Stephan

Re: [Repoze-dev] repoze.bfg nginx mod_wsgi

2009-07-01 Thread Fernando Correa Neto
Hi, While looking for WSGI support in nginx, I think it would be worth to take a look at phusion passenger [1] as it claims to support WSGIeven though their main focus is rails related stuff. Well, at least it seem to be actively developed and not as stale as mod_wsgi for nginx. I should try