Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

Verifying Links with HTTP Proxy

Quote Reply
Verifying Links with HTTP Proxy
Thus far I have had great results installing Links, but (there is always a but) I can not seem to get Link Verification to work. I have version 522 of ActivePerl installed and all my other scripts that use a proxy work fine. When I try to verify links I get the following:

--------------------------------------------
Link checking started at: Sat Jan 29 09:40:33 2000
--------------------------------------------------------
Registering URLs ...

Done.

Links to check '4' using HEAD method. Please be patient...

Checked 5 - Request Failed (302). Message: Object Moved. URL: http://www.the-bbs.com/users
Checked 3 - Request Failed (404). Message: Object Not Found. URL: http://www.the-bbs.com/users/bgaddis
Checked 2 - Request Failed (302). Message: Object Moved. URL: http://www.the-bbs.com/users/canada
Checked 1 - Request Failed (302). Message: Object Moved. URL: http://www.the-bbs.com/users/troop2209

Took: 1 seconds to check 4 links.

Bad Link Summary
-----------------------------------------------
3 - http://www.the-bbs.com/users/bgaddis [modify|delete] : 404 - Object Not Found
2 - http://www.the-bbs.com/users/canada [modify|delete] : 302 - Object Moved
1 - http://www.the-bbs.com/users/troop2209 [modify|delete] : 302 - Object Moved
5 - http://www.the-bbs.com/users [modify|delete] : 302 - Object Moved

-----------------------------------------------

Good Links: 0
Bad Links : 4
--------------------------------------------

My proxy settings in nhp-verify.cgi are

--------------------------------------------
# proxy server, or try manually by setting:
# $ENV{'HTTP_PROXY'} = "http://host";
# $checker->env_proxy(); # Set up any proxy settings from environment.

$ENV{'HTTP_PROXY'} = "http://10.1.1.1:8080";
$checker->env_proxy(); # Set up any proxy settings from environment.
--------------------------------------------

Any help would be appreciated.

Kraken

# Please do not change the user agent.
Subject Author Views Date
Thread Verifying Links with HTTP Proxy Kraken 3856 Jan 29, 2000, 3:53 AM
Post Re: Verifying Links with HTTP Proxy
Eliot 3765 Jan 29, 2000, 1:19 PM
Post Re: Verifying Links with HTTP Proxy
Kraken 3765 Jan 29, 2000, 9:40 PM
Post Re: Verifying Links with HTTP Proxy
Eliot 3772 Jan 31, 2000, 12:48 PM
Post Re: Verifying Links with HTTP Proxy
Kraken 3770 Jan 31, 2000, 2:51 PM
Post Re: Verifying Links with HTTP Proxy
Eliot 3766 Feb 1, 2000, 4:04 PM
Post Re: Verifying Links with HTTP Proxy
Kraken 3767 Feb 2, 2000, 3:00 AM
Post Re: Verifying Links with HTTP Proxy
Eliot 3766 Feb 6, 2000, 2:09 PM