On Jul 14, 5:13 am, "~flow" <[EMAIL PROTECTED]> wrote:
> sorry for the belated answer, i've been quite busy lately.
>
> >mod_wsgi
> > Paste server, [...] server [...] of CherryPy
>
> thanks for the pointers. last time i installed mod_python i had to
> tweak some sources related to WSGI to get it working. i haven't 
> triedmod_wsgiyet, but that would tie me to apache as well. apart from
> that, it looks like the successor of mod_python to me, so i definitely
> want to check it out. i want to keep my app's requirements small and
> not force users to have to setup apache (where that is an option, i'm
> fine with it).

You perhaps don't understand WSGI if you thing you are bound to using
Apache if you start using mod_wsgi. The mod_wsgi module is just one
way of hosting WSGI applications. Just because you may yourself use
mod_wsgi to host your application doesn't mean others are bound by
that. Other people could use Paste server CherryPy WSGI server,
FASTCGI/flup, SCGI/flup, AJP/flup, CGI or whatever they want.

Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pocoo-libs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to