Re: [squid-users] Squid and url modifying

2019-03-05 Thread Egoitz Aurrekoetxea
Hi!, Thank you so much for all your effort. We have finally got it done by using a mixed solution. A script plus the Squid actual configured mode :) I wanted to thank really all your time because it has been like gold for me :) :) Bye mates! El 2019-03-05 18:48, Alex Rousskov escribió: > O

Re: [squid-users] Squid and url modifying

2019-03-05 Thread Alex Rousskov
On 3/5/19 9:59 AM, Egoitz Aurrekoetxea wrote: > El 2019-03-05 17:45, Alex Rousskov escribió: >> On 3/5/19 1:57 AM, Egoitz Aurrekoetxea wrote: >> >>> I have Squid configured with the virus scanning software using ICAP and >>> working. But, when I do : >>> >>> acl matchear_todo url_regex [-i] ^.*$

Re: [squid-users] Squid and url modifying

2019-03-05 Thread Egoitz Aurrekoetxea
Hi Alex!! I do answer below!! Many many thanks in advance... --- EGOITZ AURREKOETXEA Dpto. de sistemas 944 209 470 Parque Tecnológico. Edificio 103 48170 Zamudio (Bizkaia) ego...@sarenet.es www.sarenet.es [3] Antes de imprimir este correo electrónico piense si es necesario hacerlo. El 20

Re: [squid-users] Squid and url modifying

2019-03-05 Thread Alex Rousskov
On 3/5/19 1:57 AM, Egoitz Aurrekoetxea wrote: > I have Squid configured with the virus scanning software using ICAP and > working. But, when I do : > > acl matchear_todo url_regex [-i] ^.*$ FYI: "[-i]" is documentation syntax that means an optional flag called "-i". If you want to use that "-i"

Re: [squid-users] Squid and url modifying

2019-03-05 Thread Egoitz Aurrekoetxea
Hi!, I have Squid configured with the virus scanning software using ICAP and working. But, when I do : acl matchear_todo url_regex [-i] ^.*$ http_reply_access deny matchear_todo deny_info http://172.16.8.61/redirigir.php?url=%s matchear_todo it's always redirecting me without passing the ow

Re: [squid-users] Squid and url modifying

2019-03-05 Thread Egoitz Aurrekoetxea
Hi Alex, What you told about http_reply_access could work for me... but I have a problem... Can http_reply_access and some for of... url_regexp dstdom_regex or similar cause a redirect by using matching content?. I mean : https://a.b.c.cloud.aaa.bbb to be redirected to : https://a.b

Re: [squid-users] Squid and url modifying

2019-03-04 Thread Egoitz Aurrekoetxea
Good morning Alex, Thank you so much for your time. Your interpretations I would say are almost exact. I say almost, because I wanted to be a reverse proxy of multiple sites. Not just for the sites you host or similar... And yes I wanted, let's say if all is OK "block" the request by giving a 301

Re: [squid-users] Squid and url modifying

2019-03-04 Thread Alex Rousskov
On 3/4/19 11:20 AM, Egoitz Aurrekoetxea wrote: > Clients, will ask : > > https://ooo..ttt.thesquidserver.org/ > So the answer [to the second question] I assume should be yes. If I am interpreting your answers correctly, then your setup looks like a reverse proxy to me. In that case, you

Re: [squid-users] Squid and url modifying

2019-03-04 Thread Egoitz Aurrekoetxea
Hi Alex, I'm so sorry... have tried explaining the best I could... sorry Clients, will ask : https://ooo..ttt.thesquidserver.org/ but redirector if site is virus free (checked with an icap daemon) should return a 302 to https://ooo..ttt/ [2] For the second question, I

Re: [squid-users] Squid and url modifying

2019-03-04 Thread Alex Rousskov
On 3/4/19 12:53 AM, Egoitz Aurrekoetxea wrote: > My idea is simple. I wanted specific url, to be filtered through the > proxy. How can I manage this URL to be checked by the proxy?. To answer your questions correctly, we need to translate the vague description above into one of the many Squid con

Re: [squid-users] Squid and url modifying

2019-03-03 Thread Egoitz Aurrekoetxea
Good morning, Thanks a lot mates for your reading time. Alex, Amos speciallý to you that answered too to this mail. My idea is simple. I wanted specific url, to be filtered through the proxy. How can I manage this URL to be checked by the proxy?. I assumed, I could modify the real and original

Re: [squid-users] Squid and url modifying

2019-03-02 Thread Alex Rousskov
On 3/1/19 5:59 AM, Egoitz Aurrekoetxea wrote: > Is it possible for Squid to do something like : > - Receive request : https://ooo..ttt.thesquidserver.org/u?ii=99&j=88 > and > to really perform a request as : https://ooo..ttt/u?ii=99&j=88 How does your Squid receive the former r

Re: [squid-users] Squid and url modifying

2019-03-01 Thread Amos Jeffries
On 2/03/19 1:59 am, Egoitz Aurrekoetxea wrote: > Good afternoon, > > > Is it possible for Squid to do something like : > > > - Receive request : https://ooo..ttt.thesquidserver.org/u?ii=99&j=88 > > > and > > > to really perform a request as : https://ooo..ttt/u?ii=99&j=88 >

[squid-users] Squid and url modifying

2019-03-01 Thread Egoitz Aurrekoetxea
Good afternoon, Is it possible for Squid to do something like : - Receive request : https://ooo..ttt.thesquidserver.org/u?ii=99&j=88 and to really perform a request as : https://ooo..ttt/u?ii=99&j=88 [1] I mean not to redirect users with url redirection. Just act as a prox