diff options
author | Stefan Fritsch <sf@debian.org> | 2008-06-30 18:54:04 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-01-02 10:36:56 +0100 |
commit | 46dc5bc9229ee4561ebf9b28de2053178a13b368 (patch) | |
tree | 89a3f2d86c8433ed57475f9a5220d4a66585a3c9 | |
parent | 2fb604fcadfb16eafa9c5c972f07b01ee09639e0 (diff) | |
download | apache2-46dc5bc9229ee4561ebf9b28de2053178a13b368.tar.gz |
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
-rw-r--r-- | debian/README.Debian | 13 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 15 insertions, 0 deletions
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. |