Survey Data Mining:   Home | FAQ | Archive | Glossary
Free Reports
  


You are viewing an outdated report. The latest version of this report was published on March 1st, 2024


    

OS/Linux Distributions using Apache
April 1st, 2003

Report Description
The Apache server has in virtually any unbiased metric available (either from us or elsewhere) a majority market share in the web server market. Couple this with the fact that Apache will often provide hints as to the nature of the host OS it is running on, and one can view trends of linux distributions, how specialty OS' are performing in the server market and so on.

Methodology
The principal is simple: when issuing a request for a page to an Apache web server, the response received consists of HTTP Response Headers as well as the body of the web page being requested. For example, consider if we connect to a host on port 80 and request the root document. Our transaction might look something like this:

$ telnet 192.168.1.1 80 Trying 192.168.1.1... Connected to 192.168.1.1. Escape character is '^]'. GET / HTTP/1.0 HTTP/1.1 200 OK Date: Thu, 14 Feb 2008 16:24:24 GMT Server: Apache/2.2.3 (Debian) DAV/2 PHP/4.4.4-8+etch4 mod_perl/2.0.2 Perl/v5.8.8 Last-Modified: Wed, 10 Oct 2007 14:01:07 GMT ETag: "62c786-15eb-43c23eac2cec0" Accept-Ranges: bytes Content-Length: 5611 MS-Author-Via: DAV Connection: close Content-Type: text/html; charset=UTF-8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html> ...<snip> </html>

The above response headers show the Server: header indicating the version of Apache, various add-on modules, as well as the fact that this platform is running the Debian linux distribution.

Reporting by Hostname (Sample size: 1,242,273 web sites)
It should be noted that not all web servers will report back the Host OS signature. In an Apache configuration file, the ServerTokens directive can be used to to disable the disclosure of this information. Only configurations that do not specify the ServerTokens directive, or set it to Full may reveal sufficient information to allow disclosure of the OS and distribution hosting the server.

In this month's survey, 6,069,586 Apache servers were detected, but only 1,242,273 (20.47%) revealed sufficient information to detect the host OS. The remainder of the survey by host information shown below is based on this subset of Apache servers that revealed the host OS.

OS/Distribution March 2003
Hostname Count
March 2003
%
February 2003
Hostname Count
February 2003
%
Growth
%
Red Hat680,51054.78606,02553.572.25
Debian195,12215.71180,25915.93-1.43
Sun Cobalt134,80310.85125,94811.13-2.54
SuSE89,4417.2082,3227.28-1.07
Windows54,8884.4252,5344.64-4.86
Mandriva29,8132.4029,4702.61-7.88
Darwin29,1152.3427,6582.44-4.14
Trustix5,5080.445,2530.46-4.52
Gentoo4,8740.394,0780.368.83
Turbolinux4,0480.334,0940.36-9.96
Mac OS X3,1890.263,0880.27-5.96
IBM3,1500.253,0650.27-6.41
Oracle2,2600.182,1000.19-2.00
FreeBSD1,9530.162,0130.18-11.65
Netware1,6010.131,4920.13-2.29
ALT Linux7420.067050.06-4.16
OS/24210.033920.03-2.20
OpenVMS2660.022500.02-3.11
ASPLinux2250.022390.02-14.27
Miracle1590.011490.01-2.83
UnitedLinux1400.01570.01123.66
OpenNA230.0030.00598.13
iSeries170.00160.00-3.25
Cygwin30.0030.00-8.94
OpenBSD20.0020.00-8.94

Reporting by Installation (Sample size: 257,489 IP Addresses)
The following graph and table are based on the same underlying data set as in the previous graphs and table, but with the distinction that we count unique IP addresses instead of unique hostnames, thus getting a more accurate representation of the number of actual web servers installed. (See Web Survey by IP for more details).

In this month's survey, 1,137,333 distinct IP Addresses hosted Apache servers, but only 257,489 (22.64%) revealed sufficient information to detect the host OS. The data below is based on this subset of servers that revealed the host OS.

OS/Distribution March 2003
IP Address Count
March 2003
%
February 2003
IP Address Count
February 2003
%
Growth
%
Red Hat143,28955.65136,25855.350.54
Debian29,57811.4928,40811.54-0.45
Sun Cobalt28,25410.9727,19811.05-0.68
Windows18,0096.9917,1566.970.36
SuSE16,8336.5416,4906.70-2.40
Mandriva6,6042.566,4462.62-2.05
Darwin5,8452.275,4582.222.39
Turbolinux2,2700.882,2930.93-5.35
IBM1,4140.551,4090.57-4.05
Netware1,0300.409570.392.90
Oracle9980.399490.390.54
Mac OS X8960.358950.36-4.29
Gentoo6440.255060.2121.68
FreeBSD5850.236060.25-7.71
Trustix4580.184330.181.13
ALT Linux1790.071760.07-2.76
OpenVMS1670.061620.07-1.44
OS/21410.051460.06-7.67
Miracle1040.041000.04-0.57
ASPLinux980.041010.04-7.23
UnitedLinux740.03180.01293.05
iSeries100.00100.00-4.39
OpenNA60.0020.00186.82
Cygwin20.0020.00-4.39
OpenBSD10.0010.00-4.39

Note: Readers are cautioned that the Growth percentages are based on a server's market share penetration rather than the absolute number of servers we detected. Thus, it is possible for the number of servers to increase, while the growth is actually a negative value.





© 1998-2024 E-Soft Inc. All rights reserved.