Changeset 57284 in webkit


Ignore:
Timestamp:
Apr 8, 2010 9:35:34 AM (14 years ago)
Author:
ojan@chromium.org
Message:

2010-04-08 Ojan Vafai <ojan@chromium.org>

Reviewed by Adam Barth.

Fix http.conf for GTK-Debug and Chromium-Linux bots
https://bugs.webkit.org/show_bug.cgi?id=37279

  • http/conf/apache2-debian-httpd.conf:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r57280 r57284  
     12010-04-08  Ojan Vafai  <ojan@chromium.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Fix http.conf for GTK-Debug and Chromium-Linux bots
     6        https://bugs.webkit.org/show_bug.cgi?id=37279
     7
     8        * http/conf/apache2-debian-httpd.conf:
     9
    1102010-04-08  Pavel Feldman  <pfeldman@chromium.org>
    211
  • trunk/LayoutTests/http/conf/apache2-debian-httpd.conf

    r57249 r57284  
    167167# requests to 8000 from random users on network.
    168168# See https://bugs.webkit.org/show_bug.cgi?id=37104
    169 Listen [::1]:8000
    170 Listen [::1]:8080
    171 Listen [::1]:8443
     169# FIXME: This breaks the GTK-Debug and Chromium-Linux bots.
     170# Starting up apache fails on this line with a syntax error.
     171# Need a way to detect if the machine supports ipv6 and then
     172# only do this binding in that case.
     173#Listen [::1]:8000
     174#Listen [::1]:8080
     175#Listen [::1]:8443
    172176
    173177#
Note: See TracChangeset for help on using the changeset viewer.