Django integration? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Django integration? (/thread-7234.html) |
Django integration? - DiXeoN - 07-15-2009 10:40 AM Hello. I am interested in offering the Django framework to my customers (but primarily because I want to use it myself). I have got as far as installing libapache2-mod-wsgi, but im now stuck at this part: http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/#howto-deployment-modwsgi What do I have to do here to make it work together with ispCP ? RE: Django integration? - kilburn - 07-15-2009 11:31 PM I wouldn't recommend running django under mod_wsgi, preferring the fastcgi method instead because it (1) will use the same fastcgi/fcgid infrastructure already configured by ispcp, and (2) it's much more secure in a shared hosting environment like ispcp. You may need to make some slight adjustments on the linked documentation (like placing the fcgi launcher inside cgi-bin, etc.). I'm unable to guide you further as I'm not profficient in python deployments nor django |