X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Websites%2Fperf.webkit.org%2FInstall.md;h=58e5be778f7c5ae0555d2788db8d7d49e556dae8;hp=51f27899410a69a313609f487dca47f1cc06ced4;hb=f1fdb36a71526924c8ab361fb3f4889dea60d9eb;hpb=ced6acd9f6bfcbbee2d28822163a3e95f27f82ec;ds=sidebyside diff --git a/Websites/perf.webkit.org/Install.md b/Websites/perf.webkit.org/Install.md index 51f27899410a..58e5be778f7c 100644 --- a/Websites/perf.webkit.org/Install.md +++ b/Websites/perf.webkit.org/Install.md @@ -32,11 +32,10 @@ You can use apachectl to start/stop/restart apache server from the command line: 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 @@ You can use apachectl to start/stop/restart apache server from the command line: AddOutputFilterByType DEFLATE text/html text/xml text/plain application/json application/xml application/xhtml+xml - 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