Added two web servers + one fix

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.
main
SebastianLopienski 12 years ago
parent 163538b1de
commit 4830ce8551

@ -117,7 +117,7 @@
}, },
"Apache": { "Apache": {
"cats": [ 22 ], "cats": [ 22 ],
"headers": { "Server": "(Apache($|/([\\d\\.]+)|[^/-])|(^|[^g])HTTPD)\\;version:\\3" } "headers": { "Server": "(Apache($|/([\\d\\.]+)|[^/-])|(^|\\b)HTTPD)\\;version:\\3" }
}, },
"Apache JSPWiki": { "Apache JSPWiki": {
"cats": [ 8 ], "cats": [ 8 ],
@ -550,6 +550,10 @@
"cats": [ 31 ], "cats": [ 31 ],
"headers": { "Server": "^ECS " } "headers": { "Server": "^ECS " }
}, },
"Embedthis-http": {
"cats": [ 22 ],
"headers": { "Server": "Embedthis-http" }
},
"EPiServer": { "EPiServer": {
"cats": [ 1 ], "cats": [ 1 ],
"meta": { "generator": "EPiServer" }, "meta": { "generator": "EPiServer" },
@ -655,6 +659,10 @@
"meta": { "generator": "GetSimple" }, "meta": { "generator": "GetSimple" },
"implies": [ "PHP" ] "implies": [ "PHP" ]
}, },
"GoAhead Web Server": {
"cats": [ 22 ],
"headers": { "Server": "GoAhead" }
},
"Google Analytics": { "Google Analytics": {
"cats": [ 10 ], "cats": [ 10 ],
"html": "_gaq\\.push\\(\\['_setAccount", "html": "_gaq\\.push\\(\\['_setAccount",

Loading…
Cancel
Save