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

Side by Side 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, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Listen 127.0.0.1:8000 1 Listen 127.0.0.1:8000
2 2 ServerName 127.0.0.1
3 3
4 # 4 #
5 # Timeout: The number of seconds before receives and sends time out. 5 # Timeout: The number of seconds before receives and sends time out.
6 # 6 #
7 Timeout 300 7 Timeout 300
8 8
9 # 9 #
10 # KeepAlive: Whether or not to allow persistent connections (more than 10 # KeepAlive: Whether or not to allow persistent connections (more than
11 # one request per connection). Set to "Off" to deactivate. 11 # one request per connection). Set to "Off" to deactivate.
12 # 12 #
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 130
131 # 131 #
132 # Optionally add a line containing the server version and virtual host 132 # Optionally add a line containing the server version and virtual host
133 # name to server-generated pages (internal error documents, FTP directory 133 # name to server-generated pages (internal error documents, FTP directory
134 # listings, mod_status and mod_info output etc., but not CGI generated 134 # listings, mod_status and mod_info output etc., but not CGI generated
135 # documents or custom error documents). 135 # documents or custom error documents).
136 # Set to "EMail" to also include a mailto: link to the ServerAdmin. 136 # Set to "EMail" to also include a mailto: link to the ServerAdmin.
137 # Set to one of: On | Off | EMail 137 # Set to one of: On | Off | EMail
138 # 138 #
139 ServerSignature On 139 ServerSignature On
OLDNEW
« 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