Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Using SSL |
|
Author |
|
Chris R
Joined: 26 Sep 2006 Posts: 10 Location: England
|
Posted: Tue 26 Sep '06 12:26 Post subject: Using SSL |
|
|
Hi,
Is there any simple to follow tutorials out there that show me how to setup SSL (apache 2.2.3) on Windows and how to use it?
I'm lost as to what I do because I can get the model to load but any time I try and include the .conf file it fails to start Apache. I've edited the file per the comments but still nothing.
The only information I can seem to find is on sun.com and UNIX forums.
Thanks for any help. |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3091 Location: Hilversum, NL, EU
|
|
Back to top |
|
Chris R
Joined: 26 Sep 2006 Posts: 10 Location: England
|
Posted: Thu 28 Sep '06 11:35 Post subject: |
|
|
thanks for the link.
I have some questions if anyone can answer.
for the ServerName do I just put "localhost"? I'm just using it for testing at the moment or I don't have a URL. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7364 Location: Germany, Next to Hamburg
|
Posted: Thu 28 Sep '06 12:06 Post subject: |
|
|
For the normal server
ServerName localhost:80
inside the vhost container für ssl
ServerName localhost:443
if you run only ssl
than use only
ServerName localhost:443 |
|
Back to top |
|
|
|
|
|
|