Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 24225 invoked by uid 500); 14 Feb 2002 17:05:29 -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 24213 invoked from network); 14 Feb 2002 17:05:28 -0000 Received: from mail.skandiafinanz.ch (HELO sbsex1.skandiabank.ch) (212.23.235.139) by daedalus.apache.org with SMTP; 14 Feb 2002 17:05:28 -0000 Received: from tcs2 (172.25.19.83 [172.25.19.83]) by sbsex1.skandiabank.ch with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 1ZNDT9CS; Thu, 14 Feb 2002 18:05:27 +0100 From: "Milind Sawant" To: Subject: RE: starting mutliple apache server Date: Thu, 14 Feb 2002 18:11:00 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 1)check if port 443 is busy using netstat -a | grep 443 2) try changing the ssl port -----Original Message----- From: Santosh Deshpande [mailto:santosh.deshpande@office.sourceree.com] Sent: 14 February 2002 17:59 To: users@httpd.apache.org Subject: starting mutliple apache server hi All, I would like to start two 'Apache servers instances' on a single machine. One is to use SSL and the other without SSL. But unfortunately, I can not start the SSL enabled Apache. Here is how the server/conf file looks like. Server: RHLinux, has 2 IP address ( 10.20.30.1 and 10.20.30.2 ) httpd-ssl.conf : Listen 10.20.30.1:443 NameVirtuaHost 10.20.30.1:443 ServerName www.mydmain.com .... httpd-nossl.conf : Listen 10.20.30.1:80 NameVirtuaHost 10.20.30.2:80 ServerName dtd.mydmain.com .... Startup scripts: daemon /usr/sbin/httpd -f /usr/local/apache/conf/httpd-ssl/httpd-ssl.conf -D SSL daemon /usr/sbin/httpd -f /usr/local/apache/conf/httpd-nossl/httpd-nossl.conf With this I can get only the httpd without SSL working. I can not start the httpd with SSL. It comes up with errors { [Thu Feb 14 12:35:13 2002] [crit] (98)Address already in use: make_sock: could not bind to address 10.20.30.1 port443 ]} though there is nothing happening on 443. ---------------------------------- Additional Info: 1. With a single file that includes both the vhost (httpd.conf), it works. ( I can access www.mydmain.com securely while dtd.mydmain.com in the non secure way) 2. The httpd.conf is in default location and I use 'apachectl startssl' to startup. 3. DocumentRoot/ Log destinations are specified correctly ( absolute path) appreciate your help. Santosh --------------------------------------------------------------------- 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 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 For additional commands, e-mail: users-help@httpd.apache.org