Merge lp:~rvb/maas/packaging-ws-tunnel into lp:~maas-maintainers/maas/packaging

Proposed by Raphaël Badin
Status: Merged
Approved by: Raphaël Badin
Approved revision: no longer in the source branch.
Merged at revision: 408
Proposed branch: lp:~rvb/maas/packaging-ws-tunnel
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 25 lines (+4/-0)
2 files modified
debian/changelog (+3/-0)
debian/maas-region-controller-min.postinst (+1/-0)
To merge this branch: bzr merge lp:~rvb/maas/packaging-ws-tunnel
Reviewer Review Type Date Requested Status
Blake Rouse (community) Approve
Review via email: mp+263097@code.launchpad.net

Commit message

Load proxy_wstunnel in order to be able to proxy the websocket connections through apache.

Description of the change

To post a comment you must log in.
Revision history for this message
Blake Rouse (blake-rouse) wrote :

I assume this module comes installed with the default Apache package.

review: Approve
Revision history for this message
Raphaël Badin (rvb) wrote :

> I assume this module comes installed with the default Apache package.

Indeed.

# dpkg -S /usr/lib/apache2/modules/mod_proxy_wstunnel.so
apache2-bin: /usr/lib/apache2/modules/mod_proxy_wstunnel.so

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-06-24 21:23:05 +0000
3+++ debian/changelog 2015-06-26 12:15:46 +0000
4@@ -2,6 +2,9 @@
5
6 * UNRELEASED
7
8+ [ Raphaël Badin ]
9+ * Enable proxy_wstunnel module.
10+
11 -- Andres Rodriguez <andreserl@ubuntu.com> Fri, 12 Jun 2015 14:16:47 -0400
12
13 maas (1.8.0+bzr4001-0ubuntu1) trusty; urgency=medium
14
15=== modified file 'debian/maas-region-controller-min.postinst'
16--- debian/maas-region-controller-min.postinst 2015-06-24 21:25:03 +0000
17+++ debian/maas-region-controller-min.postinst 2015-06-26 12:15:46 +0000
18@@ -16,6 +16,7 @@
19
20 # enable apache modules needed
21 a2enmod proxy_http
22+ a2enmod proxy_wstunnel
23 a2enmod expires
24 a2enmod rewrite
25 }

Subscribers

People subscribed via source and target branches