diff options
Diffstat (limited to 'WebKitTools/Scripts/run-webkit-httpd')
-rwxr-xr-x | WebKitTools/Scripts/run-webkit-httpd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebKitTools/Scripts/run-webkit-httpd b/WebKitTools/Scripts/run-webkit-httpd index 018f64c..9ea2551 100755 --- a/WebKitTools/Scripts/run-webkit-httpd +++ b/WebKitTools/Scripts/run-webkit-httpd @@ -42,6 +42,10 @@ use lib $FindBin::Bin; use webkitperl::httpd; use webkitdirs; +# FIXME: Dynamic HTTP-port configuration in this file is wrong. The various +# apache config files in LayoutTests/http/config govern the port numbers. +# Dynamic configuration as-written will also cause random failures in +# an IPv6 environment. See https://bugs.webkit.org/show_bug.cgi?id=37104. # Argument handling my $httpdPort = 8000; my $allInterfaces = 0; |