Page 1 of 1

Operating it with another web server?

PostPosted: 28. November 2005 04:43
by OwenWatson
I'm running another web server on 1 IP address on the PC (ports 80 & 443), and using apache on another. Unfortunately apache only starts if it's the first to load (or the other program isn't running); if the other program is running I get a message that it couldn't bind to 0.0.0.0:443. Is there any way I can fix this? I've set up the Listen bit:
Listen 202.36.162.18:80
also
NameVirtualHost 202.36.162.18
I suppose I could turn off mod_ssl, but is there any other way?