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: How can I get rid of this error?
Author
symmetric2



Joined: 10 Sep 2007
Posts: 2

PostPosted: Thu 07 May '09 22:57    Post subject: How can I get rid of this error? Reply with quote

Is there a simple change I can make in the configuration file to get rid of the following error?:

httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.0.10 for ServerName .
Back to top
glsmith
Moderator


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

PostPosted: Fri 08 May '09 0:15    Post subject: Reply with quote

put something in the ServerName and uncomment the line.
The something can be an IP or an Domain Name .. but they have to resolve back to the server.

ServerName 192.168.0.10

would work, and that is what is happening .. the server is binding to that address.
Back to top


Reply to topic   Topic: How can I get rid of this error? View previous topic :: View next topic
Post new topic   Forum Index -> Apache