[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

https not on 443?

From: Seth Delackner <seth_at_jtan.com>
Date: 2003-04-17 22:53:16 CEST

How does one set apache2 to listen on a port other than 443 for https? I have both apache and apache2 running, with :

http:80 = apache
http:443 = apache
http:8080 = apache2 ( and /repos is the repository)
http:4443 = apache2 (...)

But if I enter any url of the form http://hostname:port/, with any port at all, I get the apache1 server.

In the apache2 config file I have:

    Listen 8080

    <IfDefine HAVE_SSL>
    Listen 4443
    </IfDefine>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 17 22:54:12 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.