Is it possible (on Webfaction, naturally) to dispense with Apache, and use a webserver with a much smaller memory footprint to serve up my Django application? The reason I ask is that I keep going over my memory quota with no requests to my application whatsoever (although I do have a number of auxiliary processes, I would still like to minimise my overhead). asked 22 Mar '12, 09:52 Marcin |
Hi, There are some options:
The articles in the links should help you get them set up. Keep in mind that you'll need to do some tuning for the configuration of any of those other methods of serving Django apps. answered 22 Mar '12, 10:31 klynton Thanks! Very helpful.
(22 Mar '12, 12:13)
Marcin
|