From owner-freebsd-apache@freebsd.org Sat Sep 9 04:50:38 2017 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 881FAE01D08 for ; Sat, 9 Sep 2017 04:50:38 +0000 (UTC) (envelope-from lukasz@wasikowski.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 676727E927 for ; Sat, 9 Sep 2017 04:50:38 +0000 (UTC) (envelope-from lukasz@wasikowski.net) Received: by mailman.ysv.freebsd.org (Postfix) id 66C9DE01D07; Sat, 9 Sep 2017 04:50:38 +0000 (UTC) Delivered-To: apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6670BE01D06 for ; Sat, 9 Sep 2017 04:50:38 +0000 (UTC) (envelope-from lukasz@wasikowski.net) Received: from mail.freebsd.systems (mail.freebsd.systems [IPv6:2001:41d0:2:1276::1]) (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 27AAF7E926 for ; Sat, 9 Sep 2017 04:50:37 +0000 (UTC) (envelope-from lukasz@wasikowski.net) Received: from mail.freebsd.systems (mail.freebsd.systems [IPv6:2001:41d0:2:1276::1]) by mail.freebsd.systems (Postfix) with ESMTP id C03F8492 for ; Sat, 9 Sep 2017 06:50:35 +0200 (CEST) X-Virus-Scanned: amavisd-new at freebsd.systems Received: from mail.freebsd.systems ([IPv6:2001:41d0:2:1276::1]) by mail.freebsd.systems (scan.freebsd.systems [IPv6:2001:41d0:2:1276::1]) (amavisd-new, port 10026) with ESMTP id kXpXOjlVbv4S for ; Sat, 9 Sep 2017 06:50:35 +0200 (CEST) Received: from [192.168.168.1] (89-70-62-144.dynamic.chello.pl [89.70.62.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.freebsd.systems (Postfix) with ESMTPSA id 3BACB48B for ; Sat, 9 Sep 2017 06:50:35 +0200 (CEST) Authentication-Results: mail.freebsd.systems; dmarc=fail (p=none dis=none) header.from=wasikowski.net Authentication-Results: mail.freebsd.systems; spf=fail smtp.mailfrom=lukasz@wasikowski.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wasikowski.net; s=default; t=1504932635; bh=JEgkYRE3ddZDIl9PfPYznlEGAlx0OpiH6GEQBzGXrRM=; h=To:References:From:Date:In-Reply-To; b=DDkJgABPRF1NGIyCXT7KBj4mB6wpvw69YvyTUydGC1uSCUGP8O6WRsWfS3FuaegRz nOs3KqTEx/RSbUxSAjVJmVujbmQGJd5oEBuYJ81ZYZyIte+LtOXyyQ0ORj+zD/XIq3 eIsBzXMINrAmpgBZFTmAxnxMF0K0nHBcAGyrSAC4ebkhPTgiI2JQVvnPIS9+9qj/sK X5qV/mdRsUu/ZOBUia4ypcG7xbD3Vib+IUSTxKpwlkPzrZzFZ+aev9vfp+Buz/S3mI ayapph+49buAaBjeKOd5rdYZRkbbIjcfv5ySWK3kBjxtvA1eGHOh2pXiKhmoxkAnny PfVO/UjfChFqQ== Subject: Re: ap24-mod_rpaf2 issue To: apache@freebsd.org References: From: =?UTF-8?Q?=c5=81ukasz_W=c4=85sikowski?= Message-ID: Date: Sat, 9 Sep 2017 06:50:35 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: pl Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2017 04:50:38 -0000 W dniu 2017-09-09 o 04:32, Dave pisze: > Every time I update/reinstall my ports, the port "ap24-mod_rpaf2" removes > this line from my httpd.conf file : In apache 2.4 you may consider dropping mod_rpaf2 to included mod_remoteip, it will not be disabled during reinstall IIRC. One configuration change may be needed in your LogFormat - %h to %a. -- best regards, Lukasz Wasikowski