33 messages in ru.sysoev.nginxRe: beta testing for mod_wsgi
FromSent OnAttachments
Manlio PerilloJan 6, 2008 6:55 am 
Darrin ChandlerJan 6, 2008 8:39 am 
Manlio PerilloJan 6, 2008 9:31 am 
Adrian PerezJan 12, 2008 11:50 am 
Manlio PerilloJan 12, 2008 12:37 pm 
Andrew DeasonJan 12, 2008 2:47 pm 
Adrian PerezJan 12, 2008 7:49 pm 
Manlio PerilloJan 13, 2008 3:33 am 
Manlio PerilloJan 13, 2008 3:34 am 
Adrian PerezJan 13, 2008 6:49 pm 
Adrian PerezJan 13, 2008 7:13 pm 
mobi...@public.gmane.orgJan 13, 2008 7:33 pm 
mobi...@public.gmane.orgJan 13, 2008 7:45 pm 
Adrian PerezJan 13, 2008 7:53 pm 
Adrian PerezJan 13, 2008 7:57 pm 
Manlio PerilloJan 14, 2008 2:32 am 
Manlio PerilloJan 14, 2008 2:34 am 
Adrian PerezJan 14, 2008 3:22 am 
mobi...@public.gmane.orgJan 15, 2008 2:25 am 
mobi...@public.gmane.orgJan 15, 2008 2:32 am 
Manlio PerilloJan 15, 2008 2:36 am 
Manlio PerilloJan 15, 2008 2:41 am 
mobi...@public.gmane.orgJan 15, 2008 2:52 am 
mobi...@public.gmane.orgJan 15, 2008 2:53 am 
mobi...@public.gmane.orgJan 15, 2008 2:55 am 
mobi...@public.gmane.orgJan 15, 2008 3:02 am 
Manlio PerilloJan 15, 2008 3:06 am 
Adrian PerezJan 27, 2008 6:22 pm 
Manlio PerilloJan 28, 2008 2:47 am 
Adrian PerezJan 28, 2008 8:17 am 
Manlio PerilloJan 28, 2008 9:33 am 
Adrian PerezFeb 6, 2008 7:17 pm 
Manlio PerilloFeb 7, 2008 2:49 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: beta testing for mod_wsgiActions...
From:Adrian Perez (adri@public.gmane.org)
Date:Jan 28, 2008 8:17:39 am
List:ru.sysoev.nginx

El Mon, 28 Jan 2008 11:47:29 +0100 Manlio Perillo <manlio_perillo-VGgt2q2+T+FeoW@public.gmane.org>
escribió:

Adrian Perez ha scritto:

El Mon, 14 Jan 2008 11:34:44 +0100 Manlio Perillo <manlio_perillo-VGgt2q2+T+FeoW@public.gmane.org>
escribió:

You may see this behaviour at http://foobar.homeunix.org/trac/overlay (try to login as guest).

What is the password? I'm unable to login.

Username: guest Password: nospamatall

(They are written in the green box of the main page of the wiki, maybe I should make the note stand out a little more :-P)

The module name is built from the name of the location used, replacing '/' with '_'.

[...]

I have to admit that I have never thought about this possibility ;-).

I see. Only if "auth_basic" and "auth_basic_user_file" could be used inside an "if" context, we could workaround this... I think WSGI authentication middleware could be used as well, as long as the middleware allows to only limit some URLs ;-)

It seems that I have to change the algorithm used for built the module name.

Maybe I should add the possibility to specify the module name in the wsgi_pass directive, or I should use an hash of the module name.

I don't know whether this will be a widely-used feature, I have tested hgweb, bazaar's smartserver and Trac so far. Only Trac needed this. If there isn't a huge need for this, the manual-configuration method will suffice.

Those were my 2 cents ;-)