Author |
|
deepaknettem
Joined: 26 May 2008 Posts: 8 Location: India
|
Posted: Sun 08 Jun '08 16:02 Post subject: httpd.exe not starting |
|
|
httpd.exe - Could not reliably determine the server's fully qualified domain name using 192.168.1.56.
An attempt was made to access a socket in a way forbidden by its access permissions : make sock unable to listen to connections on 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
This is what i get when i try to start httpd.exe I have disabled all firewalls and UCA. Port 80 is entirely free, no other application running. Im using dell inspiron, vista home basic. Any idea how to tackle this? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Sun 08 Jun '08 18:22 Post subject: |
|
|
try changing
Listen 80
to
Listen 192.168.1.56:80
No guarantees tho. Try another port too if that doesn't work, just to narrow things down a little. |
|
Back to top |
|
deepaknettem
Joined: 26 May 2008 Posts: 8 Location: India
|
Posted: Sun 08 Jun '08 18:27 Post subject: |
|
|
Hie, thanks for reply
but it tried doing that. originally it was localhost:80 and i tried changin it to myip:80 as you said but there is absolutely no change in the error message that i get. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sun 08 Jun '08 19:14 Post subject: |
|
|
Do you run any firewall? Any network client like skype? |
|
Back to top |
|
deepaknettem
Joined: 26 May 2008 Posts: 8 Location: India
|
Posted: Mon 09 Jun '08 5:55 Post subject: |
|
|
i have a mcafee anti virus and the usual vista firewall. I've created exceptions for Apache in both of them. There is not other application running on port 80, checked that with netstat command.
Still its not working. Giving me the same error message. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Mon 09 Jun '08 17:47 Post subject: |
|
|
hmmmmmm .... Vista ... I can't see it being the case yet I wonder
+ * core: Fix address-in-use startup failure on some platforms caused
+ by attempting to set up an IPv4 listener which overlaps with an
+ existing IPv6 listener.
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?rev=664535&view=rev |
|
Back to top |
|
deepaknettem
Joined: 26 May 2008 Posts: 8 Location: India
|
Posted: Mon 09 Jun '08 18:25 Post subject: |
|
|
i dont understand this.. can u please be a little more explicit? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Mon 09 Jun '08 19:13 Post subject: |
|
|
That is info on a patch that is in voting process for backport to Apache 2.2, understanding that or not,
Seems if an IPv6 socket is open on a port ([..]:80) and Apache tries to open an IPv4 (0.0.0.0) socket on the same port, some operating systems have a problem with this. I still find it odd since I do not believe 2.2.8 from apache.org has IPv6 enabled.
I'd crank up my Vista machine to test myself but I have Windoze Home Server RTM running on it at the moment.
I may have more ideas later, then again, maybe not. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Mon 09 Jun '08 20:00 Post subject: |
|
|
just curious
netstat -an
is that what you used or just plain netstat?
Is you Apache from apache.org or here? |
|
Back to top |
|