Description
This is the main command of the indexer.conf file. It's used
to describe web-space you want to index. It also inserts
given URL into database to use it as a start point.
You may use "Server" command as many times as a number of different
servers or their parts you want to index.
"Method" is an optional parameter which can take on of the following values:
Allow, Disallow, CheckOnly, HrefOnly, CheckMP3, CheckMP3Only, Skip.
"Subsection" is an optional parameter to specify server's subsection,
i.e. a part of Server command argument.
It can take the following values:
"page" describes web space which consists of one page with address URL.
"path" describes all documents which are under the same path with URL.
"site" describes all documents from the same host with URL.
"world" means "any document".
"urllist" works almost like "page" but also allows to follow from
the URL given in the current "Server urllist" command to some
URL corresponding to a "Realm site" command even if the two
URLs belong to the different sites.
Default value is "path".