Changes between Version 8 and Version 9 of ServerArrangements


Ignore:
Timestamp:
Oct 11, 2005, 1:20:35 PM (19 years ago)
Author:
Jeff Forcier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerArrangements

    v8 v9  
    1616
    1717See Hugo's excellent tutorials:
     18
    1819 * [http://hugo.muensterland.org/2005/07/26/running-django-with-fcgi-and-lighttpd/ Running Django with FCGI and lighttpd]
    1920 * [http://hugo.muensterland.org/2005/07/27/django-lighttpd-and-fcgi-second-take/ Django, lighttpd and FCGI, second take]
     
    3132== Apache and SCGI ==
    3233[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 ==
     36Not 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.
     37For 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.
Back to Top