lrossett / modules / httpd

Forked from modules/httpd 4 years ago
Clone

Blame httpd.yaml

ce23d4
---
ce23d4
document: modulemd
ce23d4
version: 2
ce23d4
data:
ce23d4
  name: httpd
ce23d4
  stream: 2.4
ce23d4
  summary: Apache HTTP Server
ce23d4
  description: >-
ce23d4
    Apache httpd is a powerful, efficient, and extensible HTTP server.
ce23d4
  license:
ce23d4
    module:
ce23d4
    - MIT
ce23d4
  dependencies:
ce23d4
  - buildrequires:
ce23d4
      platform: [el8.2.0]
ce23d4
    requires:
ce23d4
      platform: [el8]
ce23d4
  references:
ce23d4
    documentation: https://httpd.apache.org/docs/2.4/
ce23d4
    tracker: https://bz.apache.org/bugzilla/
ce23d4
  profiles:
ce23d4
    common:
ce23d4
      rpms:
ce23d4
      - httpd
ce23d4
      - httpd-filesystem
ce23d4
      - httpd-tools
ce23d4
      - mod_http2
ce23d4
      - mod_ssl
ce23d4
    devel:
ce23d4
      rpms:
ce23d4
      - httpd
ce23d4
      - httpd-devel
ce23d4
      - httpd-filesystem
ce23d4
      - httpd-tools
ce23d4
    minimal:
ce23d4
      rpms:
ce23d4
      - httpd
ce23d4
  api:
ce23d4
    rpms:
ce23d4
    - httpd
ce23d4
    - httpd-devel
ce23d4
    - httpd-filesystem
ce23d4
    - mod_ssl
ce23d4
  components:
ce23d4
    rpms:
ce23d4
      httpd:
ce23d4
        rationale: Apache httpd
8227a0
        ref: 14745a078ad6c3e86e630488785d617d95b73453
ce23d4
        buildorder: 10
ce23d4
      mod_http2:
ce23d4
        rationale: HTTP/2 support for Apache httpd
ce23d4
        ref: ffed062848c205e3407edf3d806a19f2b516814a
ce23d4
        buildorder: 20
ce23d4
      mod_md:
ce23d4
        rationale: Certificate provisioning using ACME for Apache httpd
ce23d4
        ref: a1432d4a8de928e86562aa86587afeca1e3b7db1
ce23d4
        buildorder: 20
ce23d4
...
ce23d4