Personal tools

Talk:Gallery2:Modules:webdav:admin

From Gallery Codex

Missing DAV headers

"Alternatively, we can set DAV headers using Apache mod_headers and mod_rewrite."
How? Some examples would be great!
-- Flo 15:25, 26 June 2007 (PDT)

Sorry for the lack of clarity here. The config to set headers for OPTIONS requests is in modules/webdav/data/options/.htaccess. To work, mod_headers needs to be enabled (to set the headers) and mod_rewrite and the Gallery rewrite module need to be enabled, to redirect OPTIONS requests to the data/options directory. I hope this works for you. Please feel free to update the documentation with the results of your experience. Thanks! Jack
My Apache config (standard ubuntu 6.06) prevented evaluation of .htaccess files ...
So I copied everything from URL rewrite's .htaccess and dav's .htaccess to my main httpd.conf. WebDAV works now :)
-- Flo 13:27, 27 June 2007 (PDT)

Unqualified error in WebDAV settings is not discussed

You can't connect with WebDAV because this server doesn't pass WebDAV requests to Gallery. Troubleshooting documentation is in the Gallery Codex.

When attempting to enable WebDAV, I get the message:

WebDAV requests not handled

You can't connect with WebDAV because this server doesn't pass WebDAV requests to Gallery. Troubleshooting documentation is in the Gallery Codex.

There is no further information provided, but the message takes me to this page. Is anything known about this situation?

Thanks.

advertisements