This file defines various configuration options that drive the indexing process for each individual
site. The file name, asearch.cnf
cannot be changed.
Each configuration option has to be written on a single line and
has the following format.
For example:
UrlList=http://www.foo.com
Remote=N
|
Directives supported in this file are described in
Appendix I: The asearch.cnf Configuration Reference
.
The asearch.cnf
file can contain multiple virtual
configurations,
separated by * (star) characters. Each virtual configuration can have separate options and url lists. For example:
UrlList=http://www.foo.com
Remote=Y
UrlInclude=foo.com
* Virtual Configuration Bar
UrlList=http://www.bar.com/
Remote=N
|