Tools:
* Scripts/webkitpy/port/base.py:
(Port._apache_config_file_name_for_platform):
LayoutTests:
* http/conf/apache2-httpd.conf: Removed.
* http/conf/apache2.2-httpd.conf: Copied from LayoutTests/http/conf/apache2-httpd.conf.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@164149
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-02-14 Ryosuke Niwa <rniwa@webkit.org>
+
+ Build fix after r164148.
+
+ * http/conf/apache2-httpd.conf: Removed.
+ * http/conf/apache2.2-httpd.conf: Copied from LayoutTests/http/conf/apache2-httpd.conf.
+
2014-02-14 Ryosuke Niwa <rniwa@webkit.org>
run-webkit-tests doesn't work with Apache 2.4
+2014-02-14 Ryosuke Niwa <rniwa@webkit.org>
+
+ Build fix after r164148.
+
+ * Scripts/webkitpy/port/base.py:
+ (Port._apache_config_file_name_for_platform):
+
2014-02-14 Ryosuke Niwa <rniwa@webkit.org>
run-webkit-tests doesn't work with Apache 2.4
if self._is_arch_based():
return 'archlinux-httpd.conf'
# All platforms use apache2 except for CYGWIN (and Mac OS X Tiger and prior, which we no longer support).
- return 'httpd-' + self._apache_version() + '.conf'
+ return 'apache' + self._apache_version() + '-httpd.conf'
def _path_to_apache_config_file(self):
"""Returns the full path to the apache configuration file.