Re: webdav with ssl and kerberos
Tim Olsen <[email protected]>
| Newsgroups | gmane.ietf.webdav |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 6 Dec 2007 15:24:59 -0500 Adam Wead <[email protected]> wrote: > I'm exploring the possibility of using WebDAV for our website > development. The issue is we use the same server for production and > development. So, you'd need to need to access the same files via > http and https, except the https url would route you through WebDAV > and http wouldn't. You can achieve this by using the LimitExcept configuration directive inside your http configuration. The subversion manual has an example here: http://svnbook.red-bean.com/en/1.4/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz.blanket The http and https would both go through WebDAV, but you can limit which http/webdav methods are allowed in http using LimitExcept. Cheers, Tim