Re: WebDAV server for nginx?

2014-05-26 Thread Giancarlo Razzolini
Em 25-05-2014 21:23, Tyler Morgan escreveu: > On 5/25/2014 1:48 AM, raul o wrote: >> Hi buddies, can anyone tell me as I implement WebDAV with nginx? Thanks. > > Are you hitting any specific problems that may be OpenBSD-centric? As > long as nginx is compiled with --with-http_dav_module (which it i

Re: WebDAV server for nginx?

2014-05-26 Thread Stuart Henderson
On 2014-05-26, Tyler Morgan wrote: > On 5/25/2014 1:48 AM, raul o wrote: >> Hi buddies, can anyone tell me as I implement WebDAV with nginx? Thanks. > > Are you hitting any specific problems that may be OpenBSD-centric? As long as > nginx is compiled with --with-http_dav_module (which it isn't by

Re: WebDAV server for nginx?

2014-05-25 Thread Tyler Morgan
On 5/25/2014 1:48 AM, raul o wrote: Hi buddies, can anyone tell me as I implement WebDAV with nginx? Thanks. Are you hitting any specific problems that may be OpenBSD-centric? As long as nginx is compiled with --with-http_dav_module (which it isn't by default, so you may have to recompile it)

Re: WebDAV

2006-12-03 Thread Gaby Vanhegan
On 3 Dec 2006, at 21:12, Pete Vickers wrote: > I've used it problem free with osx & windows clients; it should > probably only be available only over https, Amusingly, that's almost the exact same setup I ended up with :) I also had a non-ssl site serving from the same web root and denied a

Re: WebDAV

2006-12-03 Thread Pete Vickers
Hi, I've used it problem free with osx & windows clients; it should probably only be available only over https, DocumentRoot "/var/www/secure_content" ServerName whatever.com ServerAlias www.whatever.com ServerAdmin [EMAIL PROTECTED] ErrorLog logs/error_log TransferLog

Re: WebDAV locking trouble (yes, DavLockDB is chroot relative)

2006-03-01 Thread Nick Forrette
> What version of Apache? > The standard pached variant of 1.3.29 that is included with 3.8-stable.

Re: WebDAV locking trouble (yes, DavLockDB is chroot relative)

2006-03-01 Thread Nick Forrette
On 2/28/06, Nick Forrette <[EMAIL PROTECTED]> wrote: > > From: [EMAIL PROTECTED] > Subject:httpd / mod_dav locking troubles (DavLockDB is > chrooted > relative) > Date: February 28, 2006 7:21:59 AM PST > To: [EMAIL PROTECTED] > > > I'm running Ope

Re: WebDAV locking trouble (yes, DavLockDB is chroot relative)

2006-03-01 Thread Nick Forrette
On 3/1/06, Didier Wiroth <[EMAIL PROTECTED]> wrote: > > Hi, > I don't know if this helps you but I thought I let you know. I used to > run > into a lot of strange problems running httpd with mod_dav, httpd crashes > and also > (as far as I can remember) some db lock problems. > > All my problems we

Re: WebDAV locking trouble (yes, DavLockDB is chroot relative)

2006-03-01 Thread Didier Wiroth
Hi, I don't know if this helps you but I thought I let you know. I used to run into a lot of strange problems running httpd with mod_dav, httpd crashes and also (as far as I can remember) some db lock problems. All my problems were solved by copying the libdav.so into the chroot directory: /var/w