Forum OpenACS Q&A: Re: WebDAV howto?

Collapse
5: Re: WebDAV howto? (response to 1)
Posted by Dave Bauer on
Aha!

ns_section ns/server/${server}/tdav
ns_param propdir /web/${server}/data/dav/properties
ns_param lockdir /web/${server}/data/dav/locks

This config file is assuming the wrong thing. It probably should get the openacs install root from a paramter instead of asuuming /web/${server}.

Does chaning /web/ to /var/lib/aolserver/ fix the problem? It shouldn't cause any problem to change it on an installed development system.

Collapse
6: Re: WebDAV howto? (response to 5)
Posted by Malte Sussdorff on
Cleaned up in 5.1 branch. The correct parameters are now in the config.tcl file.
Collapse
7: Re: WebDAV howto? (response to 5)
Posted by Bruno Mattarollo on
Indeed ... that's what I tried to explain above but failed miserably at :)

/B