Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 91696 invoked by uid 500); 15 Nov 2002 10:35:05 -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 91685 invoked from network); 15 Nov 2002 10:35:04 -0000 Received: from ns0b.swx.com (146.109.240.235) by daedalus.apache.org with SMTP; 15 Nov 2002 10:35:04 -0000 Received: from gate0a.unix.swx.ch (gate0a [192.168.252.17]) by ns0b.swx.com (8.12.6/8.12.6) with ESMTP id gAFAZGt9029962 for ; Fri, 15 Nov 2002 11:35:17 +0100 (MET) Received: from SOMEXEVS001.ex.ordersx.org ([127.0.0.1]) by gate0a.unix.swx.ch (8.12.6/8.12.6) with ESMTP id gAFAZFOP019516 for ; Fri, 15 Nov 2002 11:35:16 +0100 (MET) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Fri, 15 Nov 2002 11:35:15 +0100 Message-ID: <484A6CA492BE654395D208B1D8D5393973A520@SOMEXEVS001.ex.ordersx.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] RE: ssl and httpd non standard port Thread-Index: AcKMkTGxWZclLubMSWCDdyZ8m+cNygAALjsA From: "Boyle Owen" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] RE: ssl and httpd non standard port apachectl is just a shell-script. Look inside it with an editor and see = how it works. You will find that the startssl option simply executes = "httpd -DSSL" which means that it passes the environment variable "SSL" = to apache. In the canonical httpd.conf, the SSL VH container is = encapsulated in a conditional block so that the = directives are only acted upon if SSL is defined. Thus, "httpd -DSSL" = leads to the SSL VH being set up and apache becomes SSL-aware. Since all this is under your control you can bypass it if you like. = Simply removing the tag will cause apache to start the = SSL VH under a normal "apachectl start*. >-----Original Message----- >From: Dan Rossi [mailto:daniel@electroteque.org] >Sent: Freitag, 15. November 2002 11:24 >To: users@httpd.apache.org >Subject: RE: [users@httpd] RE: ssl and httpd non standard port > > >wot is this apachectl startssl is that how u start ssl or can=20 >it be run by >doing a apachectl start ? > >-----Original Message----- >From: Boyle Owen [mailto:Owen.Boyle@swx.com] >Sent: Friday, November 15, 2002 8:21 PM >To: users@httpd.apache.org >Subject: RE: [users@httpd] RE: ssl and httpd non standard port > > >Look in the error_log. It is your best friend... >It will probably say "could not bind to port XXX address=20 >already in use". > >>-----Original Message----- >>From: Dan Rossi [mailto:daniel@electroteque.org] >>Sent: Freitag, 15. November 2002 10:10 >>To: users@httpd.apache.org >>Subject: RE: [users@httpd] RE: ssl and httpd non standard port >> >> >>right yeh its prob not free as the live one maybe running through that >>cheers >>-----Original Message----- >>From: Boyle Owen [mailto:Owen.Boyle@swx.com] >>Sent: Friday, November 15, 2002 8:03 PM >>To: users@httpd.apache.org >>Subject: RE: [users@httpd] RE: ssl and httpd non standard port >> >> >>SSL is just another virtual host on a different port. It will work on >>any port you tell it to (provided the port is free). Just do: >> >>Listen 8443 >> >> SSL VH definition... >> >> >>>-----Original Message----- >>>From: Dan Rossi [mailto:daniel@electroteque.org] >>>Sent: Freitag, 15. November 2002 09:57 >>>To: users@httpd.apache.org >>>Subject: [users@httpd] RE: ssl and httpd non standard port >>> >>> >>>hi guys i dont think its working but i have a test server using a non >>>standard port so i can have the live server running , will ssl >>>work say if i >>>have my webserver address like server.com:1023 ? it doesnt seem to >>> >>> >>>--------------------------------------------------------------------- >>>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 >>> >>> >> >>This message is for the named person's use only. It may contain >>confidential, proprietary or legally privileged information. No >>confidentiality or privilege is waived or lost by any mistransmission. >>If you receive this message in error, please notify the=20 >sender urgently >>and then immediately delete the message and any copies of it from your >>system. Please also immediately destroy any hardcopies of the message. >>You must not, directly or indirectly, use, disclose,=20 >distribute, print, >>or copy any part of this message if you are not the intended=20 >recipient. >>The sender's company reserves the right to monitor all e-mail >>communications through their networks. Any views expressed in this >>message are those of the individual sender, except where the message >>states otherwise and the sender is authorised to state them to be the >>views of the sender's company. >> >>--------------------------------------------------------------------- >>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 >> >> > >--------------------------------------------------------------------- >The official User-To-User support forum of the Apache HTTP=20 >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=20 >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