logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Using SSL
Author
Chris R



Joined: 26 Sep 2006
Posts: 10
Location: England

PostPosted: Tue 26 Sep '06 12:26    Post subject: Using SSL Reply with quote

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

PostPosted: Tue 26 Sep '06 12:39    Post subject: Reply with quote

A Win tutorial can you find at http://raibledesigns.com/wiki/Wiki.jsp?page=ApacheSSL

Steffen
Back to top
Chris R



Joined: 26 Sep 2006
Posts: 10
Location: England

PostPosted: Thu 28 Sep '06 11:35    Post subject: Reply with quote

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

PostPosted: Thu 28 Sep '06 12:06    Post subject: Reply with quote

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


Reply to topic   Topic: Using SSL View previous topic :: View next topic
Post new topic   Forum Index -> Apache