summaryrefslogtreecommitdiffstats
path: root/http/apache22/DETAILS
blob: 974fc8c0430e390c91ad0d8ac522ffcd20edc753 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
           SPELL=apache22
         VERSION=2.2.17
  SECURITY_PATCH=10
          SOURCE=httpd-$VERSION.tar.bz2
         SOURCE2=$SOURCE.asc
      SOURCE_GPG="apache.gpg:$SOURCE2:UPSTREAM_KEY"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/httpd-$VERSION"
   SOURCE_URL[0]=$APACHE_URL/httpd/$SOURCE
   SOURCE_URL[1]=http://www.apache.org/dist/httpd/$SOURCE
  SOURCE2_URL[0]=$APACHE_URL/httpd/$SOURCE2
  SOURCE2_URL[1]=http://www.apache.org/dist/httpd/$SOURCE2
  SOURCE2_IGNORE=signature
      LICENSE[0]=APACHE
        WEB_SITE=http://www.apache.org/
        KEYWORDS="http httpd webserver apache"
         ENTERED=20020422
           SHORT="Apache 2 HTTP server"
cat << EOF
Apache 2.2 offers numerous enhancements, improvements and performance 
boosts over the 1.3 and 2.0 codebase. The most visible and noteworthy addition 
is the ability to run Apache in a hybrid thread/process mode on any 
platform that supports both threads and processes. This has shown to 
improve the scalability of the Apache HTTP Server significantly in our 
testing. Apache 2.2 also includes support for filtered I/O. This allows 
modules to modify the output of other modules before it is sent to the 
client. We have also included support for IPv6 on any platform that 
supports IPv6.

Apache is the world's most popular HTTP server, being quite possibly
the best around in terms of functionality, efficiency, security and
speed.
EOF