Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Unified Diff: tools/python/google/httpd_config/httpd2_linux.conf

Issue 174536: Provide a server name for the apache2. The buildbot machine isn't (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/python/google/httpd_config/httpd2_linux.conf
diff --git a/tools/python/google/httpd_config/httpd2_linux.conf b/tools/python/google/httpd_config/httpd2_linux.conf
index 53d2bb8b9955a1924f26c4355aaba83dc2fc60d1..b8e1acba7aab852f4abfad4717b62f41f415a12d 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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698