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

Check links problem

Quote Reply
Check links problem
I am trying to check the links that are in the system. The problem is that the program is putting a :80 at the end of the URL. Therefore it says the link is bad.

What do I do?

Quote Reply
Re: Check links problem In reply to
The :80 is not causing the error. It represents the port number that is the default port for a httpd server.

The only time a port number is used is when the LWP method of verifying cannot be used and Links uses the IO::Socket method instead.
Quote Reply
Re: Check links problem In reply to
Does that mean that my LWP is bad or something on the server. What do I do from here?

Thanks in advance.