From 46dc5bc9229ee4561ebf9b28de2053178a13b368 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Mon, 30 Jun 2008 18:54:04 +0000 Subject: Add hint about the "..., using 127.0.0.1 for ServerName" warning to README.Debian. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@746 01b336ce-410b-0410-9a02-a0e7f243c266 --- debian/README.Debian | 13 +++++++++++++ debian/changelog | 2 ++ 2 files changed, 15 insertions(+) diff --git a/debian/README.Debian b/debian/README.Debian index 766fb234..b57151ac 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -16,6 +16,8 @@ Contents Documentation + Common Problems + Apache2 Configuration under Debian GNU/Linux ============================================ @@ -230,3 +232,14 @@ http://localhost/manual/ There is also a wiki that contains useful information: http://wiki.apache.org/httpd/ + + +Common Problems +=============== + +1) Error message "Could not determine the server's fully qualified domain name, +using 127.0.0.1 for ServerName" during start + +This can usually be ignored but it means that Apache httpd was unable to obtain +a fully-qualified hostname by doing a reverse lookup on your server's IP +address. You may want to add the fully-qualified hostname to /etc/hosts . diff --git a/debian/changelog b/debian/changelog index 10bea69d..70ec9b31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ apache2 (2.2.9-3) UNRELEASED; urgency=low * Make the init script complain about a missing $APACHE_PID_FILE during "start", too, and not only during "stop" or "restart". This makes it more obvious that /etc/apache2/envvars has to be updated. (Closes: #473982) + * Add hint about the "..., using 127.0.0.1 for ServerName" warning to + README.Debian. * Always pass -g to gcc instead of relying on dpkg-buildpackage to set CFLAGS. We always want the debug info for the apache2-dbg package. -- cgit v1.2.3