/*
- * $Id: ICAPConfig.h,v 1.3 2005/12/01 19:06:46 wessels Exp $
+ * $Id: ICAPConfig.h,v 1.4 2005/12/01 23:19:24 wessels Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
int onoff;
int preview_enable;
int preview_size;
- int check_interval;
int send_client_ip;
int auth_user;
char *auth_scheme;
#
-# $Id: cf.data.pre,v 1.406 2005/11/21 23:11:24 wessels Exp $
+# $Id: cf.data.pre,v 1.407 2005/12/01 23:19:22 wessels Exp $
#
#
# SQUID Web Proxy Cache http://www.squid-cache.org/
basis by OPTIONS requests.
DOC_END
-NAME: icap_check_interval
-TYPE: int
-IFDEF: ICAP_CLIENT
-LOC: TheICAPConfig.check_interval
-DEFAULT: 300
-DOC_START
- If an ICAP server does not respond, it gets marked as unreachable. Squid
- will try again to reach it after this time.
-DOC_END
-
NAME: icap_send_client_ip
TYPE: onoff
IFDEF: ICAP_CLIENT