Re: [squid-users] 2 dumb questions (and for that, i am sorry)

From: Carlo Rodrigues <csmr@dont-contact.us>
Date: Tue, 05 Oct 2004 13:00:31 +0100

Try to check in your squid.conf if you're trying to bind port 3128 to
listen to different protocols.
The line "2004/09/29 12:13:42| Accepting HTTP connections at
10.10.2.250, port 8080, FD 16" says that squid starts listening to this
port for HTTP connections, but later you try to open another file
descriptor (FD 17) on the same port.

Try to grep "3128" or "8080" on your squid conf and find all the lines
that mention this port number.

Carlo Rodrigues

Mário Gamito wrote:

> Hi,
>
>> But the problem is that SQUID can not use the specified http port
>> because it is in use (by another process).
>
>
> Yes, that's the obvious thing.
> The problem is that i have no process listening in port 3128.
>
> Also i've changed the port to 8080 and get the same thing:
> "2004/09/29 12:13:42| Accepting HTTP connections at 10.10.2.250, port
> 8080, FD 16.
> 2004/09/29 12:13:42| commBind: Cannot bind socket FD 17 to
> 10.10.2.250:8080: (98) Address already in use"
>
> Regards,
> Mário Gamito
Received on Tue Oct 05 2004 - 06:00:28 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:01 MST