Sorry, I didn't mean to sound like I was putting down your application. I think it's a great thing to develop more applications. I can't wait to see the progress you make :)
I was just trying to clarify that these days, stock Nginx does provide WSGI in its default configuration. Of course, I didn't think about specific distributions offering alternative or older configurations of Nginx. Running 'sudo apt-get install nginx' is a bit easier than './configure; make; sudo make install' -- especially with the distribution's initialization scripts -- but I'm a bit old school when it comes to that. One thing I can say about FastCGI (the reason I don't develop with it) is that it's licensed under the OpenMarket License which is, to my knowledge, not compatible with GPL. However, that's the libraries and not the raw protocol itself. Good luck and happy hacking! On Mon, Mar 19, 2012 at 10:46 AM, Alexander <homo.programme...@gmail.com>wrote: > Kurtis, > > There is nothing wrong with using uwsgi protocol instead of FastCGI > but you still have to run uWSGI server and it doesn't fit "simply > using nginx" description. And I wouldn't call it "out of the box" > either if I'd have to rebuild Nginx instead of using one shipped with > my Linux distro (Debian Squeeze has Nginx with uwsgi module in > backports and uWSGI is only available in unstable branch). > > I didn't say gevent-fastcgi is best way to run WSGI application. > > Alex > > On Mar 19, 10:08 am, Kurtis Mullins <kurtis.mull...@gmail.com> wrote: > > > I'm not sure what you meant by "simply using nginx" since as far as I > > > know it doesn't have standard WSGI module. > > > > I use Nginx w/ WSGI (Django running under uWSGI, communicating w/ WSGI > > Protocol) out of the box. No special modules or anything were installed > -- > > just a quick download and compile of the source package. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.