Title: Hosts Server Failed To Start
Description: error message
tshates - February 8, 2008 07:13 PM (GMT)
Server failed to start. Could not bind socket. Address and port are already in use.
I checked Services and found IIS running. After I disabled IIS the hosts server started right up.
YoKenny - February 8, 2008 08:21 PM (GMT)
What operating system and Service Pack level are you running?
tshates - February 8, 2008 11:09 PM (GMT)
XP SP2, but I must have turned IIS on a while ago when I was setting up a server and trying to figure it out. Then I guess I forgot to turn IIS off when I was done. :rolleyes:
YoKenny - February 8, 2008 11:25 PM (GMT)
What version of WinXP and when did you last update it?
Did you apply any IIS updates?
gakusei - March 28, 2008 03:58 PM (GMT)
| QUOTE (tshates @ Feb 8 2008, 07:13 PM) |
Server failed to start. Could not bind socket. Address and port are already in use.
I checked Services and found IIS running. After I disabled IIS the hosts server started right up. |
If you are using the remote desktop service IIS must running (my PC: XP professional SP2). Therefore to finish the IIS Service to get a functional hosts server on the local PC is not a convenient solution. Is there another solution? IIS update, why?
Additional question from a newbie: Does HostMan fullfill its task without running the hostsserver? If the answer is YES one can ignore this informative(?) service and can keep IIS running.
rloureiro - March 29, 2008 10:46 AM (GMT)
First, HostsServer is not essential. In fact, you can install HostsMan without HostsServer, you simply won't be able to take advantage of its features, which are:
* speed up surfing (there's no delay when sites are blocked)
* display a message or an image when content is blocked
* log blocked urls
As for IIS, HostsServer is not incompatible with it. What happens is that you cannot have two applications listening to the same port. Because HostsServer listens to port 80 (that's the default port for http), you cannot have another application listening to that port, otherwise HostsServer will not work.
I've never used IIS, but I have Apache HTTP Server installed and both are running side by side. The only thing I had to do was to configure Apache to listen to port 8080 instead of the default port 80. I don't known, however, if Remote Desktop requires port 80 or if you can change that.
eddacker - August 22, 2008 11:34 PM (GMT)
FYI:
My hostsserver stopped starting after a couple of years.
Server failed to start.
| QUOTE |
| Could not bind socket. Address and port are already in use. |
Turns out, here in the UK, that on line media provider "Sky Player" runs a program called Kontiki that auto starts a service 'K Manager' that conflicts with localhost:port; although 80 was not one of the ports listed.
Stopping the K Manager service and setting it to manual solved my problem.
HTH,
eddacker
YoKenny - August 23, 2008 08:56 AM (GMT)
Welcome eddacker
Thanks for posting the solution for your problem.
gakusei - December 5, 2008 01:40 PM (GMT)
| QUOTE (rloureiro @ Mar 29 2008, 10:46 AM) |
First, HostsServer is not essential. In fact, you can install HostsMan without HostsServer, you simply won't be able to take advantage of its features, which are: * speed up surfing (there's no delay when sites are blocked) * display a message or an image when content is blocked * log blocked urls
As for IIS, HostsServer is not incompatible with it. What happens is that you cannot have two applications listening to the same port. Because HostsServer listens to port 80 (that's the default port for http), you cannot have another application listening to that port, otherwise HostsServer will not work.
I've never used IIS, but I have Apache HTTP Server installed and both are running side by side. The only thing I had to do was to configure Apache to listen to port 8080 instead of the default port 80. I don't known, however, if Remote Desktop requires port 80 or if you can change that. |
I have played a little bit with the apache software and I failed not surprisingly. Today I looked up the information of my setup of IIS and found an entry where I could change port 80 to port 8080 what I have learnt from your answer. Heureka! Until now I was not confronted with any kind of problems. HostsServer is now running without complaining. :D
rloureiro - December 7, 2008 11:40 AM (GMT)