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?

link|improve this question
feedback

1 Answer

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.

link|improve this answer
Thanks Hanno, i already had a look at dv.xdvserver and trying to let it working under PasteDeploy. It seems i'll have to write a custom wsgi app for uwsgi. – enlightx Apr 1 '11 at 10:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.