Merge lp:~rvb/maas/packaging.fix-longpoll into lp:~maas-maintainers/maas/packaging

Proposed by Raphaël Badin
Status: Merged
Approved by: Andres Rodriguez
Approved revision: no longer in the source branch.
Merged at revision: 127
Proposed branch: lp:~rvb/maas/packaging.fix-longpoll
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 23 lines (+3/-1)
2 files modified
debian/changelog (+2/-1)
debian/maas-region-controller.postinst (+1/-0)
To merge this branch: bzr merge lp:~rvb/maas/packaging.fix-longpoll
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Launchpad code reviewers Pending
Review via email: mp+128904@code.launchpad.net

Commit message

Enable the proxy_http module that is required by longpoll.

Description of the change

Enable the proxy_http module that is required by longpoll.

That module is shipped with apache:
$ dpkg -S /etc/apache2/mods-available/proxy_http.load
apache2.2-common: /etc/apache2/mods-available/proxy_http.load

I've tested that this fixes bug 1064960.

To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) 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 2012-10-10 15:18:38 +0000
3+++ debian/changelog 2012-10-10 15:33:21 +0000
4@@ -1,6 +1,7 @@
5 maas (0.1+bzr1243+dfsg-0ubuntu4) UNRELEASED; urgency=low
6
7- * UNRELEASED
8+ [ Raphaël Badin ]
9+ * debian/maas-region-controller.postinst: Enable proxy_http module.
10
11 -- Andres Rodriguez <andreserl@ubuntu.com> Wed, 10 Oct 2012 11:17:21 -0400
12
13
14=== modified file 'debian/maas-region-controller.postinst'
15--- debian/maas-region-controller.postinst 2012-10-05 04:26:58 +0000
16+++ debian/maas-region-controller.postinst 2012-10-10 15:33:21 +0000
17@@ -177,6 +177,7 @@
18 fi
19
20 # enable apache modules needed
21+ a2enmod proxy_http
22 a2enmod expires
23 a2enmod wsgi
24

Subscribers

People subscribed via source and target branches