From owner-freebsd-questions@freebsd.org Thu Feb 8 18:16:39 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07067F18C31 for ; Thu, 8 Feb 2018 18:16:39 +0000 (UTC) (envelope-from frank2@fjl.co.uk) Received: from bs1.fjl.org.uk (bs1.fjl.org.uk [84.45.41.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "bs1.fjl.org.uk", Issuer "bs1.fjl.org.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D0587488A for ; Thu, 8 Feb 2018 18:16:38 +0000 (UTC) (envelope-from frank2@fjl.co.uk) Received: from roundcube.fjl.org.uk (localhost [127.0.0.1]) by bs1.fjl.org.uk (8.14.4/8.14.4) with ESMTP id w18IGZnZ005348 for ; Thu, 8 Feb 2018 18:16:35 GMT (envelope-from frank2@fjl.co.uk) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 08 Feb 2018 18:16:35 +0000 From: Frank Leonhardt To: freebsd-questions@freebsd.org Subject: Re: Apache24 and WebDaV Organization: FJL Microsystems In-Reply-To: References: Message-ID: X-Sender: frank2@fjl.co.uk User-Agent: Roundcube Webmail/0.9.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 18:16:39 -0000 On 2018-02-08 16:35, Valeri Galtsev wrote: > On 02/08/18 09:26, James B. Byrne via freebsd-questions wrote: >> I am transferring an existing WebDaV site running under Apache22 on >> CentOS to a FreeBSD-11 jail running Apache24. I have transferred the >> Apache22 configuration file for this service to the Apache24 site and >> altered it to handle the changes in Apache24. >> >> The service starts on the jail without error and I can attempt to >> connect to it from the Mate desktop file browser on my workstation. >> But I keep getting the error : Not a WebDAV enabled share. >> >> I have searched for this error and found a discussion that says point >> blank that WebDAV is broken on Apache24. I cannot believe this is >> true but I applied the suggested fix to the WebDaV directory >> configuration in Apache24 (add DirectoryIndex disabled). This changed >> nothing. > > I have a bunch of servers with WebDAV that run under Apache 2.4 for > quite some time. No problem with them all works as it should. Some > were transferred from Apache 2.2. This is the moment to be careful: > start with Apache 2.4 own configuration, and add blocks of config > necessary to your particular stuff, but after taking them from apache > 2.2 config file, you will need to rewrite them the way Apache 2.4 > requires, which is different. (And checking which modules do you > request loaded in new apache may help too). > > Good luck! > > Valeri This figures. IME using 2.2 files with 2.4 is a non-starter - too much has changed, including defaults. FWIW I've used the move from Apache 2.2 to migrate to Nginx instead, and life is good so far.