aboutsummaryrefslogtreecommitdiff
path: root/t/lib-httpd
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2008-07-07 22:22:15 +0200
committerJunio C Hamano <gitster@pobox.com>2008-07-08 22:50:48 -0700
commit603fb1168218a813f1b0816b1208c5d0c92cf29d (patch)
treec8f75f04dd869280039f97d1c6d481b8e9e7fe74 /t/lib-httpd
parent960862628256ca3272939db7973b030c2b6ba548 (diff)
downloadgit-603fb1168218a813f1b0816b1208c5d0c92cf29d.tar.gz
git-603fb1168218a813f1b0816b1208c5d0c92cf29d.tar.xz
Avoid apache complaining about lack of server's FQDN
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>
Diffstat (limited to 't/lib-httpd')
-rw-r--r--t/lib-httpd/apache.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib-httpd/apache.conf b/t/lib-httpd/apache.conf
index a4473462d..4717c2d33 100644
--- a/t/lib-httpd/apache.conf
+++ b/t/lib-httpd/apache.conf
@@ -1,3 +1,4 @@
+ServerName dummy
PidFile httpd.pid
DocumentRoot www
ErrorLog error.log