{ "name": "IBM-HTTP-Server", "author": "Brendan Coles , Andrew Horton", "version": "0.3", "description": "IBM HTTP Server is based on the Apache HTTP Server (httpd.apache.org), developed by the Apache Software Foundation. IBM HTTP Server can be remotely administered and configured using the WebSphere administrative console", "website": "http://www.ibm.com/software/webservers/httpservers/", "matches": [ { "search": "headers[server]", "regexp": "(?-mix:[\\s]*IBM-HTTP-Server\\/([\\d\\.]+))", "offset": 1 }, { "search": "headers[server]", "regexp": "(?-mix:[\\s]*IBM_HTTP_Server\\/([\\d\\.]+))", "offset": 1 }, { "name": "IBM_HTTP_Server", "regexp": "(?-mix:^[\\s]*IBM_HTTP_Server)", "search": "headers[server]" }, { "search": "headers[srvrname]", "regexp": "(?-mix:^(.*)$)" } ] }