---
document: modulemd
version: 2
data:
  name: httpd
  stream: 2.4
  summary: Apache HTTP Server
  description: Apache httpd is a powerful, efficient, and extensible HTTP server.
  license:
    module: [MIT]
  dependencies:
  - buildrequires:
      platform: [oc8]
    requires:
      platform: [oc8]
  references:
    documentation: https://httpd.apache.org/docs/2.4/
    tracker: https://bz.apache.org/bugzilla/
  profiles:
    common:
      rpms:
      - httpd
      - httpd-filesystem
      - httpd-tools
      - mod_ssl
      - mod_http2
    devel:
      rpms:
      - httpd
      - httpd-filesystem
      - httpd-devel
      - httpd-tools
    minimal:
      rpms:
      - httpd
  api:
    rpms:
    - httpd
    - httpd-devel
    - httpd-filesystem
    - mod_ssl
  components:
    rpms:
      httpd:
        rationale: Apache httpd
        ref: 4e3ff121447953a36ef89c94e019e2feaa0e30ac
        buildorder: 10
      mod_http2:
        rationale: HTTP/2 support for Apache httpd
        ref: 10259b6daacbf10a8df987f4c9a57d015fa44acb
        buildorder: 20
      mod_md:
        rationale: Certificate provisioning using ACME for Apache httpd
        ref: 5863caf46feae93ff8f66bce4524caa9a17a6348
        buildorder: 20
...