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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
|
Source: apache2
Section: net
Priority: optional
Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Uploaders: Tollef Fog Heen <tfheen@debian.org>, Thom May <thom@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>, Daniel Stone <daniels@debian.org>, Adam Conrad <adconrad@0c3.net>
Build-Depends: debhelper (>> 4.1.1), libssl-dev, openssl, bzip2, autoconf, autotools-dev, libtool, libdb4.2-dev, zlib1g-dev, libpcre3-dev, libldap2-dev, libexpat1-dev, mawk
Build-Conflicts: libgdbm-dev
Standards-Version: 3.6.1.0
Package: apache2-common
Architecture: any
Depends: ${shlibs:Depends}, debconf, debianutils (>= 1.6), mime-support, openssl, net-tools, ssl-cert (>= 1.0-7), libmagic1, libgcc1 (>= 1:3.3.5), apache2-utils (= ${Source-Version})
Suggests: apache2-doc, lynx | www-browser
Description: next generation, scalable, extendable web server
Apache v2 is the next generation of the omnipresent Apache web server. This
version - a total rewrite - introduces many new improvements, such as
threading, a new API, IPv6 support, request/response filtering, and more.
.
It is also considerably faster, and can be easily extended to provide services
other than http.
.
This package contains all the standard apache2 modules, including SSL support.
However, it does *not* include the server itself; for this you need to
install one of the apache2-mpm-* packages; such as worker or prefork.
Package: apache2-utils
Architecture: any
Replaces: apache2-common (<< 2.0.53), apache-utils (<< 1.3.33-4)
Provides: apache-utils
Conflicts: apache-common (<< 1.3.28.0.1-1)
Depends: ${shlibs:Depends}
Description: utility programs for webservers
Provides some add-on programs useful for any webserver. These include:
- ab (Apache benchmark tool)
- logresolve (Resolve IP addresses to hostname in logfiles)
- htpasswd (Manipulate basic authentication files)
- htdigest (Manipulate digest authentication files)
- dbmmanage (Manipulate basic authentication files in DBM format, using perl)
- htdbm (Manipulate basic authentication files in DBM format, using APR)
- rotatelogs (Periodically stop writing to a logfile and open a new one)
- split-logfile (Split a single log including multiple vhosts)
- checkgid (Checks whether the caller can setgid to the specified group)
- check_forensic (Extract mod_log_forensic output from apache log files)
Package: apache2-mpm-worker
Architecture: any
Depends: ${shlibs:Depends}, apache2-common (= ${Source-Version})
Provides: apache2-modules, apache2, httpd, httpd-cgi
Replaces: apache2-mpm-threadpool (<< 2.0.53)
Conflicts: apache2-mpm-prefork, apache2-mpm-perchild
Description: high speed threaded model for Apache2
The worker MPM provides a threaded implementation for Apache2. It is
considerably faster than the traditional model, and is the recommended MPM.
.
Worker generally is a good choice for high-traffic servers because it
has a smaller memory footprint than the prefork MPM.
Package: apache2-mpm-threadpool
Architecture: all
Depends: apache2-mpm-worker (= ${Source-Version})
Description: experimental high speed model for Apache2 (transitional package)
This package exists for the sole purpose of easing upgrades for threadpool
users of Ubuntu 4.10 (warty) or Debian testing who are upgrading to the newer
Debian 3.1 (sarge) or Ubuntu 5.04 (hoary). Once this package has successfully
pulled in apache2-mpm-worker and configured it as a replacement, it can be
safely removed.
Package: apache2-mpm-perchild
Architecture: any
Depends: ${shlibs:Depends}, apache2-common (= ${Source-Version})
Provides: apache2-modules, apache2, httpd, httpd-cgi
Conflicts: apache2-mpm-worker, apache2-mpm-prefork, apache2-mpm-threadpool
Description: experimental high speed perchild threaded model for Apache2
Perchild is the grown up, mac daddy version of suexec for apache2. Rather than
execute a cgi script as a given user, perchild forks a process for each vhost,
then su's to the correct user/group for that vhost.
.
Each process then uses a thread model similar to that of the worker mpm.
.
THIS MPM IS NOT CURRENTLY EXPECTED TO WORK CORRECTLY, IF AT ALL. IT IS UNDER
VERY HEAVY DEVELOPMENT.
This mpm is still highly experimental, and should be used with care.
Package: apache2-mpm-prefork
Architecture: any
Depends: ${shlibs:Depends}, apache2-common (= ${Source-Version})
Provides: apache2-modules, apache2, httpd, httpd-cgi
Conflicts: apache2-mpm-worker, apache2-mpm-threadpool, apache2-mpm-perchild
Description: traditional model for Apache2
This Multi-Processing Module (MPM) implements a non-threaded,
pre-forking web server that handles requests in a manner similar to
Apache 1.3. It is appropriate for sites that need to avoid threading for
compatibility with non-thread-safe libraries. It is also the best MPM
for isolating each request, so that a problem with a single request will
not affect any other.
.
It is not as fast, but is considered to be more stable.
Package: apache2-doc
Section: doc
Architecture: all
Description: documentation for apache2
This is the documentation for apache2, see the apache2 package description
for more details.
Package: apache2-prefork-dev
Section: devel
Architecture: any
Depends: apache2-common (= ${Source-Version}), libapr0-dev (= ${Source-Version}), libssl-dev, openssl, bzip2, autoconf, autotools-dev, libtool, libdb4.2-dev, zlib1g-dev, libpcre3-dev
Conflicts: apache2-mpm-worker (<< 2.0.42-1), apache2-mpm-prefork (<< 2.0.42-1), apache2-mpm-perchild (<< 2.0.42-1), apache2-mpm-threadpool (<< 2.0.42-1), apache2-dev
Description: development headers for apache2
This package provides the development headers for non-threaded apache2,
see the apache2 package description for more details.
.
This should only be used when you absolutely *have* to have a non-threaded
environment, ie for PHP4.
Package: apache2-threaded-dev
Section: devel
Architecture: any
Depends: apache2-common (= ${Source-Version}), libapr0-dev (= ${Source-Version}), libssl-dev, openssl, bzip2, autoconf, autotools-dev, libtool, libdb4.2-dev, zlib1g-dev, libpcre3-dev
Conflicts: apache2-mpm-worker (<< 2.0.42-1), apache2-mpm-prefork (<< 2.0.42-1), apache2-mpm-perchild (<< 2.0.42-1), apache2-mpm-threadpool (<< 2.0.42-1), apache2-prefork-dev
Provides: apache2-dev
Description: development headers for apache2
This package provides the development headers for threaded versions of
apache2, see the apache2 package description for more details.
Package: libapr0
Architecture: any
Conflicts: libapr
Replaces: libapr
Provides: libapr
Section: net
Depends: ${shlibs:Depends}, libpcre3, libdb4.2, libexpat1
Description: the Apache Portable Runtime
APR is Apache's Portable Runtime Library, designed to be a support library to
enable programmers to easily write platform independent programs and know that
they'll work.
.
It is currently used by Apache2, Subversion, and Samba-TNG, among others.
Package: libapr0-dev
Provides: libapr-dev
Conflicts: libapr-dev, apache2-dev (<= 2.0.39+cvs.1028741220-1)
Architecture: any
Depends: libapr0 (= ${Source-Version}), libdb4.2-dev, libpcre3-dev, libldap2-dev, libexpat1-dev, libtool
Section: libdevel
Description: development headers for libapr
This package provides the development headers for the Apache Runtime Library,
libapr.
.
You only need these if you are planning on compiling software that depends
on software that requires libapr.
Package: apache2
Architecture: any
Depends: apache2-mpm-worker (= ${Source-Version}) | apache2-mpm-prefork (= ${Source-Version}) | apache2-mpm-perchild (= ${Source-Version})
Section: web
Description: next generation, scalable, extendable web server
Apache v2 is the next generation of the omnipresent Apache web server. This
version - a total rewrite - introduces many new improvements, such as
threading, a new API, IPv6 support, request/response filtering, and more.
|