| From | Sent On | Attachments |
|---|---|---|
| squimmy | Apr 19, 2012 5:00 pm | |
| Cliff Wells | Apr 20, 2012 1:05 pm | |
| Cliff Wells | Apr 20, 2012 1:13 pm | |
| squimmy | Apr 21, 2012 4:48 am | |
| Cliff Wells | Apr 21, 2012 1:21 pm | |
| Francis Daly | Apr 21, 2012 3:29 pm | |
| squimmy | Apr 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:
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
-- Francis Daly fran...@daoine.org
_______________________________________________ nginx mailing list ngi...@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx





