~gnuoy/charms/precise/apache2/24-auth-format

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: apache2
summary: Apache HTTP Server metapackage
maintainer: Liam Young <liam.young@canonical.com>
description: |
  The Apache Software Foundation's goal is to build a secure, efficient
  and extensible HTTP server as standards-compliant open source
  software. The result has long been the number one web server on the
  Internet.  It features support for HTTPS, virtual hosting, CGI, SSI,
  IPv6, easy scripting and database integration, request/response
  filtering, many flexible authentication schemes, and more.
categories: ["app-servers"]
provides:
  nrpe-external-master:
    interface: nrpe-external-master
    scope: container
  local-monitors:
    interface: local-monitors
    scope: container
  website:
    interface: http
requires:
  reverseproxy:
    interface: http
  website-cache:
    interface: http
  balancer:
    interface: http
  logging:
    interface: syslog