Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 51861 invoked from network); 29 Jul 2009 13:29:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jul 2009 13:29:32 -0000 Received: (qmail 69207 invoked by uid 500); 29 Jul 2009 13:29:28 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 69179 invoked by uid 500); 29 Jul 2009 13:29:28 -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 69152 invoked by uid 99); 29 Jul 2009 13:29:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2009 13:29:27 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.18.1.191] (HELO exprod6og106.obsmtp.com) (64.18.1.191) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2009 13:29:15 +0000 Received: from source ([192.150.8.22]) by exprod6ob106.postini.com ([64.18.5.12]) with SMTP ID DSNKSnBOlmPU8lOMPLqC/m7j4E066ubOD3+8@postini.com; Wed, 29 Jul 2009 06:28:55 PDT Received: from inner-relay-2.corp.adobe.com ([153.32.1.52]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id n6TDSpWG028855 for ; Wed, 29 Jul 2009 06:28:52 -0700 (PDT) Received: from picard2.corp.adobe.com (picard2.corp.adobe.com [10.120.176.41]) by inner-relay-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id n6TDSllT008408; Wed, 29 Jul 2009 06:28:47 -0700 (PDT) Received: from picard2.corp.adobe.com (localhost [127.0.0.1]) by picard2.corp.adobe.com (8.13.7+Sun/8.14.1) with ESMTP id n6TDSl5m001967; Wed, 29 Jul 2009 06:28:47 -0700 (PDT) Received: (from jensen@localhost) by picard2.corp.adobe.com (8.13.7+Sun/8.13.7/Submit) id n6TDSluc001966; Wed, 29 Jul 2009 06:28:47 -0700 (PDT) From: jensen@adobe.com (Freddy Jensen) Message-Id: <090729062847.ZM1964@adobe.com> Date: Wed, 29 Jul 2009 06:28:47 -0700 In-Reply-To: Boyle Owen "RE: [users@httpd] Question about Server Side Includes" (Jul 29, 6:16am) References: <090728104123.ZM1192@adobe.com> <4A6F4103.9040606@ice-sa.com> <090729060622.ZM1885@adobe.com> Reply-To: X-No-Archive: yes X-Mailer: Z-Mail (5.0.1 04Feb2000) To: "users@httpd.apache.org" Cc: jensen@adobe.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Question about Server Side Includes >From: Boyle Owen >Date: Wed Jul 29 2009 6:16am >To: "users@httpd.apache.org" >Subj: RE: [users@httpd] Question about Server Side Includes > >> -----Original Message----- >> From: Freddy Jensen [mailto:jensen@adobe.com] >> Sent: Wednesday, July 29, 2009 3:06 PM >> To: users@httpd.apache.org >> Cc: jensen@adobe.com >> Subject: Re: [users@httpd] Question about Server Side Includes >> >> >> I really appreciate all the quick and accurate answers. >> Great mailing list. I will venture further and pose >> another question: > >Then please change the subject - it helps archival threading. > Yes. Thank you for reminding me. >> >> I have a web server configured for https with SSL certificates etc. >> Now I want it to block all http access and only allow https. >> Someone told me that I needed to block port 80 on the web server. >> >> The question is: How do I do that? > >You don't really "block" it, you just don't serve it. So you just remove >your VH that serves port 80, leaving only the VH that serves port 443. > >However, this will mean users coming to http://your-site/ will get a >"server not listening" error at the network layer. So probably, you want >to redirect them to https://your-site/ > >If so, see http://wiki.apache.org/httpd/RedirectSSL > >Rgds, >Owen Boyle >Disclaimer: Any disclaimer attached to this message may be ignored. > Again. Thanks. Freddy --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org