From owner-freebsd-questions@freebsd.org Fri Feb 22 08:24:35 2019 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 21ADD14E0464 for ; Fri, 22 Feb 2019 08:24:35 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from bede.qeng-ho.org (bede.qeng-ho.org [217.155.128.241]) (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 52B50893A2 for ; Fri, 22 Feb 2019 08:24:34 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from arthur.home.qeng-ho.org (arthur.home.qeng-ho.org [172.23.1.2]) by bede.qeng-ho.org (Postfix) with ESMTP id 917A110649; Fri, 22 Feb 2019 08:24:26 +0000 (GMT) Subject: Re: Reverse proxy tool? To: sysadmin@i.grouchysysadmin.com, freebsd-questions@freebsd.org References: <8320631E-A992-4304-8443-463AFC8FDCEB@kreme.com> <1b2f238c-180c-29b3-9878-08a26f51a643@grouchysysadmin.com> From: Arthur Chance Message-ID: Date: Fri, 22 Feb 2019 08:24:26 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <1b2f238c-180c-29b3-9878-08a26f51a643@grouchysysadmin.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 52B50893A2 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of freebsd@qeng-ho.org designates 217.155.128.241 as permitted sender) smtp.mailfrom=freebsd@qeng-ho.org X-Spamd-Result: default: False [-1.64 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.96)[-0.959,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:217.155.128.240/29]; IP_SCORE(-0.31)[asn: 13037(-1.47), country: GB(-0.09)]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[qeng-ho.org]; NEURAL_HAM_LONG(-0.98)[-0.980,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[mx1.mythic-beasts.com,mx2.mythic-beasts.com]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.08)[-0.081,0]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:13037, ipnet:217.155.0.0/16, country:GB]; MID_RHS_MATCH_FROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2019 08:24:35 -0000 On 21/02/2019 19:55, Grouchy Sysadmin wrote: > > On 2/21/19 10:07 AM, @lbutlr wrote: >> What tools are there for setting up reverse proxy in freebsd >> (currently running FreeBSD 11.2)? Or is that something that needs to >> be done through my apache config? >> > What protocol(s) do you need to proxy? > > For HTTP(S), there is Nginx and Relayd, or even Apache. > Also varnish (www/varnish6) if you want caching. At least two of the developers are FreeBSD developers as well (phk & des) -- Always learn from the mistakes of others, because you won't live long enough to learn from making all possible mistakes yourself.