ssl and wamp
Posted by: mitenrol (89.106.140.---)
Date: February 22, 2011 01:20PM

Hi,

We had installed wamp 2 in win 2008.
This server got 2 ip addresses. (192.168.0.14 & 192.168.0.44)
We got an another application running in IIS and it uses 192.168.0.44:443

In httpd.conf>
I had added 192.168.0.14:99 for the wamp and it's working.

I wanted to add SSL on wamp.

When I add the port ( Listen 443) in httpd-ssl.conf, and try to re-start the apache, it will not start and this error comes in the event viewer.
The Apache service named reported the following error: >>> no listening sockets available, shutting down
&
When I add the port ( Listen 192.168.0.14:443) in httpd-ssl.conf, and try to re-start the apache, it will not start and this error comes in the event viewer.
The Apache service named reported the following error: >>>make_sock: could not bind to address 192.168.0.14:443

And when I checked the port status :
C:\>netstat /a
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:443 WEB01:0 LISTENING
TCP [::]:443 WEB01:0 LISTENING

How to make it work. ?
Any way we can bind port 443 to 192.168.0.14 and make the ssl work in wamp. ??



Edited 1 time(s). Last edit at 02/22/2011 03:37PM by mitenrol.

Options: ReplyQuote
Re: ssl and wamp
Posted by: yfastud (Moderator)
Date: February 22, 2011 02:01PM


Options: ReplyQuote


Sorry, only registered users may post in this forum.