]> git.ipfire.org Git - thirdparty/git.git/commit
Avoid apache complaining about lack of server's FQDN
authorMike Hommey <mh@glandium.org>
Mon, 7 Jul 2008 20:22:15 +0000 (22:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Jul 2008 05:50:48 +0000 (22:50 -0700)
commit603fb1168218a813f1b0816b1208c5d0c92cf29d
treec8f75f04dd869280039f97d1c6d481b8e9e7fe74
parent960862628256ca3272939db7973b030c2b6ba548
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>
t/lib-httpd/apache.conf