Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/189688
Change subject: Revert "mediawiki: send .phtml files to HHVM as well" ...................................................................... Revert "mediawiki: send .phtml files to HHVM as well" Alas, for some (obscure) reason, HHVM is extremely slow in processing /w/wiki.phtml requests, and it also gives wrong responses, so I am reverting this change and implement it as a RewriteRule instead. CFR https://phabricator.wikimedia.org/P276 This reverts commit ca057afc663a5dc2ceed32c1a89467cd006472c8. Change-Id: Ia0e101574441a8826ad04f4b867e97cb9c3055f3 --- M modules/mediawiki/files/apache/configs/hhvm_catchall.conf 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/88/189688/1 diff --git a/modules/mediawiki/files/apache/configs/hhvm_catchall.conf b/modules/mediawiki/files/apache/configs/hhvm_catchall.conf index 2a84765..32bc3bf 100644 --- a/modules/mediawiki/files/apache/configs/hhvm_catchall.conf +++ b/modules/mediawiki/files/apache/configs/hhvm_catchall.conf @@ -1,7 +1,7 @@ # This file is managed by puppet # Execute all PHP (and Hack) files via HHVM. <IfDefine HHVM> - <FilesMatch "\.(php|hh|phtml)$"> + <FilesMatch "\.(php|hh)$"> RewriteRule ^(.*)$ fcgi://127.0.0.1:9000$1 [P] </FilesMatch> </IfDefine> -- To view, visit https://gerrit.wikimedia.org/r/189688 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia0e101574441a8826ad04f4b867e97cb9c3055f3 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
