From 126b1347e4d6b01cee1f0876c8cde6a192ecbc02 Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Wed, 26 Aug 2009 18:10:23 +0000 Subject: Provide a server name for the apache2. The buildbot machine isn't able to resolve its hostname, so just put in a placeholder value. TBR=nirnimesh Review URL: http://codereview.chromium.org/174536 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24473 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/python/google/httpd_config/httpd2_linux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/python/google') diff --git a/tools/python/google/httpd_config/httpd2_linux.conf b/tools/python/google/httpd_config/httpd2_linux.conf index 53d2bb8..b8e1acb 100644 --- a/tools/python/google/httpd_config/httpd2_linux.conf +++ b/tools/python/google/httpd_config/httpd2_linux.conf @@ -1,5 +1,5 @@ Listen 127.0.0.1:8000 - +ServerName 127.0.0.1 # # Timeout: The number of seconds before receives and sends time out. -- cgit v1.1