4 Maintainer: Jonathan Steinert <deb@hachi.kuiki.net>
5 Build-Depends-Indep: debhelper (>= 4.1.40), perl (>= 5.8.4), libbsd-resource-perl, libio-aio-perl, libdanga-socket-perl, libwww-perl, libnet-netmask-perl, links
6 Standards-Version: 3.6.1.0
12 Depends: ${perl:Depends}, libperlbal-perl
13 Conflicts: perlbal-doc
15 Description: Perl-based reverse proxy load balancer and web server
16 Perlbal is a single-threaded event-based server supporting HTTP load
17 balancing, web serving, and a mix of the two. Perlbal can act as either a web
18 server or a reverse proxy.
20 One of the defining things about Perlbal is that almost everything can be
21 configured or reconfigured on the fly without needing to restart the software.
22 A basic configuration file containing a management port enables you to easily
23 perform operations on a running instance of Perlbal.
25 Perlbal can also be extended by means of per-service (and global) plugins that
26 can override many parts of request handling and behavior.
28 Homepage: http://danga.com/perlbal/
30 Package: libperlbal-perl
34 Depends: ${perl:Depends}, libbsd-resource-perl, libdanga-socket-perl, libwww-perl, libnet-netmask-perl
35 Recommends: libio-aio-perl
36 Description: Supporting perl libraries for perlbal
37 Perlbal is a single-threaded event-based server supporting HTTP load
38 balancing, web serving, and a mix of the two. Perlbal can act as either a web
39 server or a reverse proxy.
41 This package contains the module files (but not the daemon) for use with
42 perlbal, the reverse-proxy load balancer and webserver.