[squid-users] Wpad

2024-10-01 Thread Jonathan Lee
Hello fellow squid users, Can you please help? I am attempting to run wpad on the same machine as squid however port 80 443 is blocked, I have a url redirect 192.168.1.1/wpad.dat to https://192.168.1.1:8080/wpad.dat this is done with use of squid guard, however you must disable bypass for 192.1

Re: [squid-users] Could we have variables in squid conf file ?

2024-10-01 Thread Matus UHLAR - fantomas
On 2024-10-01 11:49, Dr.X wrote: Just wondering if I can have in squid.conf like : export FRONTEND='1.2.3.4' http_port {FRONTEND}:3128 But the way above did not work and seems not recognized by squid . My question is , Is it possible that I identify a variable and give it a value like string

Re: [squid-users] Could we have variables in squid conf file ?

2024-10-01 Thread Alex Rousskov
On 2024-10-01 11:49, Dr.X wrote: Just wondering if I can have in squid.conf like : export FRONTEND='1.2.3.4' http_port {FRONTEND}:3128 But the way above did not work and seems not recognized by squid . My question is , Is it possible that I identify a variable and give it a value like string

[squid-users] Could we have variables in squid conf file ?

2024-10-01 Thread Dr . X
Hello Guys , Just wondering if I can have in squid.conf like : export FRONTEND='1.2.3.4' export Folder=’rtx21’ export SUBSESSIONS=20 http_port {FRONTEND}:3128 auth_param basic program /lib/stinger/basic_ncsa_auth /etc/stinger/squid_user{Folder} But the way above did not work and seems not recog