Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64029C6CC for ; Thu, 13 Nov 2014 14:49:09 +0000 (UTC) Received: (qmail 40560 invoked by uid 500); 13 Nov 2014 14:49:06 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 40520 invoked by uid 500); 13 Nov 2014 14:49:06 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 40510 invoked by uid 99); 13 Nov 2014 14:49:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2014 14:49:06 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cf0hay@gmail.com designates 209.85.212.170 as permitted sender) Received: from [209.85.212.170] (HELO mail-wi0-f170.google.com) (209.85.212.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2014 14:49:00 +0000 Received: by mail-wi0-f170.google.com with SMTP id r20so2119238wiv.3 for ; Thu, 13 Nov 2014 06:47:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vqKQkJC+0QSh9dbPTq6zRAfFnNmpBxmcSuvum1s9ptM=; b=S/F615fvGM+Cy6n9uwpMUZlzCHix5oeRSyxzleEh7TX/C0q9sDh/i/OGfPCpRmXb0Q RiOJXjVNSPR2re9hDNPlvUnYz2j8KXvjdpVpSxyZmklA3jfYCo3iju9wKbamp4sKsDBU Xgs4nvq7AfkZXIz/DCLnrL0qW9mDXLBHcTz6QuD37Ku/I2ovcGZbApPYFjuoMm2h9t5L /Zcg43F32WVzlnm/xVZkiMzazyoNykq9Jlhl0JEz01xdyKqHRG2wFKbxFpVgltVoz21n 5bAKZ3Ax45qlQc1XpRmkJ5FfrqPKEH6kxTcg5Y3PKvBED1hMt8zFuXfcWCEbjo/OoR1G Shlg== MIME-Version: 1.0 X-Received: by 10.181.8.72 with SMTP id di8mr6470834wid.1.1415890074816; Thu, 13 Nov 2014 06:47:54 -0800 (PST) Received: by 10.217.65.133 with HTTP; Thu, 13 Nov 2014 06:47:54 -0800 (PST) In-Reply-To: References: Date: Thu, 13 Nov 2014 15:47:54 +0100 Message-ID: From: =?UTF-8?Q?Zolt=C3=A1n_Halassy?= To: users@httpd.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] VirtualHost conditionless HSTS Oh thanks, this is exactly I was looking for. I totally missed it in the documentation. It's there. Thank you. 2014-11-13 14:30 GMT+01:00 Eric Covener : >> Neither provides the HSTS header to an unauthenticated user. Is there >> a simple way to inject the HSTS (or any) header to unauthenticated >> users? > > If it's the 401 that you want to have the header, you'll need > > Header always set ... > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org