You'd better use lighttpd. It's not that easy to fit apache in such
RAM (counting other services).

In fact your enemy is not a webserver but a django application itself.
If you have VPS without burstable mem based on something like OpenVZ
then you'll find python process using 70-80Mb of your precious RAM. I
haven't yet found any solution to this (I'm hosting several django
apps on a VPS too).

For small loads you'd also better use sqlite over mysql.

On 4 дек, 15:35, walterbyrd <[EMAIL PROTECTED]> wrote:
> I am new to VPS hosting. I just signed up with an account that gives
> me 128mb/ram.
>
> My immediate needs are very modest. But 128mb seems kinda wimpy.
>
> I am wondering if I should use apache or lighttpd, or something else.
> I am little more familiar with apache, but if there is a big
> difference in resource usage between apache, and another webserver, I
> can always learn something else.
>
> On the other hand, I am just learning django, I have some concerns
> with taking on too much all once: django, vps, lighttpd, etc.
>
> I may also install drupal on the same site, so I'll probably go with
> mysql. I don't know if that matters.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to