Title: [204076] trunk/LayoutTests
- Revision
- 204076
- Author
- [email protected]
- Date
- 2016-08-03 00:06:28 -0700 (Wed, 03 Aug 2016)
Log Message
Activate directory index generation for Apache test server
https://bugs.webkit.org/show_bug.cgi?id=160451
Patch by Youenn Fablet <[email protected]> on 2016-08-03
Reviewed by Alexey Proskuryakov.
* http/conf/apache2.4-httpd.conf:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (204075 => 204076)
--- trunk/LayoutTests/ChangeLog 2016-08-03 07:00:38 UTC (rev 204075)
+++ trunk/LayoutTests/ChangeLog 2016-08-03 07:06:28 UTC (rev 204076)
@@ -1,3 +1,12 @@
+2016-08-03 Youenn Fablet <[email protected]>
+
+ Activate directory index generation for Apache test server
+ https://bugs.webkit.org/show_bug.cgi?id=160451
+
+ Reviewed by Alexey Proskuryakov.
+
+ * http/conf/apache2.4-httpd.conf:
+
2016-08-02 Myles C. Maxfield <[email protected]>
Update breaking rules to match ICU 57
Modified: trunk/LayoutTests/http/conf/apache2.4-httpd.conf (204075 => 204076)
--- trunk/LayoutTests/http/conf/apache2.4-httpd.conf 2016-08-03 07:00:38 UTC (rev 204075)
+++ trunk/LayoutTests/http/conf/apache2.4-httpd.conf 2016-08-03 07:06:28 UTC (rev 204076)
@@ -15,7 +15,8 @@
MaxRequestWorkers 150
MaxConnectionsPerChild 100000
-LoadModule unixd_module libexec/apache2/mod_unixd.so
+LoadModule autoindex_module libexec/apache2/mod_autoindex.so
+LoadModule unixd_module libexec/apache2/mod_unixd.so
LoadModule access_compat_module libexec/apache2/mod_access_compat.so
LoadModule authn_core_module libexec/apache2/mod_authn_core.so
LoadModule authz_core_module libexec/apache2/mod_authz_core.so
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes