Welcome to Vestris Inc.
Internet Interactive Solutions Company



Software Documentation

Chapter 3. Alkaline Server Configuration

asearch.cnf Configuration File

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.
Name=Value

  • The order of options does not have any significance.

  • It is possible to specify comments by starting a line by a # sign.

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