SSL
Stephane Bortzmeyer
bortzmeyer at nic.fr
Thu May 24 14:08:59 UTC 2007
On Thu, May 24, 2007 at 02:31:57PM +0100,
Prince Martin <mchitimba at yahoo.co.uk> wrote
a message of 44 lines which said:
> I have SSL enabled on my webserver (a FreeBSD machine). I was hoping
> both connections http and https would be possible but only https is
> now possible. Is there an easy way to make both work.. like one
> would type http://www... and still be able to access the webserver?
I do not now what Web server software you use. Let's assume Apache.
With Apache, it is quite simple. For instance, you can have two
virtual hosts, one for SSL ("<VirtualHost *:443>" and "SSLEngine on")
and one without ("<VirtualHost *:80>"). Both https:// and http:// URLs
will work.
More information about the afnog
mailing list