From owner-freebsd-questions@freebsd.org Fri Feb 9 19:24:16 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 1F84CF1D2D0 for ; Fri, 9 Feb 2018 19:24:16 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from dnvrco-cmomta02.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B0545744C4 for ; Fri, 9 Feb 2018 19:24:15 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from [192.168.0.9] ([70.121.63.82]) by cmsmtp with ESMTPA id kEHQeWcj4mf07kEHTeyJ6j; Fri, 09 Feb 2018 19:24:20 +0000 Date: Fri, 09 Feb 2018 13:24:10 -0600 From: Paul Schmehl Reply-To: Paul Schmehl To: freebsd-questions@freebsd.org cc: Mario Lobo Subject: Re: Apache 2.4 Message-ID: In-Reply-To: References: <0ff8c58ea6d2aa3454f1a4661e79ecd7.squirrel@webmail.harte-lyne.ca> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-CMAE-Envelope: MS4wfNpof/vTBoFQAAZA6mN5VQ9oNMwthnGe3mWio1omT6ESVSt/0FhIEs3i6ZACYXx6oKJ9TcncDpCp7ugfR4e5ZLqeLXxu8pcwIz30Bk5ZTuGHYg+az+km jHbBTZrBtNjcSquNG64/XssCgeyErl95Px/mYeYBZgbtqDEv7upSEqWtSmTe793tiqHBW8fawBv1+w== 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: Fri, 09 Feb 2018 19:24:16 -0000 --On February 9, 2018 at 2:16:06 PM -0300 Mario Lobo wrote: > > I'm not sure about this but I believe that for apache to run on different > IPs you have to have different instances of it. > This is untrue. Apache can listen on multiple IPs from one running instance. Here's the Listen portion of an instance I manage: Listen 162.250.226.170:80 Listen 162.250.226.170:443 Listen 162.250.226.172:80 Listen 162.250.226.172:443 Listen 162.250.226.173:80 Listen 162.250.226.174:443 > You can change a virtualhost port but not the Ip on which the instance of > apache is running. Not true. Apache listens on whatever you tell it to listen on. Port or IP. Paul Schmehl, Retired As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell