Hi, guys My Apache 2.2 stopped running after XP SP3 installation. I've tried to : * Make Apache to Listen 127.0.0.1:80 - no luck * modify Apache port number to 3128 by modifying .httpd.conf replaced ServerName localhost:80 to ServerName localhost:3128 saved httpd.conf run httpd.exe -k start - no luck * turned off my Windows XP firewall - no luck * uncheck Skype that uses port 80 by default, - no luck * reinstall Apache- no luck every change was following machine restart Any ideas are highly appreciated Background information: httpd.exe -k start gives (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:80 no listening sockets available, shutting down Unable to open logs netstat -ao gives no information on port 80, looks like port 80 is free Thank you in advance, hightechguy
Eventually, it's an Apache bug, described at https://issues.apache.org/bugzilla/show_bug.cgi?id=45311 Cheers, hightechguy