View Single Post
  #5 (permalink)  
Old 10-11-05, 09:06 AM
maurito maurito is offline
New Member
 
Join Date: Oct 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by abdu5hahid
I was having same issue with Apache2 on Windows, and I tried disabling my firewall and changing binding to specific IP address instead of all unassigned (0.0.0.0).

Issue still persisted even though Apache2/Tomcat had worked previously on my system. Noticed that when I was reinstalling was defaulting to 443 as main port and I left as is before thinking it understood that to be SSL.

Think it was trying to use 443 as the default port, so it was coliding with 443 being SSL port; hence message about only one binding at a time.

When I changed HTTPD.conf to 80 it worked fine with SSL and http.
I've had the same problem. I noticed that when i reboot my computer (running XP pro), sometimes Apache worked. Then, i change the port to 3128 and it worked. But, then I was illuminated by God, and do a netstat -ao (-o displays the PID) and discover that Skype was listening in port 80 instead of apache -that is, i have both set up to run at startup, thus, if apache started first, it will have por 80 available, and skype not, and vice-versa-. So my solution was to remove skype from startup -i don't use it too often- and make apache (and myself) happy by making port 80 available.
Sorry about my english, ajejaej I'm from Argentina..
Reply With Quote