[htdig] SSL patches

2000-11-28 Thread Petri Makkonen

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello all

There was some discussion about an additional SSL patch to fix the
problem with 
http and SSL ports (80/443). I would appreciate this patch since it
seems to be
the problem with me, htdig and my SSL enabled Apache (linux) server.

I have not found this patch at the ftp site referred to on this
email
list frequently.

Best regards Petri Makkonen
- -- 

###

 Petri Makkonen Email:  [EMAIL PROTECTED] 
URL:http://netlander.fmi.fi/~pmakkone/
Phone:  +358 9 1929 4700 (Office) 
Mobile: +358 9 8508 1091 (Personal)   

 !!!   Public PGP key available at the above URL   !!!

###

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.8 for non-commercial use
http://www.pgp.com

iQA/AwUBOiNenA5JivcQbF3YEQInxACgil4E4vsp3C+bZH8GOK71aZwMP/oAnjEe
ycINHYdr/wZ9Rd4sOUKDK+O5
=WKUg
-END PGP SIGNATURE-


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] Problem with virtual server-names

2000-11-28 Thread Ulrich . Rebmann

Hi,
we have 2 different aliases and 1 IP-adress on one webserver:
1.) http://www.abc.de
2.) http://www2.abc.de

in the config-file we set allow_virtual_hosts: true
the start_url ist set to http://www2.abc.de/map1
the limit_urls is the same that start_url.

When we run htdig with -c configfile, there is only one message:

New server: www2.abc.de, 80 

What to do?

Greetings
Uli




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] Problem with virtual server-names

2000-11-28 Thread David Adams


- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, November 28, 2000 1:21 PM
Subject: [htdig] Problem with virtual server-names


 Hi,
 we have 2 different aliases and 1 IP-adress on one webserver:
 1.) http://www.abc.de
 2.) http://www2.abc.de
 
 in the config-file we set allow_virtual_hosts: true
 the start_url ist set to http://www2.abc.de/map1
 the limit_urls is the same that start_url.
 
 When we run htdig with -c configfile, there is only one message:
 
 New server: www2.abc.de, 80 
 
 What to do?
 
 Greetings
 Uli
 
 
 

If you want to index both servers then you should have:

limit_urls_to:http://www2.abc.de/http://www.abc.de

you have set it to index one page on one server.

--
David Adams
University of Southampton



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] Antwort: Re: [htdig] Problem with virtual server-names

2000-11-28 Thread David Adams


On Tue, 28 Nov 2000 14:43:35 +0100 
[EMAIL PROTECTED] wrote:

 Hi David,
 
 it is a little bit different:
 
 We have 2 aliases but i want to index only one. So i write in the configfile
 start_url: www2.abc.de/map1.
 But htdig said: unable to build connection with www2.abc.de, 80.
 
 greetings
 
 uli
 
 

Then you need

limit_url_to: www2.abc.de/

otherwise htdig will only index the page www2.abc.de/map1

You did not mention the "unable to build connection" error 
message in your first email.  Perhaps your server is down 
or you have a network problem?

--
David Adams
[EMAIL PROTECTED]



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] Decoding -v output.

2000-11-28 Thread Eric Bliss



Is there any place where I can find a listing of 
what each field of the -v output of htdig is for and what the various values 
(including the part where it gives the - + and *) mean?

Eric Bliss
Web Developer
Digital Media Online


Re: [htdig] Decoding -v output.

2000-11-28 Thread Gilles Detillieux

According to Eric Bliss:
 Is there any place where I can find a listing of what each field of the 
 -v output of htdig is for and what the various values (including the 
 part where it gives the - + and *) mean?

Here's one for the FAQ...

When htdig -v spits out a line like this:

23000:35506:2:http://xxx.yyy.zz/index.html: ***-+--++***+ size = 4056

The first number is the number of documents parsed so far, the second
is the DocID for this document, and the third is the hop count of the
document (number of hops from one of the start_url documents).  After the
URL, it shows a "*" for a link in the document that it already visited (or
at least queued for retrieval), a "+" for a new link it just queued, and a
"-" for a link it rejected for any of a number of reasons.  To find out
what those reasons are, you need to run htdig with at least 3 "v" options.
If there are no "*", "+" or "-" symbols after the URL, it doesn't mean
the document was not parsed or was empty, but only that no links to other
documents were found within it.

-- 
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] SSL patches

2000-11-28 Thread Joshua Gerth


Hi Petri,

 There was some discussion about an additional SSL patch to fix the
 problem with http and SSL ports (80/443). I would appreciate this
 patch since it seems to be the problem with me, htdig and my SSL
 enabled Apache (linux) server.
 
 I have not found this patch at the ftp site referred to on this email
 list frequently.

Sorry, thats my bad.  I am attaching my patch.  Can you please give it a
try and let me know if it works for you.  If so then I will upload it to
the htdig website.  

(Its a tar which expands to two files: readme, ssl.3) 

Thanks,
Joshua




 ssl_3.tar


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] Decoding -v output.

2000-11-28 Thread Eric Bliss

Many thanks for answering this question.  You're right, it should have been
in the FAQ.

Thanks again.

Eric Bliss
Web Developer
Digital Media Online
- Original Message -
From: Gilles Detillieux [EMAIL PROTECTED]
To: Eric Bliss [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, November 28, 2000 11:23 AM
Subject: Re: [htdig] Decoding -v output.


 According to Eric Bliss:
  Is there any place where I can find a listing of what each field of the
  -v output of htdig is for and what the various values (including the
  part where it gives the - + and *) mean?

 Here's one for the FAQ...

 When htdig -v spits out a line like this:

 23000:35506:2:http://xxx.yyy.zz/index.html: ***-+--++***+ size = 4056

 The first number is the number of documents parsed so far, the second
 is the DocID for this document, and the third is the hop count of the
 document (number of hops from one of the start_url documents).  After the
 URL, it shows a "*" for a link in the document that it already visited (or
 at least queued for retrieval), a "+" for a new link it just queued, and a
 "-" for a link it rejected for any of a number of reasons.  To find out
 what those reasons are, you need to run htdig with at least 3 "v" options.
 If there are no "*", "+" or "-" symbols after the URL, it doesn't mean
 the document was not parsed or was empty, but only that no links to other
 documents were found within it.

 --
 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] Decoding -v output.

2000-11-28 Thread Gilles Detillieux

According to Eric Bliss:
 Many thanks for answering this question.  You're right, it should have been
 in the FAQ.

I just committed to CVS the answers to FAQ 5.26 (htdig -v output) and
5.27 (reasons for rejection).  They should be up on the web site within
an hour.

-- 
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] Decoding -v output.

2000-11-28 Thread Eric Bliss

 According to Eric Bliss:
  Many thanks for answering this question.  You're right, it should have
been
  in the FAQ.

 I just committed to CVS the answers to FAQ 5.26 (htdig -v output) and
 5.27 (reasons for rejection).  They should be up on the web site within
 an hour.

One other place it should appear is in the reference section, under the
htdig options.  It mentions verbose mode, but it doesn't tell what the
information returned is.

Eric Bliss
Web Developer
Digital Media Online

 --
 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




[htdig] Planned outage

2000-11-28 Thread Andrew Scherpbier

The ht://Dig website, ftp, email, and cvs services will be down for most
of the coming weekend, probably starting Friday afternoon (PST).
This is due to the physical move of my office (and the ht://Dig
machine.)
The machine will get a new IP address, so I'll have to make DNS changes
as well.  You may experience DNS propegation delays because of this.

Since DNS for htdig.org is handled elsewhere, it will remain alive
during the move.  You can use the Italian mirror for web and ftp
access:  http://www.it.htdig.org/ and ftp://ftp.it.htdig.org/
but please be kind to the international networks...

-- 
Andrew Scherpbier, Chief Scientist
Evoke Communications (http://www.evoke.com/)
8334 Clairemont Mesa Blvd #204, San Diego, CA 92111
phone +1.858.278.2329 x115   fax +1.858.278.2502


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