Title: [164499] trunk/Tools
Revision
164499
Author
joep...@webkit.org
Date
2014-02-21 14:26:37 -0800 (Fri, 21 Feb 2014)

Log Message

run-webkit-httpd fails to find httpd configuation file.

Reviewed by Ryosuke Niwa.

* Scripts/webkitperl/httpd.pm:
(getHTTPDConfigPathForTestDirectory):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (164498 => 164499)


--- trunk/Tools/ChangeLog	2014-02-21 22:04:06 UTC (rev 164498)
+++ trunk/Tools/ChangeLog	2014-02-21 22:26:37 UTC (rev 164499)
@@ -1,3 +1,12 @@
+2014-02-21  Joseph Pecoraro  <pecor...@apple.com>
+
+        run-webkit-httpd fails to find httpd configuation file.
+
+        Reviewed by Ryosuke Niwa.
+
+        * Scripts/webkitperl/httpd.pm:
+        (getHTTPDConfigPathForTestDirectory):
+
 2014-02-21  Eric Carlson  <eric.carl...@apple.com>
 
         Fix TimeRanges layering violations

Modified: trunk/Tools/Scripts/webkitperl/httpd.pm (164498 => 164499)


--- trunk/Tools/Scripts/webkitperl/httpd.pm	2014-02-21 22:04:06 UTC (rev 164498)
+++ trunk/Tools/Scripts/webkitperl/httpd.pm	2014-02-21 22:26:37 UTC (rev 164499)
@@ -161,7 +161,7 @@
         $httpdConfig = "fedora-httpd-$apacheVersion.conf";
     } else {
         # All other ports use apache2, so just use our default apache2 config.
-        $httpdConfig = "apache2-httpd.conf";
+        $httpdConfig = "apache$apacheVersion-httpd.conf";
     }
     return "$httpdConfDirectory/$httpdConfig";
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to