diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt
index 93fcc58..ee012b9 100644
--- a/SOURCES/modulemd.src.txt
+++ b/SOURCES/modulemd.src.txt
@@ -42,13 +42,13 @@ data:
         rpms:
             httpd:
                 rationale: Apache httpd
-                ref: stream-2.4-rhel-8.3.0
+                ref: stream-2.4-rhel-8.2.0
                 buildorder: 10
             mod_http2:
                 rationale: HTTP/2 support for Apache httpd
-                ref: stream-2.4-rhel-8.3.0
+                ref: stream-2.4-rhel-8.2.0
                 buildorder: 20
             mod_md:
                 rationale: Certificate provisioning using ACME for Apache httpd
-                ref: stream-2.4-rhel-8.3.0
+                ref: stream-2.4-rhel-8.2.0
                 buildorder: 20
\ No newline at end of file
diff --git a/httpd.yaml b/httpd.yaml
new file mode 100644
index 0000000..662ef3e
--- /dev/null
+++ b/httpd.yaml
@@ -0,0 +1,59 @@
+---
+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.2.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: 14745a078ad6c3e86e630488785d617d95b73453
+        buildorder: 10
+      mod_http2:
+        rationale: HTTP/2 support for Apache httpd
+        ref: afdff754277299c46f50501256c038a31fb0170d
+        buildorder: 20
+      mod_md:
+        rationale: Certificate provisioning using ACME for Apache httpd
+        ref: a1432d4a8de928e86562aa86587afeca1e3b7db1
+        buildorder: 20
+...
+