atom feed7 messages in ru.sysoev.nginxRe: Really bizarre problem with Sabredav
FromSent OnAttachments
squimmyApr 19, 2012 5:00 pm 
Cliff WellsApr 20, 2012 1:05 pm 
Cliff WellsApr 20, 2012 1:13 pm 
squimmyApr 21, 2012 4:48 am 
Cliff WellsApr 21, 2012 1:21 pm 
Francis DalyApr 21, 2012 3:29 pm 
squimmyApr 25, 2012 11:44 am 
Subject:Re: Really bizarre problem with Sabredav
From:Francis Daly (fran@daoine.org)
Date:Apr 21, 2012 3:29:42 pm
List:ru.sysoev.nginx

On Sat, Apr 21, 2012 at 01:22:29PM -0700, Cliff Wells wrote:

On Sat, 2012-04-21 at 07:49 -0400, squimmy wrote:

Hi there,

Here's what I suspect is happening:

You have location /dav, where I expect is where you want SabreDav to handle requests.

The way Nginx processes requests is outlined here:

http://nginx.org/en/docs/http/request_processing.html

Possibly changing the line

location /dav/

to

location ^~ /dav/

will cause things to Just Work.

But it does depend on what exactly SabreDAV does, and what else is in your included config files.

If it does work fully, it might be worth sending that information to the SabreDAV people in case they want to include a "here is how to configure your web server to use our application" note in their documentation (assuming that that doesn't already exist).

Good luck with it,

f