Merge lp:~allenap/maas/packaging.trailing-slash-optional into lp:~maas-maintainers/maas/packaging

Proposed by Gavin Panella
Status: Merged
Approved by: Gavin Panella
Approved revision: 343
Merged at revision: 343
Proposed branch: lp:~allenap/maas/packaging.trailing-slash-optional
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 43 lines (+4/-0)
3 files modified
debian/changelog (+2/-0)
debian/maas-region-controller-min.postinst (+1/-0)
debian/maas-region-controller.postinst (+1/-0)
To merge this branch: bzr merge lp:~allenap/maas/packaging.trailing-slash-optional
Reviewer Review Type Date Requested Status
Raphaël Badin (community) Approve
Review via email: mp+246828@code.launchpad.net

Commit message

Enable mod_rewrite in Apache.

To post a comment you must log in.
Revision history for this message
Raphaël Badin (rvb) wrote :

Looks good!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-01-15 20:35:09 +0000
3+++ debian/changelog 2015-01-17 18:47:23 +0000
4@@ -35,6 +35,7 @@
5 - Change maas-django.log to regiond.log.
6 * debian/maas-region-controller.postinst
7 - Restart maas-regiond after installation.
8+ - a2enmod rewrite module (LP: #1236544)
9 * debian/maas-region-controller.postinst
10 - Restart maas-regiond after installation.
11 * debian/control
12@@ -43,6 +44,7 @@
13 - mod_wsgi is no longer used.
14 * debian/maas-region-controller-min.logrotate
15 - No longer used; maas-regiond uses rotatelogs.
16+ - a2enmod rewrite module (LP: #1236544)
17 * debian/patches/01-fix-database-settings.patch
18 - Move STATIC_ROOT setting upstream.
19 - Simplify database configuration hunk.
20
21=== modified file 'debian/maas-region-controller-min.postinst'
22--- debian/maas-region-controller-min.postinst 2015-01-13 18:02:45 +0000
23+++ debian/maas-region-controller-min.postinst 2015-01-17 18:47:23 +0000
24@@ -27,6 +27,7 @@
25 # enable apache modules needed
26 a2enmod proxy_http
27 a2enmod expires
28+ a2enmod rewrite
29 }
30
31 configure_maas_default_url() {
32
33=== modified file 'debian/maas-region-controller.postinst'
34--- debian/maas-region-controller.postinst 2014-11-06 00:00:39 +0000
35+++ debian/maas-region-controller.postinst 2015-01-17 18:47:23 +0000
36@@ -41,6 +41,7 @@
37 # enable apache modules needed
38 a2enmod proxy_http
39 a2enmod expires
40+ a2enmod rewrite
41 }
42
43 configure_maas_database() {

Subscribers

People subscribed via source and target branches