Skip to content

nn6n/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:

Run meson:

meson . 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

Packages

No packages published

Languages

  • C++ 95.2%
  • Python 3.1%
  • Meson 1.2%
  • C 0.3%
  • Ruby 0.1%
  • Shell 0.1%