--- 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_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: 4444a317d69979e7d77d5da63b5769446dce50e3 buildorder: 10 mod_http2: rationale: HTTP/2 support for Apache httpd ref: 817ebd4a9fadf22825e188089849a58d02d9ed33 buildorder: 20 mod_md: rationale: Certificate provisioning using ACME for Apache httpd ref: 38420af94770b7c8fc63c774510687d3d4286e9a buildorder: 20 ...