Hi Alexandre.
Now you now how to use a different port number for HTTPS - changing Listen 
directive.
However, remember if you change the default HTTPS port number (443) then all 
of clients will need to specify the NEW port number on the URL for your 
site. For example:
1) Using Standard HTTPS port number
   https://www.mysecuresite.com/
2) Using non-Standard HTTPS port number, for example, 8443:
   https://www.mysecuresite.com:8443/

To avoid this problem, you can configure two versions of the same site, one 
using http and one using https. So the client will access the http version 
on the default port number (80) and this version will redirect the Client 
Request to the https site.

Bye, Danilo.


>From: "Alexandre Dias" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: HTTPS
>Date: Tue, 11 Jul 2000 10:45:16 -0400
>
>Hi,
>
>I would like to use HTTPS on another port than 443...
>
>How can I do it?
>
>Alexandre Dias
>[EMAIL PROTECTED]
>==========================
>Programmeur-Analyste - Enter-Net inc.
>(450) 652-7189 #11
>(514) 990-1683 #11
>ICQ# 66771914

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to