lp://staging/~jjo/charms/precise/apache2/support-apache24-config-setup
- Get this branch:
- bzr branch lp://staging/~jjo/charms/precise/apache2/support-apache24-config-setup
Branch merges
- Marco Ceppi (community): Approve
-
Diff: 235 lines (+76/-15)2 files modifiedhooks/hooks.py (+53/-12)
hooks/tests/test_balancer_hook.py (+23/-3)
Branch information
- Owner:
- JuanJo Ciarlante
- Status:
- Development
Recent revisions
- 51. By JuanJo Ciarlante
-
support apache 2.4 config filenames also:
- /etc/apache2/conf-{available ,enabled} /foo.conf via a2enconf, a2disconf
(former /etc/apache2/conf.d/ foo)
- modify unittesting to test both 2.2 and 2.4
- fix other indenting, to pass "make build" unittests - 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
- 48. By Tom Haddon
-
[andreas,
r=mthaddon] Don't log all the config and relation data pieces as it can be quite a lot and overflow the command line size limit - 47. By Marco Ceppi
-
[ahasenack] If the config key "servername" is empty, fill it in with the public-address of the unit to match what the documentation says.
- 46. By Marco Ceppi
-
[sidnei] Greatly improved test coverage. Support for 'all_services' set from haproxy relation. Improved documentation.
- 44. By Tom Haddon
-
[hloeung,
r=mthaddon] Fix error below when SSL chain certificate file is missing, and create cert from template for self-signed cert - 42. By Tom Haddon
-
[wedgwood,
r=mthaddon] Handle the chain file in the same way other cert components are handled
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