Changes between Version 8 and Version 9 of ServerArrangements
- Timestamp:
- Oct 11, 2005, 1:20:35 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerArrangements
v8 v9 16 16 17 17 See Hugo's excellent tutorials: 18 18 19 * [http://hugo.muensterland.org/2005/07/26/running-django-with-fcgi-and-lighttpd/ Running Django with FCGI and lighttpd] 19 20 * [http://hugo.muensterland.org/2005/07/27/django-lighttpd-and-fcgi-second-take/ Django, lighttpd and FCGI, second take] … … 31 32 == Apache and SCGI == 32 33 [http://www.mems-exchange.org/software/scgi/ SCGI] can be used with Apache [https://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/DjangoScgi#preview like this]. It builds on stuff from the Apache+FCGI documentation above. 34 35 == Django behind/inside Zope == 36 Not really a server arrangement ''per se'', I've found a way to query a Django site from Zope or Plone and return the result. This allows you to include a Django site inside a pre-existing Zope/Plone site. Good for custom content that you don't want to use existing Zope technologies to develop. 37 For the code, see [http://pastebin.com/390301 this Pastebin containing the code (it's not long)] or drop an email to jeff (at) bitprophet (dot) org.