Reedy has uploaded a new change for review.
https://gerrit.wikimedia.org/r/147480
Change subject: Apache config for sourceswiki using mod_proxy_fcgi
......................................................................
Apache config for sourceswiki using mod_proxy_fcgi
Change-Id: I749cde92bdf461e0ff3336efae433998b93c4e8f
---
M modules/mediawiki/files/apache/sites/remnant.conf
1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/80/147480/1
diff --git a/modules/mediawiki/files/apache/sites/remnant.conf
b/modules/mediawiki/files/apache/sites/remnant.conf
index ee179ab..e79f001 100644
--- a/modules/mediawiki/files/apache/sites/remnant.conf
+++ b/modules/mediawiki/files/apache/sites/remnant.conf
@@ -54,6 +54,16 @@
AllowEncodedSlashes On
RewriteEngine On
+
+ <IfDefine HHVM>
+ ProxyPass /wiki
fcgi://127.0.0.1:9000/usr/local/apache/common/docroot/sources/w/index.php
+ ProxyPass /w/extensions !
+ ProxyPassMatch ^/w/(.*\.(php|hh))$
fcgi://127.0.0.1:9000/usr/local/apache/common/docroot/sources/w/$1
+ RewriteRule ^/$
fcgi://127.0.0.1:9000/usr/local/apache/common/docroot/sources/w/index.php [P]
+ RewriteRule ^/robots\.txt$
fcgi://127.0.0.1:9000/usr/local/apache/common/docroot/sources/w/robots.php [P]
+ RewriteRule ^/favicon\.ico$
fcgi://127.0.0.1:9000/usr/local/apache/common/docroot/sources/w/favicon.php [P]
+ </IfDefine>
+
RewriteRule . - [E=RW_PROTO:%{HTTP:X-Forwarded-Proto}]
RewriteCond %{ENV:RW_PROTO} !=https
RewriteRule . - [E=RW_PROTO:http]
--
To view, visit https://gerrit.wikimedia.org/r/147480
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I749cde92bdf461e0ff3336efae433998b93c4e8f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Reedy <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits