Forum Moderators: phranque
I at first thought that I may have made a mistake during installation so I deceded to uninstall and try again. BIG mistake!
After I uninstalled I found that the uninstaller had not completely removed the folders. When I tried to re install I got an error message saying it could not bind to 0.0.0.80 (port 80 I presume) and that the Apache service would not be installed. I can't completely remove the old installation folders as they are protected and have got into a right mess. How can I get to a point where I can re install Apache and get on with my development?
I'm running WinXP with a Speedtouch 510 router...
Thanks in advance!
The service seems to start ok but when I go to [localhost...] the browser hangs. When I looked at the error log there was loads of this:
[Sat Sep 18 18:34:56 2004] [notice] Parent: Created child process 2984
[Sat Sep 18 18:34:56 2004] [notice] Child 2984: Child process is running
[Sat Sep 18 18:34:56 2004] [notice] Child 2984: Acquired the start mutex.
[Sat Sep 18 18:34:56 2004] [notice] Child 2984: Starting 250 worker threads.
[Sat Sep 18 18:34:56 2004] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 2984: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Sat Sep 18 18:34:56 2004] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 2984: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Sat Sep 18 18:34:57 2004] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 2984: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Sat Sep 18 18:34:57 2004] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 2984: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Sat Sep 18 18:34:57 2004] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 2984: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
Any ideas?
Thanks for any help!
Make sure you don't have any firewall stuff running when you test this, turn off the native windows xp firewall, and anything else, then see if it works.
It's also not a bad idea to set up virtual hosts, that way you can run more than one site on your development server, to use virtual hosts you also have to modify your hosts file, that's in c:\winnnt\system32\drivers\etc\hosts
Sometimes there is a temp host file with a slightly different name, but the file is called just plain hosts, no . or anything, it's just a text file, looks like this for setup to take you to your sites:
127.0.0.1 localhost
127.0.0.1 site1 site2 site3
the last line is where you'd type in your site names, the shortcut names you use in the virtual hosts file.