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

Subscribers

People subscribed via source and target branches