|
From: Geetha M. <ge...@in...> - 2002-06-26 09:39:51
|
1344 is the default port where ICAP server runs. If u read the ICAP 1.0 internet draft, they specify 4 vectoring points for modification of request and response (one before caching and one after caching - that is precache, postcache for reqmod and respmod). Currently, in squid, we make no distinction of precache and postcache. So reqmod_precache and reqmod_postcache have the same functionality. regards, Geetha ma...@so... wrote: > > Thanks, Geetha pal! > > What is the meaning and function of "respmod_precache" > in the configuration file? > > What is the function of port "1344" of my ip address? > I noticed that the sample configuration file has the same > port number. > > Cheers, > George Erik > > ----- Original Message ----- > From: Geetha Manjunath > To: ma...@so... ;Ralf Horstmann > Cc: ica...@li... ;squid-icapClient > Subject: Re: [icap-server] Configure "icap_service" and "acl" in squid.conf. > Sent: Wed Jun 26 16:38:48 CST 2002 > > > No George, You will need the following statements to enable all reqmods > > and respmods from the icap_server. > > --- > > 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 > > --- > > Ralf Horstmann is the author of these acl config changes. > > Ralf, can we setup the defaults such that a smaller subset of these > > statements would do the same job? May be for icap_access? I guess the > > latest on the CVS has the icap_mode removed?? > > > > thanks and regards, > > Geetha > > > > > > ma...@so... wrote: > > > > > > Hi, pals! > > > > > > In my purpose, I think I want everyone to use my ICAP > > > at any time and from anywhere. Must I set the "acl", > > > and "icap_service" variables in squid.conf? > > > > > > I noticed that there are file variabls that deal with > > > icap in squid.conf. > > > > > > icap_enable > > > icap_mode > > > icap_service > > > icap_class > > > icap_access > > > If I want everyone to use my ICAP at any time > > > and from anywhere, I think I need only to set > > > "icap_enable" and "icap_mode". So, I think > > > the other variables are not needed in my case. > > > Am I correct? > > > > > > Cheers, > > > George Erik > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by: Jabber Inc. > > > Don't miss the IM event of the season | Special offer for OSDN members! > > > JabConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn > > > _______________________________________________ > > > icap-server-general mailing list > > > ica...@li... > > > https://lists.sourceforge.net/lists/listinfo/icap-server-general > > ------------------------------------------------------- > This sf.net email is sponsored by: Jabber Inc. > Don't miss the IM event of the season | Special offer for OSDN members! > JabConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn > _______________________________________________ > icap-server-general mailing list > ica...@li... > https://lists.sourceforge.net/lists/listinfo/icap-server-general |