On Sun, Mar 2, 2014 at 5:01 PM, Mick <michaelkintz...@gmail.com> wrote:

> On Sunday 02 Mar 2014 02:47:09 Peter Humphrey wrote:
>
> > I must thank you for the work you put into that, Mick,
>
> You're welcome.  :-)
>
> > but Nilesh has said
> > I don't need DAV in Apache because it comes bundled with owncloud. I
> > believe him too, from an earlier, successful attempt on the same box but
> > with the now defunct spinning disk. (Surely, substituting an SSD can't
> > have affected this? It's the only difference I can think of at the
> moment,
> > though.)
>
> WebDAV through apache is only one way of achieving a webDAV protocol
> implementation.  From what Nilesh has said it must be that owncloud is
> using
> something like SabreDAV or some such php webDAV extension to implement
> webDAV
> through php alone.  In this case skip my suggestions because you will need
> to
> walk through the owncloud set up instead.
>
> Your owncloud website can be set up as a vhost account in apache, if you
> have
> more than one website/domain being served from the same web server.  Other
> than that I would think that all the configuration for owncloud would be
> performed through ownclouds GUI, or php configuration files.
> --
> Regards,
> Mick
>

Yes you're right, it uses SabreDAV.
https://github.com/owncloud/core/blob/master/lib/private/davclient.php#L28

Reply via email to