I'm trying to run Apache with SSL on a Windows 2003 server and when I enabled the configuration and restart Apache I get an 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
It appears I do have a service HTTP SSL running on Windows, and shutting it down means I can't run IIS. How do I stop HTTP SSL as a Windows service, keep IIS running, and have Apache handle SSL?