/*
- * $Id: cache_cf.cc,v 1.405 2002/04/13 22:25:19 hno Exp $
+ * $Id: cache_cf.cc,v 1.406 2002/04/13 22:30:53 hno Exp $
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
safe_free(pattern);
}
+#if UNUSED_CODE
static int
check_null_refreshpattern(refresh_t * data)
{
return data == NULL;
}
+#endif
static void
free_refreshpattern(refresh_t ** head)
#
-# $Id: cf.data.pre,v 1.255 2002/04/07 03:35:30 hno Exp $
+# $Id: cf.data.pre,v 1.256 2002/04/13 22:30:53 hno Exp $
#
#
# SQUID Web Proxy Cache http://www.squid-cache.org/
TYPE: refreshpattern
LOC: Config.Refresh
DEFAULT: none
-DEFAULT_IF_NONE: ^ftp: 1440 20% 10080
-DEFAULT_IF_NONE: ^gopher: 1440 0% 1440
-DEFAULT_IF_NONE: . 0 20% 4320
DOC_START
usage: refresh_pattern [-i] regex min percent max [options]
Note, you must uncomment all the default lines if you want
to change one. The default setting is only active if none is
used.
+
+Suggested default:
+NOCOMMENT_START
+refresh_pattern ^ftp: 1440 20% 10080
+refresh_pattern ^gopher: 1440 0% 1440
+refresh_pattern . 0 20% 4320
+NOCOMMENT_END
DOC_END
NAME: reference_age