Comment 1 for bug 733222

Revision history for this message
Hanno Schlichting (hannosch) wrote :

When using Zope 2 with WSGI the zope2instance recipe shouldn't been used. It's overcomplicated and has tons of irrelevant options. Switching to WSGI is the perfect time to ditch this old recipe and use a simple collective.recipe.template based approach instead (or one of the other straightforward template recipes).

You can see my take on configuring WSGI for Plone at https://github.com/hannosch/zope2-wsgi. This needs a bit further refinement, but the zope.conf file doesn't benefit from being wrapped into a buildout recipe any longer. With no scripts being created by the recipe, it only adds an additional layer of complexity without a benefit.