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.
In order to start c-icap at boot and stop it properly at shutdown,
make sure rc.c-icap is executable and add the following lines to
the following files:
/etc/rc.d/rc.local
==================
# Startup c-icap
if [ -x /etc/rc.d/rc.c-icap ]; then
/etc/rc.d/rc.c-icap start
fi
/etc/rc.d/rc.local_shutdown
===========================
# Stop c-icap
if [ -x /etc/rc.d/rc.c-icap ]; then
/etc/rc.d/rc.c-icap stop
fi
Maintained by: Jeremy HOCDE
Keywords: icap
ChangeLog: c-icap
Homepage:
http://c-icap.sourceforge.net/
Download SlackBuild:
c-icap.tar.gz
c-icap.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
Individual Files: |
README |
c-icap.SlackBuild |
c-icap.conf |
c-icap.info |
doinst.sh |
rc.c-icap |
slack-desc |
© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds