https://bugzilla.wikimedia.org/show_bug.cgi?id=54173
Ori Livneh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected]. |[email protected] |org | Summary|Devise Nginx+HHVM config |Devise Apache config for |for app servers |HHVM on Labs --- Comment #4 from Ori Livneh <[email protected]> --- With FastCGI support built in to HHVM, we won't need to migrate to Nginx. I'm therefore changing the scope of this bug to Apache configurations. What we currently need is an Apache configuration for Labs that invokes the HHVM interpreter rather than PHP if a special cookie is present on the client request. Niklas has done something similar on <http://dev.translatewiki.net/>, using Nginx. On Apache, we could probably use mod_setenvif. Choosing an interpreter based on an environment variable is how Apache is currently configured to work on MediaWiki-Vagrant. See <https://github.com/wikimedia/mediawiki-vagrant/blob/master/puppet/modules/mediawiki/templates/mediawiki-apache-site.erb#L36>. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
