You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.7 KiB
59 lines
1.7 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>
|
|
ht://Dig: Configuration file format -- Block restrictions
|
|
</title>
|
|
</head>
|
|
<body bgcolor="#eef7ff">
|
|
<h1>
|
|
Configuration file format -- Restricting Attributes
|
|
</h1>
|
|
<p>
|
|
ht://Dig Copyright © 1995-2004 <a href="THANKS.html">The ht://Dig Group</a><br>
|
|
Please see the file <a href="COPYING">COPYING</a> for
|
|
license information.
|
|
</p>
|
|
<hr size="4" noshade>
|
|
<p>
|
|
Many attributes may be restricted in scope, specifically those
|
|
used by the <a href="htdig.html">htdig</a> indexer. These
|
|
attributes can be specified on a per-server or per-URL basis
|
|
and thus can be applied to only one site or even one
|
|
particular portion of a site. For example:
|
|
</p>
|
|
<dl compact>
|
|
<dd>
|
|
<code>
|
|
<server: www.foo.com><br>
|
|
<a
|
|
href="attrs.html#server_wait_time">server_wait_time</a>: 5<br>
|
|
</server><br>
|
|
</code>
|
|
</dd>
|
|
</dl>
|
|
<p>
|
|
Here the portions inside the <server:> </server>
|
|
<strong>block</strong> are normal attributes as specified in
|
|
the <a href="cf_general.html">general configuration</a>
|
|
documentation. However, rather than applying to all servers,
|
|
these attributes will apply <em>only</em> to the www.foo.com server.
|
|
</p>
|
|
<p>
|
|
It is also possible to have <url:> </url>
|
|
blocks. With these, any URL matching the pattern specified in
|
|
the block will use the attributes within, overriding any other
|
|
configuration.
|
|
</p>
|
|
<p>
|
|
Not all attributes apply within blocks. Those that do are
|
|
listed with the appropriate context in the <a href="attrs.html">attribute
|
|
documentation</a>.
|
|
</p>
|
|
<hr size="4" noshade>
|
|
|
|
Last modified: $Date: 2004/05/28 13:15:18 $
|
|
|
|
</body>
|
|
</html>
|