Move over mod_python, here comes mod_wsgi.
blog.micropledge.com
Move over mod_python, here comes mod_wsgi.
1–10 of 18 posts
Re: Move over mod_python, here comes mod_wsgi.
#2Re: Move over mod_python, here comes mod_wsgi.
#3For apache (and I'm a fan of apache) it doesn't get any better.
Re: Move over mod_python, here comes mod_wsgi.
#4I've been using mod_wsgi for some time (I think trac recommended it). Interesting that this blog post is getting so much attention. For apache (and I'm a fan of apache) it doesn't get any better.
Re: Move over mod_python, here comes mod_wsgi.
#5or instead use lighttpd with FastCGI and web.py. something like this... http://webpy.org/recommended_setup
Re: Move over mod_python, here comes mod_wsgi.
#6Re: Move over mod_python, here comes mod_wsgi.
#7Re: Move over mod_python, here comes mod_wsgi.
#8Re: Move over mod_python, here comes mod_wsgi.
#9Earlier quoted context omitted.
Even reddit, the developers of web.py, aren't using it anymore.
How do you know it? Http header viewer shows Reddit use lighttpd/1.4.13.
Summary if you don't know the story: aaronsw wrote web.py, founded Infogami (yc funded) and merged with Reddit. Then he had a falling out with spez and kn0thing (original founders of Reddit). When Reddit was rewritten, web.py was not used.
I personally like web.py. Any of you using it for your startup/projects? (May be we can swap tips) If you are not using web.py for a particular reason, can you please share that too?
Re: Move over mod_python, here comes mod_wsgi.
#10Earlier quoted context omitted.
How do you know it? Http header viewer shows Reddit use lighttpd/1.4.13.
He is referring to: http://reddit.com/info/29qac/comments/c29rpx Summary if you don't know the story: aaronsw wrote web.py, founded Infogami (yc funded) and merged with Reddit. Then he had a falling out with spez and kn0thing (original founders of Reddit). When Reddit was rewritten, web.py was not used. I personally like web.py. Any of you using it for your startup/projects? (May be we can swap tips) If you are not u…