git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Avoid apache complaining about lack of server's FQDN
@ 2008-07-07 20:22 Mike Hommey
  2008-07-07 20:48 ` Mike Hommey
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Hommey @ 2008-07-07 20:22 UTC (permalink / raw)
  To: git, gitster

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.
---
 t/lib-httpd/apache.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/t/lib-httpd/apache.conf b/t/lib-httpd/apache.conf
index a447346..4717c2d 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
-- 
1.5.6.GIT

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Avoid apache complaining about lack of server's FQDN
  2008-07-07 20:22 [PATCH] Avoid apache complaining about lack of server's FQDN Mike Hommey
@ 2008-07-07 20:48 ` Mike Hommey
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Hommey @ 2008-07-07 20:48 UTC (permalink / raw)
  To: git, gitster

On Mon, Jul 07, 2008 at 10:22:15PM +0200, Mike Hommey wrote:
> 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>

for the 3 patches I sent today, obviously...

Mike

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-07 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-07 20:22 [PATCH] Avoid apache complaining about lack of server's FQDN Mike Hommey
2008-07-07 20:48 ` Mike Hommey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).