0

I'm using Squid3 for its caching capabilities on a bunch of IPv6 addresses. The only thing is, only 128 of them initialize properly, and any more won't connect.

Can you think of any settings that I can check?

From logs:

WARNING: You have too many 'http_port' lines The limit is 128 
1
  • 1
    Just curious, why do you need to bind to more than 128 interfaces? I'm curious to know what kind of application such configurations apply to. Commented Jun 25, 2011 at 7:04

2 Answers 2

2

squid/src/defines.h has:

#define MAXHTTPPORTS 128 

change that value. In ubuntu: get the source package, rebuild and install.

-1

In Squid 3.3.9 its

File: src/anyp/PortCfg

#define MAXTCPLISTENPORTS 128 

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.