bitz-server(1) | User Manuals | bitz-server(1) |
bitz-server - An ICAP server
bitz-server [--version] [--help] [--usage] [--debug] [--config=<config file>]
bitz-server is an ICAP server implementation in C++. Starting from scratch, the server is developed with a modular architecture in mind. The server core (written in C++) will handle the client requests, manage workers (child processes) etc. and will provide basic handlers to serve ICAP requests but won't do any actual content adaptation.
To extend this core functionality and do some actual content adaptation a pluggable modules architecture is used. These modules will provide features like content filtering, anti-virus scanning etc. and to make it easier to write (and faster to implement) such modules a python interface module is included.
/etc/bitz/bitz-server.conf
Please report all bugs and feature requests at <https://github.com/uditha-atukorala/bitz-server/issues>
Uditha Atukorala <ua@nuked.zone>
November 2015 | Linux |