Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 080c5ae

Browse files
committed
minor update
1 parent 4d70f2c commit 080c5ae

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

xml/banner/server.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<root>
1010
<!-- Microsoft IIS -->
1111

12+
<regexp value="Microsoft-IIS/(7\.5)">
13+
<info technology="Microsoft IIS" tech_version="1"/>
14+
</regexp>
15+
1216
<regexp value="Microsoft-IIS/(7\.0)">
1317
<info technology="Microsoft IIS" tech_version="1"/>
1418
</regexp>
@@ -403,4 +407,20 @@
403407
<regexp value="Apache/2\.2\.9 \(Ubuntu\)">
404408
<info type="Linux" distrib="Ubuntu" release="8.10" codename="Intrepid Ibex"/>
405409
</regexp>
410+
411+
<regexp value="Apache/2\.2\.11 \(Ubuntu\)">
412+
<info type="Linux" distrib="Ubuntu" release="9.04" codename="Jaunty Jackalope"/>
413+
</regexp>
414+
415+
<regexp value="Apache/2\.2\.12 \(Ubuntu\)">
416+
<info type="Linux" distrib="Ubuntu" release="9.10" codename="Karmic Koala"/>
417+
</regexp>
418+
419+
<regexp value="Apache/2\.2\.14 \(Ubuntu\)">
420+
<info type="Linux" distrib="Ubuntu" release="10.04" codename="Lucid Lynx"/>
421+
</regexp>
422+
423+
<regexp value="Apache/2\.2\.16 \(Ubuntu\)">
424+
<info type="Linux" distrib="Ubuntu" release="10.10" codename="Maverick Meerkat"/>
425+
</regexp>
406426
</root>

0 commit comments

Comments
 (0)