]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Ensure that we always return a FQDN... This is not guaranteed by either
authorJim Jagielski <jim@apache.org>
Thu, 21 Apr 2005 17:30:21 +0000 (17:30 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 21 Apr 2005 17:30:21 +0000 (17:30 +0000)
commit9ba8a004c9ee6eeb38a03c0607a32fb3480d9188
tree21ef53390040b847804ed4e99bb424a099d41a1d
parent038b44739bf8a32eb74c67d591a9e393ff73d420
Ensure that we always return a FQDN... This is not guaranteed by either
apr_sockaddr_info_get() or apr_getnameinfo(). Also note that under
OS X, apr_getnameinfo() always seems to fail (at least on my
machines) so if we don't specific ServerName at the global setting,
we get a warning.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164092 13f79535-47bb-0310-9956-ffa450edef68
server/util.c