alternate Db problem
Posted: Wed Oct 14, 1998 2:14 pm
Hello,
I read the docs and the list archives, but I can't get the search script
to query a different db (not the default one).
I have the default one under /home/httpd/html/webinator/db
I can get to it by going to:
http://example.mysite.com/cgi-bin/texis ... or/search/
No problems there.
Then I created a different Db under /index/mydb
So I tried getting to it via
http://example.mysite.com/cgi-bin/texis ... ch?db=mydb
didn't work and I thought that is because the script is looking for
something under webinator directory.
So I tried getting to this new db via:
http://example.mysite.com/cgi-bin/texis ... index/mydb
That didn't work either.
Then I created a symbolic link from /home/httpd/html/webinator/mydb to
/index/mydb
and tried getting to it via
http://example.mysite.com/cgi-bin/texis ... ch?db=mydb
Still no go.
How do I do this then?
My web server (html, htdocs) is under /home/httpd/html/
but I want my Db under /index because that is where we put lots of big
RAID disks.
How can I search a database that is there?
Thanks,
Otis