|
From: <ma...@so...> - 2002-06-29 11:24:45
|
Hi, pals! When user visiting web pages through icap-client(proxy server), they got errors, "broken pipe". I want to make it clear that whether I have installed icap-server and icap-client correctly. I am using Reh Hat 7.2, Kernel 2.4.7-10, squid-icap-client-1.2-src.tgz, icap_server-1.2.tar.gz. 0.install Python and PyXML 1. Install icap-client: ./configure --enable-icap-support --prefix=/usr/local/squid make make install modify squid.conf ----------- icap_enable on icap_mode both icap_service reqService reqmod_precache 0 icap://210.73.46.75:1344/reqmod icap_service resService respmod_precache 0 icap://210.73.46.75:1344/respmod icap_class MyClass reqService resService icap_access MyClass allow all icap_access reqService allow all icap_access resService allow all ----------- modify squid.conf ----------- cache_mem cache_dir acl http_access ----------- ./squid -z 2. install icap-server modify the setup file ----------- export ICAP_PATH=`pwd` export PYTHONPATH=$ICAP_PATH/medusa-20010416:$ICAP_PATH/proxylet:/usr/lib/python2.2/site-packages ----------- then run . ./setup 3.start icap ./squid -NCd1 ./start_icap.py Have I missed anything? Or I did something wrong? Cheers, George Erik |