Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/190126

Change subject: load mod_rewrite on static Bugzilla
......................................................................

load mod_rewrite on static Bugzilla

We want to rewrite old show_bug.cgi?id=12345 URLs to bug12345.html
for static.bugzilla. Need mod_rewrite for that on Apache.

Bug:T85140
Change-Id: Ica608e59e642f9767b7fc83980f91dca579b42a4
---
M modules/bugzilla/manifests/apache.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/26/190126/1

diff --git a/modules/bugzilla/manifests/apache.pp 
b/modules/bugzilla/manifests/apache.pp
index a36876f..489d43b 100644
--- a/modules/bugzilla/manifests/apache.pp
+++ b/modules/bugzilla/manifests/apache.pp
@@ -6,6 +6,7 @@
     include ::apache::mod::headers
     include ::apache::mod::expires
     include ::apache::mod::env
+    include ::apache::mod::rewrite
 
     # separate cert and ServerName for attachments for security
     install_certificate{ 'bugzilla.wikimedia.org': }

-- 
To view, visit https://gerrit.wikimedia.org/r/190126
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ica608e59e642f9767b7fc83980f91dca579b42a4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to