File: FAQ-24.html

package info (click to toggle)
squid 2.4.6-2woody8
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,724 kB
  • ctags: 9,570
  • sloc: ansic: 75,398; sh: 2,213; makefile: 1,839; perl: 1,099; awk: 35
file content (40 lines) | stat: -rw-r--r-- 1,333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Draft//EN">
<HTML>
<HEAD>
<TITLE>SQUID Frequently Asked Questions: Terms and Definitions</TITLE>
</HEAD>
<BODY>
Next
<A HREF="FAQ-23.html">Previous</A>
<A HREF="FAQ.html#toc24">Contents</A>
<HR>
<H2><A NAME="s24">24. Terms and Definitions</A></H2>

<H2><A NAME="ss24.1">24.1 Neighbor</A>
</H2>

<P>In Squid, <EM>neighbor</EM> usually means the same thing as <EM>peer</EM>.
A neighbor cache is one that you have defined with the <EM>cache_host</EM> configuration
option.  Neighbor refers to either a parent or a sibling.
<P>
<P>In Harvest 1.4, neighbor referred to what Squid calls a sibling.  That is, Harvest
had <EM>parents</EM> and <EM>neighbors</EM>.  For backward compatability, the term
neighbor is still accepted in some Squid configuration options.
<P>
<H2><A NAME="ss24.2">24.2 Regular Expression</A>
</H2>

<P>Regular expressions are patterns that used for matching sequences
of characters in text.  For more information, see
<A HREF="http://jmason.org/software/sitescooper/tao_regexps.html">A Tao of Regular Expressions</A> and
<A HREF="http://www.newbie.org/gazette/xxaxx/xprmnt02.html">Newbie's page</A>.
<P>
<PRE>
$Id: FAQ.sgml,v 1.90 2000/07/11 19:58:08 wessels Exp $
</PRE>
<HR>
Next
<A HREF="FAQ-23.html">Previous</A>
<A HREF="FAQ.html#toc24">Contents</A>
</BODY>
</HTML>