~evarlast/charms/trusty/apache2/trunk

1 by Liam Young
First draft of apache2 charm
1
name: apache2
2
summary: Apache HTTP Server metapackage
19.2.1 by Haw Loeung (hloeung)
[hloeung] Added missing copyright and maintainer. Also removed website relation as it isn't used to make charm proof happy.
3
maintainer: Liam Young <liam.young@canonical.com>
1 by Liam Young
First draft of apache2 charm
4
description: |
5
  The Apache Software Foundation's goal is to build a secure, efficient
6
  and extensible HTTP server as standards-compliant open source
7
  software. The result has long been the number one web server on the
8
  Internet.  It features support for HTTPS, virtual hosting, CGI, SSI,
9
  IPv6, easy scripting and database integration, request/response
10
  filtering, many flexible authentication schemes, and more.
56.1.1 by Kevin W. Monroe
Use python venv, fix lint errors, add simple deployment bundle test.
11
tags: ["app-servers"]
1 by Liam Young
First draft of apache2 charm
12
provides:
15.1.1 by Webops prodstack U1
Added in nrpe config
13
  nrpe-external-master:
14
    interface: nrpe-external-master
15
    scope: container
27.2.51 by Sidnei da Silva
- Implement local-monitors interface, using nrpe from charmsupport
16
  local-monitors:
17
    interface: local-monitors
18
    scope: container
37.1.4 by David Britton
Adding back in website relation hooks and entry in metadata file
19
  website:
20
    interface: http
65.1.1 by jrwren at xmtp
add logs interface
21
  logs:
22
    interface: logs
56.3.1 by Aaron Bentley
Start supporting apache-website interface.
23
  apache-website:
24
    interface: apache-website
25
    scope: container
1 by Liam Young
First draft of apache2 charm
26
requires:
37.1.1 by David Britton
- reverseproxy: move to requires, since typically it will interface with a
27
  reverseproxy:
28
    interface: http
10 by Liam Young
Fixed a few bugs and added website-cache relationship
29
  website-cache:
1 by Liam Young
First draft of apache2 charm
30
    interface: http
9 by Liam Young
Slightly broken
31
  balancer:
32
    interface: http
29.8.1 by David Ames
Merge upstream charm keeping rsyslog capabilities
33
  logging:
34
    interface: syslog
53.1.2 by David Britton
re-arrange vhost-config order
35
  vhost-config:
36
    interface: apache-vhost-config