Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 76190 invoked by uid 500); 26 Sep 2002 20:44:41 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 76171 invoked from network); 26 Sep 2002 20:44:40 -0000 Received: from smtp.mho.net (HELO smtp.mho.com) (64.58.4.6) by daedalus.apache.org with SMTP; 26 Sep 2002 20:44:40 -0000 Received: (qmail 20508 invoked from network); 26 Sep 2002 20:21:57 -0000 Received: from cr1-dc0.wi6.mor.mho.net (HELO fatbastard) (64.58.0.2) by smtp.mho.net with SMTP; 26 Sep 2002 20:21:57 -0000 From: "Matt Raible" To: Date: Thu, 26 Sep 2002 14:44:36 -0600 Organization: Raible Designs, Inc. Message-ID: <003f01c2659d$89bab260$0b00a8c0@raibledesigns.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal In-Reply-To: <3D936C03.1020108@georgiacenter.org> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] Multiple IP/SSL hosts Hmmm, this worries me. Let me start by explaining what I'd like to do. 1 Apache 2.0.x webserver 1 Linux box 2-20 Tomcat instances, each with an installation of my application for customers. SSL Enabled for all so login is encyrpted I've successfully setup Apache and Tomcat using this article: http://raibledesigns.com/tomcat. I've successfully setup Apache + SSL using this article: http://raibledesigns.com/tomcat/ssl-howto.html. In my ssl.conf, I have: # General setup for the virtual host DocumentRoot "d:/tools/apache-2.0/Apache2/htdocs" ServerName localhost:443 ... "localhost" will eventually be the main domain name I'm hosting on. In named.conf, I have: ServerName localhost1 JkMount /*.jsp tomcat1 JkMount /servlet/* tomcat1 ServerName localhost2 JkMount /*.jsp tomcat2 JkMount /servlet/* tomcat2 And I can successfully get to localhost1 and localhost2 (and the correct tomcat's) using both http:// and https://. Is this a proper configuration? If not, please let me know - I'd like to make both articles above as accurate as possible. Thanks, Matt > -----Original Message----- > From: Robin P. Blanchard [mailto:robin.blanchard@georgiacenter.org] > Sent: Thursday, September 26, 2002 2:20 PM > To: users@httpd.apache.org > Subject: Re: [users@httpd] Multiple IP/SSL hosts > > > > > Is there a way to use both IP-host hosting AND name-based? > > yes, you can mix and match. but you will never be able to use SSL > (properly) on a name-based virtual host. > > if you have only port 80 traffic for a couple of fqdn's you could use > name-based hosting for those. you'd therefore use the namevirtualhost > directive. once you've got the need for multiple SSL enabled > hosts, or > hosts that will be both non-SSL and SSL, you need to use ip-based > virtual hosting, which uses the listen directive. > > > -- > ---------------------------------------- > Robin P. Blanchard > Systems Integration Specialist > Georgia Center for Continuing Education > fon: 706.542.2404 <|> fax: 706.542.6546 > ---------------------------------------- > > > --------------------------------------------------------------------- > 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 > --------------------------------------------------------------------- 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