Anonymous read-only access to WebDAV directories

Anonymous read-only access to WebDAV directories

Posted by: rsdio
Posted on: 2008-06-01 14:06:00

I'm using the Goodies/htaccess/webdav utility for setting up a git repository on a domain, and it works great for me, using a username/password.

However, I'd also like to have this same git repository be anonymously available for read-only access, but this doesn't seem possible -- it seems to require authentication for simple GET requests, too.

My solution now is to just use a cron job to clone the git directory to another one outside of the webdav path, but it would be more convenient not to have to do that.

Or, an explanation about why letting read-only access would be a horrible, awful, insecure idea would be OK, too.

Re: Anonymous read-only access to WebDAV directori

Posted by: CaydenCM
Posted on: 2009-01-09 03:13:00

Good workaround. I detailed the general need & problem here
http://wiki.dreamhost.com/WebDAV#access_levels_which_are_custom_and.2For_settings_which_are_managed_automatically -- post updates to there.

Tags: cron jobrepositorygoodiesauthentication