Pound/2.8について、ここに記述してください。

http://www.apsis.ch/pound/

POUND - REVERSE-PROXY AND LOAD-BALANCER

The Pound program is a reverse proxy, load balancer and HTTPS front-end for Web server(s). Pound was developed to enable distributing the load among several Web-servers and to allow for a convenient SSL wrapper for those Web servers that do not offer it natively. Pound is distributed under the GPL - no warranty, it's free to use, copy and give away.

STABLE VERSIONS Pound-2.8.tgz

Unpack. Do the usual thing:

        ./configure

The following options are available for the configure script:

        --with-ssl=ssl_dir   -- OpenSSL home directory

        --disable-super      -- disable supervisor process (default: enabled)

        --with-t_rsa=nnn     -- timeout of the RSA ephemeral keys regeneration (default: 30 minutes).

        --with-owner=owner   -- name of installed binaries owner (default is system-dependent).

        --with-group=group   -- name of installed binaries group (default is system-dependent).

        --with-dh=nnn        -- size of the support DH keys (1024/2048)

Check that the resulting Makefile is correct and possibly adjust flags as needed on your system. Compile:

         make