-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathREADME
23 lines (19 loc) · 888 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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:
- 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/