Skip to content

c-icap/c-icap-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The c-icap server                         http://c-icap.sourceforge.net/

c-icap is an implementation of an ICAP server. It can be used with HTTP
proxies that support the ICAP protocol to implement content adaptation
and filtering services.

Most of the commercial HTTP proxies must support the ICAP protocol. The
open source Squid proxy server supports it.

Major features:
  - ICAP over TLS support
  - C API for developing custom content adaptation and filtering services
  - plugins interface
  - LDAP integration
  - simple ICAP client API

For support, use the following resources:
 - General discussion related to c-icap server:
   [email protected]
 - Basic installation and configuration instructions:
   https://sourceforge.net/p/c-icap/wiki/configcicap/
 - c-icap service developers should start from here:
   https://sourceforge.net/p/c-icap/wiki/Developers/