WebKit Bugzilla
Attachment 357840 Details for
Bug 192942
: [Mac] Update apache httpd.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192942-20181220113906.patch (text/plain), 1.32 KB, created by
Ryan Haddad
on 2018-12-20 11:39:06 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Ryan Haddad
Created:
2018-12-20 11:39:06 PST
Size:
1.32 KB
patch
obsolete
>Subversion Revision: 239455 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index 42a1dd952c8363878b25143a0266e7a2097bbb80..18a9c4a87862efec069b1fd6da26e3d9a5976440 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,12 @@ >+2018-12-20 Ryan Haddad <ryanhaddad@apple.com> >+ >+ [Mac] Update apache httpd.conf >+ https://bugs.webkit.org/show_bug.cgi?id=192942 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * http/conf/apache2.4-php7-httpd.conf: >+ > 2018-12-20 Ryan Haddad <ryanhaddad@apple.com> > > [iOS] Layout Test imported/w3c/web-platform-tests/service-workers/service-worker/update-registration-with-type.https.html is a flaky failure >diff --git a/LayoutTests/http/conf/apache2.4-php7-httpd.conf b/LayoutTests/http/conf/apache2.4-php7-httpd.conf >index f03d0093b66db86541a517be5b7353b87fa524f3..0d61b50ef24990b5c744c93a2017166769a90aba 100644 >--- a/LayoutTests/http/conf/apache2.4-php7-httpd.conf >+++ b/LayoutTests/http/conf/apache2.4-php7-httpd.conf >@@ -35,6 +35,10 @@ LoadModule alias_module libexec/apache2/mod_alias.so > 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 />
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192942
: 357840