Kir Kolyshkin wrote:
Johannes Beus wrote:

Hello,

in etc/aspseek.conf it says:

# DataDir is the root directory delta files and for files with information
# about words, subsets, spaces.
# Defaults to var directory under ASPseek installation.

But when I set var dir to another dir by "DataDir /www/var" aspseek still uses var/aspseek12.

Name of the SQL database (last word in DBAddr directive) is appended
to DataDir, so you can have multiple databases and not mix them all.
So, if you set
    DBAddr mysql://user:pass@localhost/dbname/
    DataDir /var/www
ASPseek will put data files into /var/www/dbname/ subdirectory.


The problem is not that aspssek uses /www/var/dbname, the problem is that it uses /usr/local/aspseek/var/dbname. You can see my aspseek.conf at http://admin.sistrix.com/aspseek.conf if that helps.

Johannes

Reply via email to