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>
This commit is contained in:
parent
9608626282
commit
603fb11682
@ -1,3 +1,4 @@
|
||||
ServerName dummy
|
||||
PidFile httpd.pid
|
||||
DocumentRoot www
|
||||
ErrorLog error.log
|
||||
|
Loading…
Reference in New Issue
Block a user