How to use Apache 2 with HTTPS only?

Matthew Miller mattdm at mattdm.org
Sun Jul 30 16:46:38 UTC 2006


On Sun, Jul 30, 2006 at 07:14:48AM -0500, Anthony Messina wrote:
> >> what about having it listen *only* on port 443?
> > [...] if you do that, someone who connects to
> > http://yoursite.example.org would get an error. That's confusing to
> > non-technical people. So it's generally better to run on port 80 as
> > well, but redirect all requests.
> that's true.  i guess i was considering that he said "HTTPS only",

The effect of doing the redirect is that everything is served via https
only, but yeah, if you literally want only https, you could not listen on
port 80..

-- 
Matthew Miller           mattdm at mattdm.org          <http://mattdm.org/>
Boston University Linux      ------>              <http://linux.bu.edu/>




More information about the fedora-list mailing list