Martin Aspeli wrote:
Erik Myllymaki wrote:
Hello,

I am looking for some documentation on how to provide webdav config info to buildout.

I tried adding "webdav-port = 8282" right below "http-port = 8080" but this does not generate what I thought it would in the zope.conf in instance.

- also, would this be the place to add the new microsoft-webdav-compatiblility flag?

You can do both of these with the zconf_additional flag or a custom zope.conf file. See the PyPI page for plone.recipe.zope2instance.

Thank you - that's exactly what I was looking for.


...
zope-conf-additional =
                       enable-ms-author-via on
                       <webdav-source-server>
                       address localhost:8484
                       force-connection-close off
                       </webdav-source-server>
...

_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to