Source: perlbal Section: web Priority: extra Maintainer: Jonathan Steinert 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 Standards-Version: 3.6.1.0 Package: perlbal Section: web Priority: extra Architecture: all Depends: ${perl:Depends}, libperlbal-perl Conflicts: perlbal-doc Replaces: perlbal-doc Description: Perl-based reverse proxy load balancer and web server Perlbal is a single-threaded event-based server supporting HTTP load balancing, web serving, and a mix of the two. Perlbal can act as either a web server or a reverse proxy. . One of the defining things about Perlbal is that almost everything can be configured or reconfigured on the fly without needing to restart the software. A basic configuration file containing a management port enables you to easily perform operations on a running instance of Perlbal. . Perlbal can also be extended by means of per-service (and global) plugins that can override many parts of request handling and behavior. . Homepage: http://danga.com/perlbal/ Package: libperlbal-perl Section: perl Priority: optional Architecture: all Depends: ${perl:Depends}, libbsd-resource-perl, libdanga-socket-perl, libwww-perl, libnet-netmask-perl Recommends: libio-aio-perl Description: Supporting perl libraries for perlbal Perlbal is a single-threaded event-based server supporting HTTP load balancing, web serving, and a mix of the two. Perlbal can act as either a web server or a reverse proxy. . This package contains the module files (but not the daemon) for use with perlbal, the reverse-proxy load balancer and webserver.