problem with webdav module

welovewebdav

Joined: 2006-03-02
Posts: 2
Posted: Thu, 2006-03-02 16:38

I've just installed WebDAV module (ver. 0.0.3, from gallery-contrib) and made it activated at site admin.
I have no ideas as to how to make it work. Any configuration needed? How can I access the album with WebDAV client?
Any suggestions are very much appreciated.

Thanks a lot!

Gallery version = 2.1-rc-1a core 1.0.28
PHP version = 5.1.1 apache2handler
Webserver = Apache/2.2.0 (Unix) DAV/2 PHP/5.1.1
Database = mysql 5.0.18-max
Toolkits = NetPBM
Operating system = Linux 2.6.9-22.0.1.ELsmp #1 SMP Thu Oct 27 13:14:25 CDT 2005 i686
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7

 
JJbbd

Joined: 2006-03-04
Posts: 10
Posted: Sun, 2006-03-05 14:16

I got this problem too. Anyone help?

 
jablko

Joined: 2004-03-23
Posts: 21
Posted: Fri, 2006-03-10 19:22

Thanks for trying this module - I am still working on it heavily -

- however, I am also using it successfully with OS X WebDAVFS & cadaver

Presently the module provides a single controller for WebDAV requests: main.php?g2_controller=webdav.WebDav - however most WebDAV clients won't support URLs with query strings - WebDAV URLs must be hierarchical

Consequently the WebDAV module depends on the rewrite module. 1st activate WebDAV & rewrite modules, 2nd activate the WebDAV rewrite-rule in the rewrite Site Admin. With luck you will be able to mount path/to/gallery/w

There are a couple gotchas if you use php-cgi vs. mod_php - I try to keep this page up-to-date - http://cgi.sfu.ca/~jdbates/moin/moin.cgi/Gallery&DAV

To be more user-friendly I think the WebDAV module should either configure the rewrite module itself or explain how to do so. Also would be nice if it presented links to mount resources - but some clients support webdav:// URLs, others use http://

I will be happy to help with any further problems - problems you encounter will help make the WebDAV module better - Jack