diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 18:10:23 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 18:10:23 +0000 |
commit | 126b1347e4d6b01cee1f0876c8cde6a192ecbc02 (patch) | |
tree | be2833915f8a84163bc96c1034e697cd54700267 /tools/python/google | |
parent | 8383c5cfa4a2e988f8ae0ba10b795e0a64757a84 (diff) | |
download | chromium_src-126b1347e4d6b01cee1f0876c8cde6a192ecbc02.zip chromium_src-126b1347e4d6b01cee1f0876c8cde6a192ecbc02.tar.gz chromium_src-126b1347e4d6b01cee1f0876c8cde6a192ecbc02.tar.bz2 |
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
Diffstat (limited to 'tools/python/google')
-rw-r--r-- | tools/python/google/httpd_config/httpd2_linux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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. |