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 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: apache
Section: web
Priority: optional
Maintainer: Johnie Ingram <johnie@debian.org>
Standards-Version: 2.4.1.0
Package: apache
Architecture: any
Depends: ${shlibs:Depends}, mime-support, perl
Suggests: apache-doc, lynx
Conflicts: apache-modules, php3 (<= 3.0rc4-2)
Replaces: apache-modules
Provides: httpd
Priority: optional
Description: Versatile, high-performance HTTP server
The most popular server in the world, Apache features a modular
design and supports dynamic selection of extension modules at runtime.
Some of its strong points are its range of possible customization,
dynamic adjustment of the number of server processes, and a whole
range of available modules including many authentication mechanisms,
server-parsed HTML, server-side includes, access control, CERN httpd
metafiles emulation, proxy caching, etc. Apache also supports multiple
virtual homing.
.
More information is available at http://www.apache.org.
Package: apache-doc
Architecture: all
Recommends: www-browser
Suggests: apache
Priority: optional
Description: Apache documentation
The Apache webserver Manual, in HTML form. Covers apache 1.3b2 and
all prior versions of apache. This is also available at the website
http://www.apache.org.
Package: apache-dev
Architecture: all
Conflicts: apache (<= 1.3b2)
Suggests: apache
Priority: extra
Description: Apache webserver development kit
Provides the Apache C headers, needed if you want to compile an
Apache module.
|