Forum Moderators: phranque
The [ServerName [httpd.apache.org] directive sets the hostname and port that the server uses to identify itself.
According to the Apache Documentation:
If no ServerName is specified, then the server attempts to deduce the hostname by performing a reverse lookup on the IP address. If no port is specified in the ServerName, then the server will use the port from the incoming request. For optimal reliability and predictability, you should specify an explicit hostname and port using the ServerName directive.
What if you're using a dial-up connection and you don't have a permanent IP address. Should you be entering a Server Name then and what should it be?
Robin
For internal access only, like a test server for yourself, you can run it right on your own machine and use 127.0.0.1