mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"name": "IBM-HTTP-Server",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, 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:^(.*)$)"
|
|
}
|
|
]
|
|
}
|