lp://staging/~nicopace/charms/trusty/apache2/22-scaling
- Get this branch:
- bzr branch lp://staging/~nicopace/charms/trusty/apache2/22-scaling
Branch merges
Branch information
- Owner:
- nicopace
- Status:
- Development
Recent revisions
- 58. By Haw Loeung
-
[r=aisrael] Add option to override supported SSL protocol and cipher suites; Enforce server's preference instead of browser/client and ship out Canonical IS recommended cipher suites by default. Also pull in changes from precise charm - lp:charms/apache2
- 56. By Charles Butler
-
David Britton 2014-06-28 apply same importerror check to trusty, keeping precise and trusty in sync.
David Britton 2014-06-28 [merge] merge up
David Britton 2014-06-20 port avoid-regen-cert to trusty. - 55. By Matt Bruzek
-
[gnuoy] Fix default security config to have new format when apache 2.4 is installed.
- 54. By Charles Butler
-
David Britton 2014-05-21 - cleanup some language in README, docstrings.
David Britton 2014-05-21 - fixed failing tests if apache2 was not installed
David Britton 2014-05-20 removing lint
David Britton 2014-05-20 - Add some variables for testing purposes in config-changed
David Britton 2014-05-20 - Adding note about opening non-standard ports to README
David Britton 2014-05-20 extra param removed
David Britton 2014-05-20 Add test_hooks file (oops)
David Britton 2014-05-20 add bit about servername and ssl_cert in the vhost-config relation
David Britton 2014-05-20 update readme to talk about the vhost-config relation
David Britton 2014-05-19 - Remove lint
David Britton 2014-05-19 - Added tests for enable_vhost()
David Britton 2014-05-19 remove disable_vhost: unused
David Britton 2014-05-19 - Adding generic hooks.py tests
David Britton 2014-04-30 call vhost update from config_changed, ala other relations in apache2
David Britton 2014-04-30 base64decode too early
David Britton 2014-04-30 typo on keyword arg to create_vhost
David Britton 2014-04-30 expect vhosts in a list of dicts
David Britton 2014-04-30 yaml
David Britton 2014-04-30 Add relation_data into log message
David Britton 2014-04-30 relation_set on the particular id from config_changed
David Britton 2014-04-30 vhost_config_relation_ changed should set ssl_cert and servername a...
David Britton 2014-04-30 jinja2 imported too early
David Britton 2014-04-30 inform vhost of config changes in all cases, not just if an ssl_ce...
David Britton 2014-04-29 Adding tests for new vhost_config_relation changes
David Britton 2014-04-25 add vhost hook
David Britton 2014-04-25 don't need the yaml.load I don't think
David Britton 2014-04-25 re-arrange vhost-config order
David Britton 2014-04-25 Add the relation, still need tests. - 50. By Marco Ceppi
-
[davidpbritton] config_changed hooks failed without servername set due to programming error
- 49. By Tom Haddon
-
[liam,r=mthaddon] Fix typo which was causing servername to be thrown away if it was set
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charms/apache2