is or was that it uses an ip to create the
session?! so if ip changes the session is dropped (can happen every 5min or
when i am lucky the ip does not change for a couple of hours).
> Am 13.01.2016 um 17:53 schrieb Amos Jeffries :
>
>> On 14/01/2016 5:35 a.m., Christian Kunkel wrote:
Hey guys,
i need a way to autheticate or authorize users to my squid server so i can
create some kind of a session and drop users after x hours they have been using
my proxy. important thing would be to create only one session per user. i do
not have access to users network. they are connecting
>> Am 05.01.2016 um 02:16 schrieb Amos Jeffries :
>>
>>> On 5/01/2016 8:31 a.m., Matus UHLAR - fantomas wrote:
>>> On 04.01.16 14:43, Christian Kunkel wrote:
>>> is there any way to use different access control lists per listening
>>> port?
>>
Hey guys,
is there any way to use different access control lists per listening port?
http_port 1337
acl 1337
http_port 1338
acl 1338
and so on. As i said in my previous question, there is no way i can autheticate
or authorize a user. The only way is to use unique ports. I know that squid is
so
> Am 04.01.2016 um 12:46 schrieb Amos Jeffries :
>
> Squid is limited to 64 listening ports. That can be extended a little in
> exchange for reducing Squid operating speed, but 200-500 is going very
> far. This will cause problems with your stated goal of handling Gbps,
> Squid will need some fi
>>> How many users do you have?
>>
>> i wanted to put about 200-500 users on a server. is that possible?
>
> Certainly no problem for Squid, and I guess you could assign that number of
> separate listening ports for use one per user, but I'll let someone who knows
> more about Squid's internal
> Am 03.01.2016 um 10:13 schrieb Antony Stone
> :
>
>> On Sunday 03 January 2016 at 09:42:21, Christian Kunkel wrote:
>>
>> Am 03.01.2016 um 01:14 schrieb Antony Stone;
>>>>> On Sunday 03 January 2016 at 00:46:39, Christian Kunkel wrote:
>>>
Am 03.01.2016 um 01:14 schrieb Antony Stone :
>
>> On Sunday 03 January 2016 at 00:46:39, Christian Kunkel wrote:
>>
>> Hey guys,
>>
>> is there any way i can do some traffic shaping with squid?
>
> Yes, but it's nowhere near as good as doing it wi
Hey guys,
is there any way i can do some traffic shaping with squid? Its a bit
complicated in my case. I can not shape through user ip because squid is not
running on a local network. I've been thinking to create a multiple ports with
squid and limit the ports. How can i do that? Or is there a