Title: [176277] trunk/Websites/perf.webkit.org
- Revision
- 176277
- Author
- [email protected]
- Date
- 2014-11-18 12:12:53 -0800 (Tue, 18 Nov 2014)
Log Message
Unreviewed. Updated the install instruction.
* Install.md:
Modified Paths
Diff
Modified: trunk/Websites/perf.webkit.org/ChangeLog (176276 => 176277)
--- trunk/Websites/perf.webkit.org/ChangeLog 2014-11-18 20:04:38 UTC (rev 176276)
+++ trunk/Websites/perf.webkit.org/ChangeLog 2014-11-18 20:12:53 UTC (rev 176277)
@@ -1,3 +1,9 @@
+2014-11-18 Ryosuke Niwa <[email protected]>
+
+ Unreviewed. Updated the install instruction.
+
+ * Install.md:
+
2014-11-17 Ryosuke Niwa <[email protected]>
App.Manifest shouldn't use App.__container__.lookup
Modified: trunk/Websites/perf.webkit.org/Install.md (176276 => 176277)
--- trunk/Websites/perf.webkit.org/Install.md 2014-11-18 20:04:38 UTC (rev 176276)
+++ trunk/Websites/perf.webkit.org/Install.md 2014-11-18 20:12:53 UTC (rev 176277)
@@ -32,11 +32,10 @@
1. Change DocumentRoot to `/Volumes/Data/perf.webkit.org/public/`
2. Uncomment `"LoadModule php5_module libexec/apache2/libphp5.so"`
- 3. Modify the directives for the document root and / to allow overriding `"All"`
- 4. Delete directives on CGI-Executables
+ 3. Disable directives for CGI-Executables
- In Mavericks and later, copy php.ini to load pdo_pgsql.so pgsql.so.
- `sudo cp /Applications/Server.app/Contents/ServerRoot/php.ini /etc/`
+ `sudo cp /Applications/Server.app/Contents/ServerRoot/etc/php.ini /etc/`
## Common directives for the related apache config file
@@ -53,7 +52,7 @@
AddOutputFilterByType DEFLATE text/html text/xml text/plain application/json application/xml application/xhtml+xml
</IfModule>
- 3. Add the following directives to enable zlib compression and MultiViews on perf.webkit.org/public:
+ 3. Add the following directives to enable zlib compression and MultiViews on DocumentRoot (perf.webkit.org/public):
Options Indexes MultiViews
php_flag zlib.output_compression on
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes