RE: [htdig] Hi, need help with searching database.

2000-12-19 Thread Akshay Guleria



-Original Message-
From: Gilles Detillieux [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 18, 2000 10:10 PM
To: [EMAIL PROTECTED]
Cc: ht://Dig mailing list
Subject: Re: [htdig] Hi, need help with searching database.


According to Akshay Guleria:
 thanx Gilles,
 However my problem is now fixed. I am using the following.
 htdig-3.2.0-0.b2.i386.rpm

Ah, I wasn't aware that this version was out in RPM.  There are many
known bugs in 3.2.0b2, so don't be surprised if other problems occur.
The scoring bug in htsearch is very likely to turn up, unless this
RPM included a patch for this bug.

 There were 2 problems (in case you are interested):
 1. htaccess files not allowing the rundig to connect to the server.

|There's not much htdig can do about this.  If the .htaccess file sets
|up Basic authorization, then you can use the -u option to provide the
|user name and password to the server.  If the .htaccess file set up
|some other restrictions, you're out of luck, but then these pages would
|also be inaccessible from a standard web browser coming in from the same
|address.

Infact I added "Allow from localhost" lines in my htaccess and it works.
Just a work arround.

 2. This file in /var/lib/htdig needed webserver owner's ownership.
 db.words.db_weakcmpr

 As soon as I owned it by "apache", it worked. I dont know but I think the
 rpm packager should have have taken care of this.
 Anyway, it works now.

 Thanx a lot for getting back.

|This point was covered in FAQ 5.17.  I didn't realize you were running
|a 3.2 beta before.  It's very important to mention which version you're
|running, because many, if not most, of the bugs and problems that come
|up are version-specific.  There's not much the RPM packager can do
|about this particular bug in htdig, because the db.words.db_weakcmpr
|file is not normally part of the RPM distribution - it's only created
|after installation, when you run the rundig script.

Oops! I had gone through the FAQ and this particualr point too but Goosh! I
had missed out the second paragraph just because I was in a hurry to go
through the complete FAQ.

Thanx a lot for pointing that out.

 -Original Message-
 From: Gilles Detillieux [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 13, 2000 11:20 PM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: [htdig] Hi, need help with searching database.


 According to Akshay Guleria:
  I just installed Redhat7.0 on my machine. And then installed htdig rpm.
I
  can see the page
  http://myhost/htdig/ which is the search page.

 Which htdig rpm did you install?  For Red Hat 7.0, you should use the RPM
 for htdig-3.1.5-6 that comes with the 7.0 PowerTools.

  I make a search and for any search I make, it returns a page saying
  "No matches found for ... "
 
  Now, I ran rundig and it increased the file sizes in /var/lib/htdig. So,
I
  presume the database was created. And then I ran htmerge. But I still
get
  the
  "No matches found .." page.

 If you run rundig, you don't need to run htmerge separately.  The rundig
 script will run htdig followed by htmerge.  You should try running
 your /var/www/cgi-bin/htsearch program right from the command line
 first, to see if that works.  If it does, it may be an Apache server
 configuration problem, or a problem with your search form.  Did you
 make any changes to the /var/www/html/htdig/search.html search form?
 If so, see http://www.htdig.org/FAQ.html#q5.17

 --
 Gilles R. Detillieux  E-mail: [EMAIL PROTECTED]
 Spinal Cord Research Centre   WWW:
 http://www.scrc.umanitoba.ca/~grdetil
 Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
 Winnipeg, MB  R3E 3J7  (Canada)   Fax:(204)789-3930

 
 To unsubscribe from the htdig mailing list, send a message to
 [EMAIL PROTECTED]
 You will receive a message to confirm this.
 List archives:  http://www.htdig.org/mail/menu.html
 FAQ:http://www.htdig.org/FAQ.html



--
Gilles R. Detillieux  E-mail: [EMAIL PROTECTED]
Spinal Cord Research Centre   WWW:
http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:(204)789-3930


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html



To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] Hi, need help with searching database.

2000-12-18 Thread Gilles Detillieux

According to Akshay Guleria:
 thanx Gilles,
 However my problem is now fixed. I am using the following.
 htdig-3.2.0-0.b2.i386.rpm

Ah, I wasn't aware that this version was out in RPM.  There are many
known bugs in 3.2.0b2, so don't be surprised if other problems occur.
The scoring bug in htsearch is very likely to turn up, unless this
RPM included a patch for this bug.

 There were 2 problems (in case you are interested):
 1. htaccess files not allowing the rundig to connect to the server.

There's not much htdig can do about this.  If the .htaccess file sets
up Basic authorization, then you can use the -u option to provide the
user name and password to the server.  If the .htaccess file set up
some other restrictions, you're out of luck, but then these pages would
also be inaccessible from a standard web browser coming in from the same
address.

 2. This file in /var/lib/htdig needed webserver owner's ownership.
 db.words.db_weakcmpr
 
 As soon as I owned it by "apache", it worked. I dont know but I think the
 rpm packager should have have taken care of this.
 Anyway, it works now.
 
 Thanx a lot for getting back.

This point was covered in FAQ 5.17.  I didn't realize you were running
a 3.2 beta before.  It's very important to mention which version you're
running, because many, if not most, of the bugs and problems that come
up are version-specific.  There's not much the RPM packager can do
about this particular bug in htdig, because the db.words.db_weakcmpr
file is not normally part of the RPM distribution - it's only created
after installation, when you run the rundig script.

 -Original Message-
 From: Gilles Detillieux [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 13, 2000 11:20 PM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: [htdig] Hi, need help with searching database.
 
 
 According to Akshay Guleria:
  I just installed Redhat7.0 on my machine. And then installed htdig rpm. I
  can see the page
  http://myhost/htdig/ which is the search page.
 
 Which htdig rpm did you install?  For Red Hat 7.0, you should use the RPM
 for htdig-3.1.5-6 that comes with the 7.0 PowerTools.
 
  I make a search and for any search I make, it returns a page saying
  "No matches found for ... "
 
  Now, I ran rundig and it increased the file sizes in /var/lib/htdig. So, I
  presume the database was created. And then I ran htmerge. But I still get
  the
  "No matches found .." page.
 
 If you run rundig, you don't need to run htmerge separately.  The rundig
 script will run htdig followed by htmerge.  You should try running
 your /var/www/cgi-bin/htsearch program right from the command line
 first, to see if that works.  If it does, it may be an Apache server
 configuration problem, or a problem with your search form.  Did you
 make any changes to the /var/www/html/htdig/search.html search form?
 If so, see http://www.htdig.org/FAQ.html#q5.17
 
 --
 Gilles R. Detillieux  E-mail: [EMAIL PROTECTED]
 Spinal Cord Research Centre   WWW:
 http://www.scrc.umanitoba.ca/~grdetil
 Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
 Winnipeg, MB  R3E 3J7  (Canada)   Fax:(204)789-3930
 
 
 To unsubscribe from the htdig mailing list, send a message to
 [EMAIL PROTECTED]
 You will receive a message to confirm this.
 List archives:  http://www.htdig.org/mail/menu.html
 FAQ:http://www.htdig.org/FAQ.html
 


-- 
Gilles R. Detillieux  E-mail: [EMAIL PROTECTED]
Spinal Cord Research Centre   WWW:http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:(204)789-3930


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] Hi, need help with searching database.

2000-12-14 Thread Geoff Hutchison

At 6:03 PM +0530 12/13/00, Akshay Guleria wrote:
Now, I ran rundig and it increased the file sizes in /var/lib/htdig. So, I
presume the database was created. And then I ran htmerge. But I still get
the "No matches found .." page.

There are a number of possible causes. My first question is whether 
you get results if you run the htsearch CGI from the command-line.

--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




RE: [htdig] Hi, need help with searching database.

2000-12-14 Thread Akshay Guleria

I didn't try this out but the problem got fixed when I ran rundig in verbose
mode based. In fact problem was with the .htaccess in my server root.

I think I should have checked that before bothering the list.


-Original Message-
From: Geoff Hutchison [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 15, 2000 10:10 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [htdig] Hi, need help with searching database.


At 6:03 PM +0530 12/13/00, Akshay Guleria wrote:
Now, I ran rundig and it increased the file sizes in /var/lib/htdig. So, I
presume the database was created. And then I ran htmerge. But I still get
the "No matches found .." page.

There are a number of possible causes. My first question is whether
you get results if you run the htsearch CGI from the command-line.

--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/



To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




[htdig] Hi, need help with searching database.

2000-12-13 Thread Akshay Guleria

Hi Everyone,

I'll need help with htdig.

I just installed Redhat7.0 on my machine. And then installed htdig rpm. I
can see the page
http://myhost/htdig/ which is the search page.
I make a search and for any search I make, it returns a page saying
"No matches found for ... "

Now, I ran rundig and it increased the file sizes in /var/lib/htdig. So, I
presume the database was created. And then I ran htmerge. But I still get
the
"No matches found .." page.

What am i missing?
Any help will be appreciated.

Thanx,
Akshay



To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] Hi, need help with searching database.

2000-12-13 Thread Gilles Detillieux

According to Akshay Guleria:
 I just installed Redhat7.0 on my machine. And then installed htdig rpm. I
 can see the page
 http://myhost/htdig/ which is the search page.

Which htdig rpm did you install?  For Red Hat 7.0, you should use the RPM
for htdig-3.1.5-6 that comes with the 7.0 PowerTools.

 I make a search and for any search I make, it returns a page saying
 "No matches found for ... "
 
 Now, I ran rundig and it increased the file sizes in /var/lib/htdig. So, I
 presume the database was created. And then I ran htmerge. But I still get
 the
 "No matches found .." page.

If you run rundig, you don't need to run htmerge separately.  The rundig
script will run htdig followed by htmerge.  You should try running
your /var/www/cgi-bin/htsearch program right from the command line
first, to see if that works.  If it does, it may be an Apache server
configuration problem, or a problem with your search form.  Did you
make any changes to the /var/www/html/htdig/search.html search form?
If so, see http://www.htdig.org/FAQ.html#q5.17

-- 
Gilles R. Detillieux  E-mail: [EMAIL PROTECTED]
Spinal Cord Research Centre   WWW:http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:(204)789-3930


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html