From 4830ce85519b49c3268750a9e19e45dab3eab216 Mon Sep 17 00:00:00 2001 From: SebastianLopienski Date: Fri, 25 Jan 2013 16:55:19 +0100 Subject: [PATCH] Added two web servers + one fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added two web servers:  * GoAhead Web Server (http://embedthis.com/products/goahead/index.html) * Embedthis-http (https://github.com/embedthis/http) Icons will follow. Additionally, used word boundary for Apache, as suggested by @ElbertF in #217. --- share/apps.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index 906598965..d8f7ac9a8 100644 --- a/share/apps.json +++ b/share/apps.json @@ -117,7 +117,7 @@ }, "Apache": { "cats": [ 22 ], - "headers": { "Server": "(Apache($|/([\\d\\.]+)|[^/-])|(^|[^g])HTTPD)\\;version:\\3" } + "headers": { "Server": "(Apache($|/([\\d\\.]+)|[^/-])|(^|\\b)HTTPD)\\;version:\\3" } }, "Apache JSPWiki": { "cats": [ 8 ], @@ -550,6 +550,10 @@ "cats": [ 31 ], "headers": { "Server": "^ECS " } }, + "Embedthis-http": { + "cats": [ 22 ], + "headers": { "Server": "Embedthis-http" } + }, "EPiServer": { "cats": [ 1 ], "meta": { "generator": "EPiServer" }, @@ -655,6 +659,10 @@ "meta": { "generator": "GetSimple" }, "implies": [ "PHP" ] }, + "GoAhead Web Server": { + "cats": [ 22 ], + "headers": { "Server": "GoAhead" } + }, "Google Analytics": { "cats": [ 10 ], "html": "_gaq\\.push\\(\\['_setAccount",