i'm trying to configure uwsgi + xdv as a frontend for plone and other applications (this is why i don't use collective.xdv)
any hints?
i'm trying to configure uwsgi + xdv as a frontend for plone and other applications (this is why i don't use collective.xdv)
any hints?
If you want to use XDV via a WSGI proxy, you probably want to take a look at http://pypi.python.org/pypi/dv.xdvserver. The configuration instructions are for PasteDeploy, but if you are familiar with uWSGI you should be able to adjust them.
Note that Plone itself doesn't yet support WSGI, so it will run via its own normal web server.