logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.10 httpd.exe: Could not reliably determine the serv
Author
gypsykendall@yahoo.com



Joined: 26 Nov 2008
Posts: 2
Location: austin, TX

PostPosted: Wed 26 Nov '08 6:22    Post subject: Apache 2.10 httpd.exe: Could not reliably determine the serv Reply with quote

Does anyone know how I must resolve this?

httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.2 for ServerName
(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
Note the errors or messages above, and press the <ESC> key to exit. 18...

My email is gypsykendall@yahoo.com [austin, TX USA]
WWW.webpubs.us
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7328
Location: Germany, Next to Hamburg

PostPosted: Wed 26 Nov '08 16:49    Post subject: Reply with quote

For the first error
Add a name to your httpd.conf

[code]
ServerName localhost
[/url]

The second error is that there is a different programm listening on port 80.maybe Skype or a firewalls blocks apache
Back to top
gypsykendall@yahoo.com



Joined: 26 Nov 2008
Posts: 2
Location: austin, TX

PostPosted: Sun 30 Nov '08 21:34    Post subject: Reply with quote

James Blond wrote:
For the first error
Add a name to your httpd.conf

[code]
ServerName localhost
[/url]

The second error is that there is a different programm listening on port 80.maybe Skype or a firewalls blocks apache


Thanks James. But what do you mean "add a name to your httpd.conf"?

I was using Localhost for the ServerName, but that's what spit out the error message, so I put my ip address in and it works. Do you think using my IPconfig address is a compromise in security?
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Mon 01 Dec '08 5:31    Post subject: Reply with quote

If you have localhost and it spit out that error, then the line must have a # in the front (commented out) or for some reason you have no Windows hosts file which is where "localhost" is configured in.

As for the security risk part, it shows one node of the internal lan layout and allows me to guess the router IP. I'm no hacker so I have no clue just how usefull this may or may not be, but I would expect that it helps. The problem being on error, Apache could use that IP in the error message which is of concern. You WAN IP would be better, if it is static and doesn't change I see no reason why one would not use it.
Back to top


Reply to topic   Topic: Apache 2.10 httpd.exe: Could not reliably determine the serv View previous topic :: View next topic
Post new topic   Forum Index -> Apache