From owner-freebsd-apache@freebsd.org Wed May 16 19:01:06 2018 Return-Path: Delivered-To: freebsd-apache@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 35991EAAF8A for ; Wed, 16 May 2018 19:01:06 +0000 (UTC) (envelope-from SRS0=PipI=ID=quip.cz=000.fbsd@elsa.codelab.cz) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CC0FE769E2 for ; Wed, 16 May 2018 19:01:05 +0000 (UTC) (envelope-from SRS0=PipI=ID=quip.cz=000.fbsd@elsa.codelab.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 87307EAAF88; Wed, 16 May 2018 19:01:05 +0000 (UTC) Delivered-To: apache@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 74443EAAF87 for ; Wed, 16 May 2018 19:01:05 +0000 (UTC) (envelope-from SRS0=PipI=ID=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14663769E0 for ; Wed, 16 May 2018 19:01:04 +0000 (UTC) (envelope-from SRS0=PipI=ID=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 77D8A2843A for ; Wed, 16 May 2018 21:00:57 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 83FFE28411 for ; Wed, 16 May 2018 21:00:44 +0200 (CEST) To: apache@FreeBSD.org From: Miroslav Lachman <000.fbsd@quip.cz> Subject: ap24-mod_proxy_uwsgi-2.0.15 conflicts with apache24-2.4.33 Message-ID: Date: Wed, 16 May 2018 21:00:44 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 19:01:06 -0000 We were using mod_proxy_uwsgi for about 2 years and after last update I noticed that mod_proxy_uwsgi cannot be installed anymore because base install of Apache includes /usr/local/libexec/apache24/mod_proxy_uwsgi.so too. So what is the difference between these two versions of mod_proxy_uwsgi.so? Is www/mod_proxy_uwsgi obsolete now and should we use the stock one from Apache install? Miroslav Lachman