Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 83114 invoked from network); 4 Feb 2004 21:19:57 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Feb 2004 21:19:57 -0000 Received: (qmail 34592 invoked by uid 500); 4 Feb 2004 21:17:08 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 34540 invoked by uid 500); 4 Feb 2004 21:17:07 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 34396 invoked from network); 4 Feb 2004 21:17:06 -0000 Received: from unknown (HELO natsmtp01.rzone.de) (81.169.145.166) by daedalus.apache.org with SMTP; 4 Feb 2004 21:17:06 -0000 Received: from majestix.home.local (p50888011.dip0.t-ipconnect.de [80.136.128.17]) by post.webmailer.de (8.12.10/8.12.10) with ESMTP id i14LHAA0025131 for ; Wed, 4 Feb 2004 22:17:10 +0100 (MET) From: Ralf Schneider Reply-To: ralf@tapfere-schneiderleins.de To: "Tomcat Users List" Subject: Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16 Date: Wed, 4 Feb 2004 22:17:09 +0100 User-Agent: KMail/1.5.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402042217.09448.ralf@tapfere-schneiderleins.de> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Am Mittwoch, 4. Februar 2004 20:21 schrieb Oscar Carrillo: > Alternatively, if you've gotten it work in both HTTP and HTTPS, you can > redirect HTTP to HTTPS. Then it works, but you don't have the option of > having a separate webapp for HTTP. I tried this with the following statement in httpd.conf (outside a VirtualHost declaration): Redirect /demo_02 https://localhost/demo_02 But that had no effect. I could access the page with both HTTP and HTTPS. Ralf. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org