X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC612398B15A
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1617959323;
	bh=4peBA3BD8V8+waLz1w7Iav4dSpfPfeW2IuN8LuQyDo4=;
	h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
	 From;
	b=hIh3Ddt8noLNSUSHbT1AdCpe7Fop1tK1v09t4pE7uuyDBJF3rNxLs6xfr/mVBahco
	 ln5pKXnH3LfXcAwUv9WwKclAFNYhW8u8QgikY7TSCHsKHr7f60VGHU4IS3fYonQiDy
	 ochVCUVA/N5opimIbN+5mMwai6x4vvkOm4CWVtyA=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AEB08385DC30
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:references:in-reply-to:from:date
 :message-id:subject:to:cc;
 bh=e1VX5nASLVz/xd3o/R9K+lwTkSTH0icvmb9EErgTQyo=;
 b=Z319TGIpYgfa7EWoKrCkgx+Ri12I3rhydd2RCvKZFyLugfR9J37Jd6vJ/IZMz0u61u
 yDy5ysC3o4boRKcc3bn4QR3xCUR2Zwtb9h4ECWjm4LvqIhIPPNeMNmH8NVjK1KLcMij5
 gs0+kXKSY5rxTawPwL8km2pCVQGNROPwNljPdlhRcHO+xxtXnzjUNp5peI8MGM/DLgUm
 d5gJiozKS6Aw5lemVoEo8lNKOMp/+X+ldWkbrVEChEOZ+p6AjTgavP9H3wFENsKjSH2L
 cPDuqkWPft8fbp1jb9AXv4FPEzwPhmuWxFDCjM4AAWvG0RGHF7A/hIULfQkbGqheh87i
 F8aA==
X-Gm-Message-State: AOAM532KyLWUVorz7auI6oZTGEb0OSaC2RFFXueR/qfceO6IXMo72hTS
 qSFRyRUg6Sfx24c0PdS9/bKZFCL6XwsI6xUjLjk=
X-Google-Smtp-Source: ABdhPJzHMiSY92shnuqbO45WBYQM6aU38ALAWBtVVuRPR62ImkiMzqJ70nkIBIdEKEuHwmqqF8BXB8zTZ1rM2qDxDsw=
X-Received: by 2002:a1c:220a:: with SMTP id i10mr12595842wmi.121.1617959319828; 
 Fri, 09 Apr 2021 02:08:39 -0700 (PDT)
MIME-Version: 1.0
References: <CH0PR14MB4930303E2223FEE2607CFB23FB769@CH0PR14MB4930.namprd14.prod.outlook.com>
In-Reply-To: <CH0PR14MB4930303E2223FEE2607CFB23FB769@CH0PR14MB4930.namprd14.prod.outlook.com>
Date: Fri, 9 Apr 2021 11:08:28 +0200
Message-ID: <CAEhDDbBdo6MnLxegfHrx=yKpmgo0DG1ARH+bQ1MeLAZyFG_BYw@mail.gmail.com>
Subject: Re: Questions on how to upgrade Apache
To: Andy Romens <Romens.Andy@hotmail.com>
X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,
 SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Csaba Raduly via Cygwin <cygwin@cygwin.com>
Reply-To: Csaba Raduly <rcsaba@gmail.com>
Cc: "cygwin@cygwin.com" <cygwin@cygwin.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces@cygwin.com>

Hi Andy,

On Tue, 6 Apr 2021 at 22:35, Andy Romens via Cygwin  wrote:
>
> Hi Cygwin,
>
> I got a question for you all. Our cyber security team is yelling at us to update Apache from 2.4.39 to 2.4.46.

If that website is customer-facing, your cyber security team and your
ops team should be yelling at you for running Apache on Cygwin.

If you want to run Apache on Windows, you would be much better served
by native Apache builds (as others have suggested) -
http://httpd.apache.org/docs/current/platform/windows.html#down

Csaba
-- 
You can get very substantial performance improvements
by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler
So if you're looking for a completely portable, 100% standards-conformant way
to get the wrong information: this is what you want. - Scott Meyers (C++TDaWYK)
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
