Forum Moderators: phranque

Message Too Old, No Replies

Windows XP, Apache 2.0.54 & SSL

         

cola4ever

9:09 pm on May 20, 2005 (gmt 0)

10+ Year Member



I have tried to setup Apache 2.0.54 under windows XP to use ssl, but without any luck.

I used several guides to set it up, but they all result in an error.

Does anyone know of a guide (preferrably newbie-proof, better safe than sorry) that actually works?

I have the following files available at this time

ssl.conf (apache.nl)
openssl.cnf (apache.nl)
modssl2054.zip (madhon.co.uk)
apache_2.0.54-win32-x86-no_ssl.msi (httpd.apache.org)

pkmccann

4:22 am on May 21, 2005 (gmt 0)

10+ Year Member



Hi, I don't know if this is newbie proof :) but I'm as newbie as they come and was able to set it up with the following article.

[devx.com...]

Hope it helps.

cola4ever

1:49 pm on May 21, 2005 (gmt 0)

10+ Year Member



After executing "apache -n "Apache" -k install, I get the error:

(OS 10048)Only one usage of each socket address (protocol/network address/port)
is normally permitted. : make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs

jdMorgan

4:16 pm on May 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



cola4ever,

Welcome to WebmasterWorld!

You've probably got the IIS server enabled on your machine. If you are going to run Apache, either shut down IIS by removing it (Control Panel->Add or Remove Programs->Add/Remove Windows Components) or configure either Apache or IIS to listen on a different port. You can't have two servers listening to port 80.

Jim

cola4ever

4:33 pm on May 21, 2005 (gmt 0)

10+ Year Member



This solved my problem(didn't remember installing IIS)

What I don't get, is why I get an error about port 443 and it did work in the past, when I used just port 80.

Anyway, thanks a lot, things were getting really frustrating.