Blob Blame History Raw
---
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: [el8.8.0]
    requires:
      platform: [el8]
  references:
    documentation: https://httpd.apache.org/docs/2.4/
    tracker: https://bz.apache.org/bugzilla/
  profiles:
    common:
      rpms:
      - httpd
      - httpd-filesystem
      - httpd-tools
      - mod_http2
      - mod_ssl
    devel:
      rpms:
      - httpd
      - httpd-devel
      - httpd-filesystem
      - httpd-tools
    minimal:
      rpms:
      - httpd
  api:
    rpms:
    - httpd
    - httpd-devel
    - httpd-filesystem
    - mod_ssl
  components:
    rpms:
      httpd:
        rationale: Apache httpd
        ref: 0ac66abcd8d9406daa7ec6169971d2d8921d77fd
        buildorder: 10
      mod_http2:
        rationale: HTTP/2 support for Apache httpd
        ref: bef72ede7a79b1a8ce824993191c665c29fc1cbe
        buildorder: 20
      mod_md:
        rationale: Certificate provisioning using ACME for Apache httpd
        ref: 1ae57639c05e03c3dac9eb707544ef31cc31f0fe
        buildorder: 20
...