Title: [158000] trunk/Websites/test-results
Revision
158000
Author
[email protected]
Date
2013-10-25 04:19:47 -0700 (Fri, 25 Oct 2013)

Log Message

Another build fix. Move .htaccess to public.

* .htaccess: Removed.
* public/.htaccess: Copied from .htaccess.

Modified Paths

Added Paths

Removed Paths

Diff

Deleted: trunk/Websites/test-results/.htaccess (157999 => 158000)


--- trunk/Websites/test-results/.htaccess	2013-10-25 10:31:56 UTC (rev 157999)
+++ trunk/Websites/test-results/.htaccess	2013-10-25 11:19:47 UTC (rev 158000)
@@ -1,8 +0,0 @@
-php_value post_max_size 20M
-
-<IfModule mod_php5.c>
-php_value upload_max_filesize 100000000
-php_value post_max_size 110000000
-php_value memory_limit 120000000
-php_value max_input_time 60
-</IfModule>

Modified: trunk/Websites/test-results/ChangeLog (157999 => 158000)


--- trunk/Websites/test-results/ChangeLog	2013-10-25 10:31:56 UTC (rev 157999)
+++ trunk/Websites/test-results/ChangeLog	2013-10-25 11:19:47 UTC (rev 158000)
@@ -1,5 +1,12 @@
 2013-10-25  Ryosuke Niwa  <[email protected]>
 
+        Another build fix. Move .htaccess to public.
+
+        * .htaccess: Removed.
+        * public/.htaccess: Copied from .htaccess.
+
+2013-10-25  Ryosuke Niwa  <[email protected]>
+
         It turns out that the current instruction only works on Mountain Lion.
 
         Also fixed some typos.

Copied: trunk/Websites/test-results/public/.htaccess (from rev 157993, trunk/Websites/test-results/.htaccess) (0 => 158000)


--- trunk/Websites/test-results/public/.htaccess	                        (rev 0)
+++ trunk/Websites/test-results/public/.htaccess	2013-10-25 11:19:47 UTC (rev 158000)
@@ -0,0 +1,8 @@
+php_value post_max_size 20M
+
+<IfModule mod_php5.c>
+php_value upload_max_filesize 100000000
+php_value post_max_size 110000000
+php_value memory_limit 120000000
+php_value max_input_time 60
+</IfModule>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to