From 491fcf0cc3a2260cb239c1234ca3dd7706f2d70f Mon Sep 17 00:00:00 2001 From: Dante Catalfamo <43040593+dantecatalfamo@users.noreply.github.com> Date: Fri, 24 Sep 2021 01:10:04 -0400 Subject: [PATCH] [OpenBSD httpd] Exclude Apache Closes #3113 --- src/technologies/o.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/technologies/o.json b/src/technologies/o.json index d128dae3d..16b96a432 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -466,6 +466,8 @@ "headers": { "Server": "^OpenBSD httpd" }, + "excludes": "Apache", + "oss": true, "website": "https://man.openbsd.org/httpd.8" }, "OpenCart": { @@ -1083,4 +1085,4 @@ }, "website": "https://owncloud.org" } -} \ No newline at end of file +}