Re: Best OS - VPS environment

2010-08-16 Thread Eric Chamberlain
Dan, We also run CentOS 5 on our production servers and have various django projects running Python 2.6.2 & 2.7. I'd stick with an OS that you know and use virtualenv to isolate the python version to the django project. On Aug 16, 2010, at 1:54 AM, Dan wrote: > I have been using CentOS 5 to

Re: Best OS - VPS environment

2010-08-16 Thread Eric Elinow
> +1 for Debian or FreeBSD and Nginx > Really fast/easy to setup and works withouth any problems. I second the use of FreeBSD. I personally go the route of FreeBSD 8.1 w/Apache running mod_wsgi, forwarding static media requests to a lighttpd server. This setup serves me well and is fai

Re: Best OS - VPS environment

2010-08-16 Thread Mathieu Leduc-Hamel
Yeah but it's a little bit simpler with apache and mod_wsgi... If i don't want to run a separate service like gunicorn or something like, how can we do the same thing than apache+mod_wsgi but with nginx. We've tried passenger but it's not very stable and not necessarily always product's ready. O

Re: Best OS - VPS environment

2010-08-16 Thread daniels
+1 for Debian or FreeBSD and Nginx Really fast/easy to setup and works withouth any problems. On Aug 16, 12:48 pm, Alex wrote: > FreeBSD > > On Mon, Aug 16, 2010 at 12:39 PM, Kenneth Gonsalves wrote: > > > On Mon, 2010-08-16 at 01:54 -0700, Dan wrote: > > > What do people recommend? > > > debian

Re: Best OS - VPS environment

2010-08-16 Thread Alex
FreeBSD On Mon, Aug 16, 2010 at 12:39 PM, Kenneth Gonsalves wrote: > On Mon, 2010-08-16 at 01:54 -0700, Dan wrote: > > What do people recommend? > > debian lenny > -- > regards > Kenneth Gonsalves > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Re: Best OS - VPS environment

2010-08-16 Thread Kenneth Gonsalves
On Mon, 2010-08-16 at 01:54 -0700, Dan wrote: > What do people recommend? debian lenny -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscr

Re: Best OS - VPS environment

2010-08-16 Thread Vali Lungu
My development environment includes Ubuntu 9.10 and 10.04. I'm also using virtualenvs, but not w/ Apache. I'm using Nginx instead. This configuration has been working flawlessly for me, and I'm implementing it on all production servers too. It's quite fast and flexible, and quite easy to install.

Best OS - VPS environment

2010-08-16 Thread Dan
I have been using CentOS 5 to run Django sites with Apache + Mod WSGI mostly in VPS environments. I want to upgrade to a new OS as CentOS runs an old version of python and it seems that it's not so easy to upgrade it. What do people recommend? -- You received this message because you are subscr