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

Skip to content

Commit ae36c08

Browse files
committed
Updating server signatures
1 parent 17742df commit ae36c08

1 file changed

Lines changed: 40 additions & 9 deletions

File tree

xml/banner/server.xml

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
<!--
44
References:
5-
* http://www.http-stats.com/Server
6-
* http://en.wikipedia.org
5+
* https://en.wikipedia.org/wiki/Internet_Information_Services
76
* http://distrowatch.com
87
-->
98

@@ -79,11 +78,11 @@
7978
</regexp>
8079

8180
<regexp value="Apache/2\.2\.3 \(CentOS\)">
82-
<info type="Linux" distrib="CentOS" release="5.8"/>
81+
<info type="Linux" distrib="CentOS" release="5.10"/>
8382
</regexp>
8483

8584
<regexp value="Apache/2\.2\.15 \(CentOS\)">
86-
<info type="Linux" distrib="CentOS" release="6.3"/>
85+
<info type="Linux" distrib="CentOS" release="6.5"/>
8786
</regexp>
8887

8988
<!-- Apache: Debian -->
@@ -144,6 +143,10 @@
144143
<info type="Linux" distrib="Debian" release="6.0" codename="squeeze"/>
145144
</regexp>
146145

146+
<regexp value="Apache/2\.2\.22 \(Debian\)">
147+
<info type="Linux" distrib="Debian" release="7.0" codename="wheezy"/>
148+
</regexp>
149+
147150
<!-- Apache: Fedora -->
148151

149152
<regexp value="Apache/2\.0\.47 \(Fedora\)">
@@ -234,6 +237,18 @@
234237
<info type="Linux" distrib="Fedora" release="17" codename="Beefy"/>
235238
</regexp>
236239

240+
<regexp value="Apache/2\.4\.3 \(Fedora\)">
241+
<info type="Linux" distrib="Fedora" release="18" codename="Spherical"/>
242+
</regexp>
243+
244+
<regexp value="Apache/2\.4\.4 \(Fedora\)">
245+
<info type="Linux" distrib="Fedora" release="19" codename="Schrodingers"/>
246+
</regexp>
247+
248+
<regexp value="Apache/2\.4\.6 \(Fedora\)">
249+
<info type="Linux" distrib="Fedora" release="20" codename="Heisenbug"/>
250+
</regexp>
251+
237252
<!-- Apache: FreeBSD -->
238253

239254
<regexp value="Apache/2\.0\.16 \(FreeBSD\)">
@@ -328,6 +343,10 @@
328343
<info type="Linux" distrib="FreeBSD" release="9.0"/>
329344
</regexp>
330345

346+
<regexp value="Apache/2\.4\.6 \(FreeBSD\)">
347+
<info type="Linux" distrib="FreeBSD" release="9.2"/>
348+
</regexp>
349+
331350
<!-- Apache: Mandrake / Mandriva -->
332351

333352
<regexp value="Apache/1\.3\.6 \(Unix\)\s+\(Mandrake/Linux\)">
@@ -434,10 +453,6 @@
434453
<info type="Linux" distrib="Mandriva" release="2010.1|2010.2"/>
435454
</regexp>
436455

437-
<regexp value="Apache/2\.2\.19 \(Mandriva Linux/">
438-
<info type="Linux" distrib="Mandriva" release="Cooker"/>
439-
</regexp>
440-
441456
<!-- Apache: Red Hat -->
442457

443458
<regexp value="Apache/1\.1\.3 Red Hat">
@@ -508,6 +523,10 @@
508523
<info type="Linux" distrib="Red Hat" release="Enterprise 6" codename="Santiago"/>
509524
</regexp>
510525

526+
<regexp value="Apache/2\.4\.6 \(Red Hat\)">
527+
<info type="Linux" distrib="Red Hat" release="Enterprise 7" codename="Maipo"/>
528+
</regexp>
529+
511530
<!-- Apache: SuSE -->
512531

513532
<regexp value="Apache/1\.3\.6 \(Unix\) \(SuSE/Linux\)">
@@ -615,6 +634,14 @@
615634
<info type="Linux" distrib="SuSE" release="12.1"/>
616635
</regexp>
617636

637+
<regexp value="Apache/2\.2\.22 \(Linux/SuSE\)">
638+
<info type="Linux" distrib="SuSE" release="12.2|12.3"/>
639+
</regexp>
640+
641+
<regexp value="Apache/2\.4\.6 \(Linux/SuSE\)">
642+
<info type="Linux" distrib="SuSE" release="13.1"/>
643+
</regexp>
644+
618645
<!-- Apache: Ubuntu -->
619646

620647
<regexp value="Apache/2\.0\.50 \(Ubuntu\)">
@@ -674,7 +701,11 @@
674701
</regexp>
675702

676703
<regexp value="Apache/2\.2\.22 \(Ubuntu\)">
677-
<info type="Linux" distrib="Ubuntu" release="12.04" codename="Precise Pangolin"/>
704+
<info type="Linux" distrib="Ubuntu" release="12.04|12.10|13.04" codename="Precise Pangolin|Quantal Quetzal|Raring Ringtail"/>
705+
</regexp>
706+
707+
<regexp value="Apache/2\.4\.6 \(Ubuntu\)">
708+
<info type="Linux" distrib="Ubuntu" release="13.10" codename="Saucy Salamander"/>
678709
</regexp>
679710

680711
<!-- Nginx -->

0 commit comments

Comments
 (0)