Title: [239462] trunk/LayoutTests
- Revision
- 239462
- Author
- [email protected]
- Date
- 2018-12-20 13:13:05 -0800 (Thu, 20 Dec 2018)
Log Message
[Mac] Update apache httpd.conf
https://bugs.webkit.org/show_bug.cgi?id=192942
Reviewed by Alexey Proskuryakov.
* http/conf/apache2.4-php7-httpd.conf:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (239461 => 239462)
--- trunk/LayoutTests/ChangeLog 2018-12-20 20:23:18 UTC (rev 239461)
+++ trunk/LayoutTests/ChangeLog 2018-12-20 21:13:05 UTC (rev 239462)
@@ -1,5 +1,14 @@
2018-12-20 Ryan Haddad <[email protected]>
+ [Mac] Update apache httpd.conf
+ https://bugs.webkit.org/show_bug.cgi?id=192942
+
+ Reviewed by Alexey Proskuryakov.
+
+ * http/conf/apache2.4-php7-httpd.conf:
+
+2018-12-20 Ryan Haddad <[email protected]>
+
[iOS] Layout Test imported/w3c/web-platform-tests/service-workers/service-worker/update-registration-with-type.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=192938
Modified: trunk/LayoutTests/http/conf/apache2.4-php7-httpd.conf (239461 => 239462)
--- trunk/LayoutTests/http/conf/apache2.4-php7-httpd.conf 2018-12-20 20:23:18 UTC (rev 239461)
+++ trunk/LayoutTests/http/conf/apache2.4-php7-httpd.conf 2018-12-20 21:13:05 UTC (rev 239462)
@@ -35,6 +35,10 @@
LoadModule rewrite_module libexec/apache2/mod_rewrite.so
LoadModule php7_module libexec/apache2/libphp7.so
+<IfModule !mpm_prefork_module>
+ LoadModule mpm_prefork_module libexec/apache2/mod_mpm_prefork.so
+</IfModule>
+
ServerName 127.0.0.1
<Directory />
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes