[Repoze-dev] repoze.bfg nginx mod_wsgi

2009-06-29 Thread Nathan Van Gheem
Anyone ever deploy repoze.bfg on nginx with mod_wsgi? Right now I'm just using proxy_pass to the paster serve for repoze.bfg, but it just seems more natural if this could be done using mod_wsgi. Any thoughts? Thanks, Nathan ___ Repoze-dev mailing list

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

[Repoze-dev] repoze.who missing functionality?

2009-07-05 Thread Nathan Van Gheem
, Nathan ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev

Re: [Repoze-dev] repoze.who missing functionality?

2009-07-05 Thread Nathan Van Gheem
as opposed to monkey patching it to provide the functionality. Thanks, Nathan 10.4.4 403 Forbidden The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes

Re: [Repoze-dev] Package naming

2009-11-02 Thread Nathan Van Gheem
misleading in some cases. So I am in agreement with Malthe on this. I have thought the very same thing he is talking about here often. -Nathan Van Gheem On Tue, Nov 3, 2009 at 12:33 AM, Malthe Borch mbo...@gmail.com wrote: 2009/11/2 Martin Aspeli optilude+li...@gmail.comoptilude%2bli...@gmail.com

[Repoze-dev] repoze.vhm and repoze.zope2 odd behavior

2009-12-27 Thread Nathan Van Gheem
and if there is something simple I may be doing wrong. some version info... repoze.zope2 = 1.0.3 repoze.vhm = 0.11 Plone = 3.3.3 Zope2 = 2.10.9 Thanks, Nathan ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev

Re: [Repoze-dev] repoze.vhm and repoze.zope2 odd behavior

2009-12-27 Thread Nathan Van Gheem
missing. I stepped into the code a bit and the plone.contentactions viewlet isn't even called when repoze.vhm is used. Thanks, Nathan On Sun, Dec 27, 2009 at 9:01 PM, Tres Seaver tsea...@palladion.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan Van Gheem wrote: I'm having

Re: [Repoze-dev] repoze.vhm and repoze.zope2 odd behavior

2009-12-27 Thread Nathan Van Gheem
simply be, real_path = environ['PATH_INFO'].split('/') virtual_url_parts += real_path[1:] I'm probably missing something obvious though. If this is actually an issue that isn't specific to my setup, I find it difficult that no one else has noticed it prior. -Nathan On Sun

Re: [Repoze-dev] repoze.vhm and repoze.zope2 odd behavior

2009-12-29 Thread Nathan Van Gheem
with the xheaders setup. I'm surprised that the site works as well as it does with this kind of issue. Thanks again, Nathan On Tue, Dec 29, 2009 at 5:04 AM, Martin Aspeli optilude+li...@gmail.comoptilude%2bli...@gmail.com wrote: Hi Nathan, So it seems that VIRTUAL_URL and ACTUAL_URL end up being exactly

Re: [Repoze-dev] repoze.vhm and repoze.zope2 odd behavior

2009-12-29 Thread Nathan Van Gheem
with. The site is still serves the correct objects, just some things don't work completely right. I still think my configuration is correct. If not, how should it look? Thanks, Nathan On Wed, Dec 30, 2009 at 12:03 AM, Tres Seaver tsea...@palladion.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: [Repoze-dev] repoze.vhm and repoze.zope2 odd behavior

2009-12-29 Thread Nathan Van Gheem
like a simple fix. I've been strapped for time and I'm just trying to do what I can... Let me know what you think. Thanks, Nathan On Wed, Dec 30, 2009 at 7:06 AM, Martin Aspeli optilude+li...@gmail.comoptilude%2bli...@gmail.com wrote: Nathan Van Gheem wrote: Thanks for the feedback

Re: [Repoze-dev] repoze.vhm and repoze.zope2 odd behavior

2009-12-31 Thread Nathan Van Gheem
with this. Also, I just came across it and thought it should be fixed I've gained svn access, created the branch, added tests and made the fix. I'll test it for a bit and once I feel good about it, merge it to the trunk. Thanks for all the help. -Nathan On Wed, Dec 30, 2009 at 10:27 AM, Martin