Skip to content

CM4all/beng-proxy

Repository files navigation

beng-proxy

beng-proxy is a web server designed for shared web hosting. This repository also contains beng-lb, a load balancer.

For more information, read the manual in the doc directory.

Building beng-proxy

You need:

Optional dependencies:

Get the source code:

git clone --recursive https://github.com/CM4all/beng-proxy.git

Run meson:

meson setup output

Compile and install:

ninja -C output
ninja -C output install

Building the Debian package

After installing the build dependencies (dpkg-checkbuilddeps), run:

dpkg-buildpackage -rfakeroot -b -uc -us