summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9608626)
raw | patch | inline | side by side (parent: 9608626)
author | Mike Hommey <mh@glandium.org> | |
Mon, 7 Jul 2008 20:22:15 +0000 (22:22 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 9 Jul 2008 05:50:48 +0000 (22:50 -0700) |
On some setups, apache will say:
apache2: Could not reliably determine the server's fully qualified
domain name, using $(IP_address) for ServerName
Avoid this message polluting tests output by setting a ServerName in
apache configuration.
Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
apache2: Could not reliably determine the server's fully qualified
domain name, using $(IP_address) for ServerName
Avoid this message polluting tests output by setting a ServerName in
apache configuration.
Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-httpd/apache.conf | patch | blob | history |
index a4473462d10602a7cc57ee792d8e130a8207c38c..4717c2d33b70af6527f8951ec8a414e8caf87095 100644 (file)
--- a/t/lib-httpd/apache.conf
+++ b/t/lib-httpd/apache.conf
+ServerName dummy
PidFile httpd.pid
DocumentRoot www
ErrorLog error.log