[squid-users] Is it possible?

2003-03-17 Thread Velu
Dear Members & Henrick , While accessing the internet from my client machine through a squid server to any remote server. i want to display the client machine ip rather than squid server ip. Is it possible? if yes tell me some good idea. if no how can i do it in other way. I will expect your repl

[squid-users] Is it possible?

2003-03-17 Thread Velu
Dear Members & Henrick , While accessing the internet from my client machine through a squid server to any remote server. i want to display the client machine ip rather than squid server ip. Is it possible? if yes tell me some good idea. if no how can i do it in other way. I will expect your repl

[squid-users] Is it possible ?

2003-03-24 Thread akira
Dear All, I have following scenario for squid, is it possible ? 1. User request file download, eg. mysong.mp3 2. Squid block the file and display customize error message, that user can : 2.1 Email the link so that admin/system can download the file and send the file to user's email address. 2.2

[squid-users] Is it possible?

2005-02-15 Thread memo kemo
Dear all, I installed Squid on a linux machine and put it before my DSLAM in the CO and after the Cisco router to serve as a Cache Machine, and i want to know is it possible to do the following: I will configure one port in the DSLAM to be able to send and receive at speed of 4 MBps, and what i

[squid-users] Is it possible..

2005-04-04 Thread ansari imtiyaz ahmed khadim husain
Hi all.. Is it possible that whenever a user makes a request to squid server for http browsing, a program gets fired checking some conditions applied on the user and if condition is met then only allow the user to browse. If it possible then how If anyone know then please tell me. Regards

[squid-users] Is it possible

2004-11-13 Thread Ali Abbas
Is it possible to either create an acl that can stop (deny) client request with abnormal headers or if somehow it can be specified in "no_cache" tag so that squid never process such request with "header-too-large" error Mohammed Ali Abbas Asst. CMTS Engineer

[squid-users] --> Is it possible ???

2003-10-31 Thread Alex Carlos Braga Antão
Hello all, I'm triyng to setup SQUID to work with dansguardian here. But I have a little problem that my auth scheme must be NTLM, and DansGuardian does not support it. So, I am make the following scheme: Network-> SQUID1 (NTLM+BASIC) -> DansGuardian -> SQUID2 -> Internet The problem

Re: [squid-users] Is it possible?

2003-03-18 Thread Henrik Nordstrom
Not easily, but you can find one approach in the squid-dev archives. Attempting this is not recommeded for the weak hearted. It is a serious abuse of TCP/IP. Also, I would recommend changing your network layout to use the Squid server as a router and not bridge in such case. Regards Henrik Velu

Re: [squid-users] Is it possible?

2003-03-23 Thread NetSnake
Velu,may be it possible, see http://www.squid-cache.org/Doc/FAQ/FAQ-7.html#ss7.13 to more help. >Dear Members & Henrick , > >While accessing the internet from my client machine through a squid server >to any remote server. i want to display the client machine ip rather than >squid server ip. Is i

Re: [squid-users] Is it possible ?

2003-03-24 Thread Henrik Nordstrom
Yes, you can do this with the help of a redirector which when it detects a "download" link redirects the user to a cgi program returning the customizable error message and other options, including a link for downloading. The download link is based on the original requested URL, but modified in suc

Re: [squid-users] Is it possible..

2005-04-04 Thread Andrei Kovacs
ansari imtiyaz ahmed khadim husain wrote: Hi all.. Is it possible that whenever a user makes a request to squid server for http browsing, a program gets fired checking some conditions applied on the user and if condition is met then only allow the user to browse. If it possible then how If a

Re: [squid-users] Is it possible..

2005-04-04 Thread Henrik Nordstrom
On Mon, 4 Apr 2005, ansari imtiyaz ahmed khadim husain wrote: Is it possible that whenever a user makes a request to squid server for http browsing, a program gets fired checking some conditions applied on the user and if condition is met then only allow the user to browse. Yes. By two means a) The

Re: [squid-users] Is it possible..

2005-04-04 Thread Michael Kondrashin
Hi! This kind of things should be done by some software on client side. Cisco NAC with its CTA/CSA is the answer, but it does not use squid. What kind of credentials you can check on proxy?! Michael Kondrashin ansari imtiyaz ahmed khadim husain пишет: Hi all.. Is it possible that whenever a u

Re: [squid-users] Is it possible..

2005-04-04 Thread Henrik Nordstrom
On Mon, 4 Apr 2005, ansari imtiyaz ahmed khadim husain wrote: Can you give me some details about external acl interface , bcoz I am a new user of squid. See squid.conf.default and http://devel.squid-cache.org/ Regards Henrik

Re: [squid-users] Is it possible

2004-11-13 Thread Henrik Nordstrom
On Sun, 14 Nov 2004, Ali Abbas wrote: Is it possible to either create an acl that can stop (deny) client request with abnormal headers or if somehow it can be specified in "no_cache" tag so that squid never process such request with "header-too-large" error Requests resulting in "header-too-large"

RE: [squid-users] Is it possible

2004-11-13 Thread Ali Abbas
-Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Sunday, November 14, 2004 2:26 AM To: Ali Abbas Cc: 'squid users' Subject: Re: [squid-users] Is it possible On Sun, 14 Nov 2004, Ali Abbas wrote: > Is it possible to either create an acl that can stop

Re: [squid-users] --> Is it possible ???

2003-10-31 Thread Henrik Nordstrom
On Fri, 31 Oct 2003, Alex Carlos Braga Antão wrote: > I'm triyng to setup SQUID to work with dansguardian here. But I have > a little problem that my auth scheme must be NTLM, and DansGuardian does > not support it. So, I am make the following scheme: > > cache_peer SQUID2 port

[squid-users] is it possible to block search?

2003-06-04 Thread alberto
Hello, is there any possibily to block a google search?. If i put into google "porn", how can i do with an acl to block the search? Thank you...

[squid-users] Is it possible to deactivate partial download ?

2010-04-14 Thread Dieter Bloms
Hi, we use following constellation: client -> squid2.7.STABLE8 -> http-virusscanner (avwebgate from avira) -> internet some clients like adobe updater request their updates as partial download. This makes trouble with our virusscanner. So is it possible to disable partial download requests at a

Re: [squid-users] is it possible to block search?

2003-06-04 Thread Frank Chibesakunda
just do an acl to block the word porn #ACL acl pornsite url_regex -i porn #DENY http_access deny pornsite rgds, Frank - Original Message - From: "alberto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 04, 2003 9:41 AM Subject: [squid-users] i

Re: [squid-users] is it possible to block search?

2003-06-04 Thread Henrik Nordstrom
On Wednesday 04 June 2003 09.41, alberto wrote: > is there any possibily to block a google search?. > If i put into google "porn", how can i do with an acl to block the > search? Thank you... You can use urlpath_regex to block search queries in most search engines. acl search_keywords urlpath_r

[squid-users] Is it possible to handle 200reqs/s?

2004-02-11 Thread Andriy Korud
Hi, I wonder if Squid can handle load on single machine (with traffic approx 15Mbps)? If anybody achieved that, can you please share on which OS/hardware that was done? I have Xeon 2.8/1G RAM, 2x15k SCSI disks dedicated for chache (OS will be Linux or FreeBSD) - so, what can I expect from Squid on

[squid-users] Is it possible to cache/keep download file?

2003-06-04 Thread Puth Chan Choth
Hello all, I would like to cache/keep the download files that my colleagues download such as exe, zip, tar.gz, and so on. Is it possible to cache/keep download file? Thanks, Chan Choth

Re: [squid-users] Is it possible to handle 200reqs/s?

2004-02-11 Thread Peter van der Does
To give you an idea: Pentium III - 1Ghz, 1,5 GB Ram, RedHat 7.3 about 4000 clients accessing the server. Normally we have a 3Mbps line for our users and we handle 160Req/sec but we once gave the users 5Mbps and we handled 220 Reqs/sec. So I'm not sure what the limit is of this machine. BTW before

RE: [squid-users] Is it possible to handle 200reqs/s?

2004-02-11 Thread Elsen Marc
> > To give you an idea: > Pentium III - 1Ghz, 1,5 GB Ram, RedHat 7.3 about 4000 clients > accessing > the server. > > Normally we have a 3Mbps line for our users and we handle 160Req/sec > but we once gave the users 5Mbps and we handled 220 Reqs/sec. > So I'm not > sure what the limit is of

RE: [squid-users] Is it possible to handle 200reqs/s?

2004-02-12 Thread Chris Wilcox
> To give you an idea: > Pentium III - 1Ghz, 1,5 GB Ram, RedHat 7.3 about 4000 clients > accessing > the server. > > Normally we have a 3Mbps line for our users and we handle 160Req/sec > but we once gave the users 5Mbps and we handled 220 Reqs/sec. > So I'm not > sure what the limit is of this mac

RE: [squid-users] Is it possible to handle 200reqs/s?

2004-02-12 Thread Henrik Nordstrom
On Thu, 12 Feb 2004, Chris Wilcox wrote: > I'm interested in the same question! How did you optimise Squid to get such > an improvement? things one need to look into * Disk subsystem. Use more than one drive and one of the async cache_dir types. One cache_dir per physical drive, maybe more if

[squid-users] Is it possible to get TCP_MEM_HITS value from snmp ?

2007-09-26 Thread Pranav Desai
Hello, I tried to look through the mib but couldnt find any OID for tcp_mem_hits. Is is possible to get TCP_MEM_HIT values using snmp ? Thank you for your time. -- Pranav -- http://pd.dnsalias.org

[squid-users] Is it possible to log chat ... (Gtalk, Mirc, AIM,...... )

2008-06-20 Thread Mr Crack
Dear Friends, I would like to know whether it is possible to log chatting of office users by squid. If squid cannot, what s/w should i use to log chatting. Your comments are warmly welcomed. Mr Crack 007

[squid-users] Is it possible to monitor Delay pools with MRTG?

2008-10-05 Thread Sommariva Graziano
Hello, Is it possible to monitor Delay Pools with MRTG? Regards, Graziano ELSAG-DATAMAT ICO - ICT Outsourcing Graziano Sommariva ICT Network Manager * +39-010-658.3921 * +39-348-8558742 * [EMAIL PROTECTED] NOTA : Questo messaggio e-mail e ogni documento ad esso eventualmente alleg

[squid-users] Is it possible to set tproxy at httpd-accel mode?

2009-09-11 Thread MontyRee
Hello, all. I saw much useful function named tproxy. So pleaase check below is possible or not. Client(192.168.3.2) ==> http-accelerator mode squid(10.10.1.2) ==> apache web server(10.10.1.1) When I see the log file at apache, only cache(10.10.1.2) ip will be seen without regard to clien

Re: [squid-users] Is it possible to get TCP_MEM_HITS value from snmp ?

2007-09-26 Thread Henrik Nordstrom
On ons, 2007-09-26 at 10:46 -0700, Pranav Desai wrote: > I tried to look through the mib but couldnt find any OID for > tcp_mem_hits. Is is possible to get TCP_MEM_HIT values using snmp ? Seems not. In fact not accessible at all, not even via cachemgr. But there is an internal counter so it's not

Re: [squid-users] Is it possible to get TCP_MEM_HITS value from snmp ?

2007-09-26 Thread Pranav Desai
On 9/26/07, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > On ons, 2007-09-26 at 10:46 -0700, Pranav Desai wrote: > > > I tried to look through the mib but couldnt find any OID for > > tcp_mem_hits. Is is possible to get TCP_MEM_HIT values using snmp ? > > Seems not. In fact not accessible at all, n

Re: [squid-users] Is it possible to get TCP_MEM_HITS value from snmp ?

2007-09-27 Thread Henrik Nordstrom
On ons, 2007-09-26 at 21:52 -0700, Pranav Desai wrote: > On 9/26/07, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > > On ons, 2007-09-26 at 10:46 -0700, Pranav Desai wrote: > > > > > I tried to look through the mib but couldnt find any OID for > > > tcp_mem_hits. Is is possible to get TCP_MEM_HIT va

Re: [squid-users] Is it possible to log chat ... (Gtalk, Mirc, AIM,...... )

2008-06-20 Thread F-D. Cami
Hello, On Fri, 20 Jun 2008 20:01:03 +0630 "Mr Crack" <[EMAIL PROTECTED]> wrote: > I would like to know whether it is possible to log chatting of office > users by squid. Do you mean logging when users login / logoff a particular instant messaging service, or do you mean logging conversations ?

Re: [squid-users] Is it possible to monitor Delay pools with MRTG?

2008-10-05 Thread Rafael Gomes
May be making a graph with source the cachemgr, I know that there is a that use rrdtool: http://www.squid-cache.org/~wessels/squid-rrd/ On Sun, Oct 5, 2008 at 4:04 AM, Sommariva Graziano <[EMAIL PROTECTED]> wrote: > Hello, > > Is it possible to monitor Delay Pools with MRTG? > > Regards, > > Graz

Re: [squid-users] Is it possible to monitor Delay pools with MRTG?

2008-10-06 Thread Henrik Nordstrom
On sön, 2008-10-05 at 09:04 +0200, Sommariva Graziano wrote: > Is it possible to monitor Delay Pools with MRTG? There is no SNMP MIB definition for the delay pools counters. BUt in theory it's possible to collect the data using cachemgr and feed it into mrtg or rrdtool.. but it's probably about

[squid-users] Is it possible to authenticate users against Novell eDirectory >= 8?

2009-02-27 Thread Joel Rosental R.
Hi, I would want to know if is possible to authenticate squid against a Novell eDirectory 8.8.4? By what i've read in docs found, there is kind of an incompatibility with versions >= 8 because of some issue with how new versions store IP Addresses from the clients. -- Atentamente, Ing. Joe

[squid-users] Is it possible to redirect blocked urls to another url?

2005-09-15 Thread Yong Bong Fong
Dear friends, I am implementing acls, thankfully with the help from squid mailing lists, I have successfully made it works in restricting certain users to certain urls only. However, I just need one more step to make it complete. My boss wants all blocked urls to be redirected to another ur

Re: [squid-users] Is it possible to set tproxy at httpd-accel mode?

2009-09-11 Thread Amos Jeffries
MontyRee wrote: > Hello, all. > > I saw much useful function named tproxy. > So pleaase check below is possible or not. > > > Client(192.168.3.2) ==> http-accelerator mode squid(10.10.1.2) ==> apache web > server(10.10.1.1) > > When I see the log file at apache, only cache(10.10.1.2) ip wi

RE: [squid-users] Is it possible to set tproxy at httpd-accel mode?

2009-09-14 Thread MontyRee
Thanks for your answer. But in case of Commercial Web Application Firewall(WAF), I found that tproxy was installed and some daemon like squid to filter the web traffic transparently. and the real client ip is seen at the origin server. Is it a different case? Thanks for your comments.

Re: [squid-users] Is it possible to set tproxy at httpd-accel mode?

2009-09-14 Thread Henrik Nordstrom
lör 2009-09-12 klockan 16:50 +1200 skrev Amos Jeffries: > No its not. > > accel mode == reverse proxy == squid pretending to be a web server. > > tproxy == squid pretending not to be there. But why is that? There is not really any technical reason why not TPROXY can be used in reverse proxy mod

Re: [squid-users] Is it possible to set tproxy at httpd-accel mode?

2009-09-14 Thread Amos Jeffries
On Tue, 15 Sep 2009 01:31:08 +0200, Henrik Nordstrom wrote: > lör 2009-09-12 klockan 16:50 +1200 skrev Amos Jeffries: > >> No its not. >> >> accel mode == reverse proxy == squid pretending to be a web server. >> >> tproxy == squid pretending not to be there. > > But why is that? There is not r

Re: [squid-users] Is it possible to set tproxy at httpd-accel mode?

2009-09-14 Thread Henrik Nordstrom
tis 2009-09-15 klockan 12:28 +1200 skrev Amos Jeffries: > The big reason is that TPROXY passes the IPs to Squid inverted via > accept(). There is no probe like the NAT ORIGINAL_DST to separate the > TPROXY and non-TPROXY received connections. The only way to identify this > IP inversion is the fla

Re: [squid-users] Is it possible to set tproxy at httpd-accel mode?

2009-09-14 Thread Amos Jeffries
On Tue, 15 Sep 2009 04:13:20 +0200, Henrik Nordstrom wrote: > tis 2009-09-15 klockan 12:28 +1200 skrev Amos Jeffries: > >> The big reason is that TPROXY passes the IPs to Squid inverted via >> accept(). There is no probe like the NAT ORIGINAL_DST to separate the >> TPROXY and non-TPROXY received

Re: [squid-users] Is it possible to set tproxy at httpd-accel mode?

2009-09-14 Thread Henrik Nordstrom
tis 2009-09-15 klockan 14:43 +1200 skrev Amos Jeffries: > > Yes, but here we are talking about the other side, when Squid makes the > > outgoing connection. That part do not need to depend in any way on how > > We are talking about setting http_port (incoming) options. Or so I thought. I am not

[squid-users] Is it possible to disable parent proxy for specified traffic (ftp)

2011-05-31 Thread Rafal Zawierta
Hello, I have (almost) running environment with squid3 and havp as parent to it. It works fine as long as user will use only http and https protocol. But sometimes there is url on website ftp://ftp.debian.org/file.iso (whatever) - with ftp protocol. Such ftp traffic will not be passed by havp in m

[squid-users] is it possible to log if a client cancels a download ?

2010-10-14 Thread Dieter Bloms
Hello, when a user canceled a download, I can't see it in the access.log and cache.log. Is it possible to log the reason, why the download is cancled. In access.log file I see only the 200 HTTP status code. -- Best regards Dieter -- I do not get viruses because I do not use MS software. If

Re: [squid-users] Is it possible to authenticate users against Novell eDirectory >= 8?

2009-03-02 Thread Amos Jeffries
Joel Rosental R. wrote: Hi, I would want to know if is possible to authenticate squid against a Novell eDirectory 8.8.4? By what i've read in docs found, there is kind of an incompatibility with versions >= 8 because of some issue with how new versions store IP Addresses from the clients. ed

Re: [squid-users] Is it possible to redirect blocked urls to another url?

2005-09-15 Thread Mark Elsen
> Dear friends, > > I am implementing acls, thankfully with the help from squid mailing > lists, I have successfully made it works in restricting certain users to > certain urls only. However, I just need one more step to make it > complete. My boss wants all blocked urls to be redirected to an

Re: [squid-users] Is it possible to redirect blocked urls to another url?

2005-09-15 Thread Matteo Villari
Yong Bong Fong ha scritto: Dear friends, I am implementing acls, thankfully with the help from squid mailing lists, I have successfully made it works in restricting certain users to certain urls only. However, I just need one more step to make it complete. My boss wants all blocked urls to

Re: [squid-users] Is it possible to redirect blocked urls to another url?

2005-09-15 Thread bfyong
Thanks a lot Matteo! > Yong Bong Fong ha scritto: > >> Dear friends, >> >> I am implementing acls, thankfully with the help from squid mailing >> lists, I have successfully made it works in restricting certain users >> to certain urls only. However, I just need one more step to make it >> comp

Re: [squid-users] Is it possible to redirect blocked urls to another url?

2005-09-15 Thread bfyong
Thanks a lot Mark! > > Dear friends, >> >> I am implementing acls, thankfully with the help from squid mailing >> lists, I have successfully made it works in restricting certain users to >> certain urls only. However, I just need one more step to make it >> complete. My boss wants all blocked

[squid-users] Is it possible to add cookies to requests going thru Squid?

2004-09-21 Thread Hannes Schmidt
I would like my Squid proxy to add a cookie header to all requests going to one particular site. Can I do that easily? Background: My website uses a logfile statistics package. However, the people in my department access this website frequently, e.g. to use the CMS. I do not want the stats to be s

[squid-users] is it possible for squid to redirect http to another proxy?

2004-09-30 Thread cdtsly
Hi i have this situation a browser which connects to an antivirus (hbedv) proxy which connects to squid then squid connect to internet but i like browsers to connect to squid then squid will connect to proxy AV then proxy AV will go to the internet how to tell squid to redirect TCP 80 to proxy

[squid-users] is it possible for squid to redirect http to another proxy?

2004-09-30 Thread cdtsly
Hi i have this situation a browser which connects to an antivirus (hbedv) proxy which connects to squid then squid connect to internet but i like browsers to connect to squid then squid will connect to proxy AV then proxy AV will go to the internet how to tell squid to redirect TCP 80 to proxy

[squid-users] Is it possible to have a deny_info page for CONNECT method/ACL?

2011-01-28 Thread Jason Doran
RHEL6 squid-3.1.4-1.el6.x86_64 kernel 2.6.32-71.14.1.el6.x86_64 Hi, I suspect this is not possible, but I thought I would ask anyway. I have: acl SSL_ports port 443 acl CONNECT method CONNECT http_access deny CONNECT !SSL_ports When a user tries a CONNECT to !SSL_ports, the error on browse

Re: [squid-users] Is it possible to disable parent proxy for specified traffic (ftp)

2011-05-31 Thread Amos Jeffries
On Tue, 31 May 2011 22:45:01 +0200, Rafal Zawierta wrote: Hello, I have (almost) running environment with squid3 and havp as parent to it. It works fine as long as user will use only http and https protocol. But sometimes there is url on website ftp://ftp.debian.org/file.iso (whatever) - with ft

Re: [squid-users] is it possible to log if a client cancels a download ?

2010-10-14 Thread Amos Jeffries
On 14/10/10 22:02, Dieter Bloms wrote: Hello, when a user canceled a download, I can't see it in the access.log and cache.log. Is it possible to log the reason, why the download is cancled. The ONLY way to cancel a download in TCP is to close the connection. There is no reason for closure.

Re: [squid-users] Is it possible to add cookies to requests going thru Squid?

2004-09-21 Thread Matus UHLAR - fantomas
On 21.09 14:32, Hannes Schmidt wrote: > I would like my Squid proxy to add a cookie header to all requests going to > one particular site. Can I do that easily? > > Background: My website uses a logfile statistics package. However, the > people in my department access this website frequently, e.g.

Re: [squid-users] Is it possible to add cookies to requests going thru Squid?

2004-09-21 Thread Henrik Nordstrom
On Tue, 21 Sep 2004, Hannes Schmidt wrote: I would like my Squid proxy to add a cookie header to all requests going to one particular site. Can I do that easily? This is possible using the redirector header patch published on the list some time ago. Background: My website uses a logfile statistic

AW: [squid-users] Is it possible to add cookies to requests going thru Squid?

2004-09-21 Thread Hannes Schmidt
Henrik Nordstrom wrote: > On Tue, 21 Sep 2004, Hannes Schmidt wrote: > >> I would like my Squid proxy to add a cookie header to all requests >> going to one particular site. Can I do that easily? > > This is possible using the redirector header patch published on the > list some time ago. Thank

RE: [squid-users] is it possible for squid to redirect http to another proxy?

2004-09-30 Thread Elsen Marc
> > Hi > i have this situation > a browser which connects to an antivirus (hbedv) proxy > which connects to squid > then squid connect to internet > > > but i like browsers to connect to squid > then squid will connect to proxy AV > then proxy AV will go to the internet > > how to tell squi

RE: [squid-users] is it possible for squid to redirect http to another proxy?

2004-09-30 Thread cdtsly
thx the fact is, the antivirus proxy scan http on a TCP port, FTP on another and don t analyse ssl so i have to find the config which says: cachepeer http to 127.0.0.1:8090 cachepeer ftp to 127.0.0.1:8091 cachepeer ssl direct_to_internet thx > > >> >> Hi >> i have this situation >> a browser

RE: [squid-users] is it possible for squid to redirect http to another proxy?

2004-09-30 Thread cdtsly
thx the fact is, the antivirus proxy scan http on a TCP port, FTP on another and don t analyse ssl so i have to find the config which says: cachepeer http to 127.0.0.1:8090 cachepeer ftp to 127.0.0.1:8091 cachepeer ssl direct_to_internet thx > > >> >> Hi >> i have this situation >> a browser

Re: [squid-users] is it possible for squid to redirect http to another proxy?

2004-09-30 Thread Henrik Nordstrom
On Thu, 30 Sep 2004 [EMAIL PROTECTED] wrote: but i like browsers to connect to squid then squid will connect to proxy AV then proxy AV will go to the internet how to tell squid to redirect TCP 80 to proxy AV? Squid FAQ 4.9 How do I configure Squid forward all requests to another proxy? http://www.

RE: [squid-users] is it possible for squid to redirect http to another proxy?

2004-09-30 Thread Elsen Marc
> > > thx the fact is, the antivirus proxy scan http on a TCP port, FTP on > another and don t analyse ssl > > so i have to find the config which says: > > cachepeer http to 127.0.0.1:8090 > cachepeer ftp to 127.0.0.1:8091 > cachepeer ssl direct_to_internet > (btw these syntaxes are invali

Re: [squid-users] is it possible for squid to redirect http to another proxy?

2004-09-30 Thread Schelstraete Bart
Hi, You need to specify a parent cache See: http://squid.visolve.com/squid/squid24s1/neighbour.htm#cache_peer Bart [EMAIL PROTECTED] wrote: Hi i have this situation a browser which connects to an antivirus (hbedv) proxy which connects to squid then squid connect to internet but i like browsers to

Re: [squid-users] Is it possible to have a deny_info page for CONNECT method/ACL?

2011-01-28 Thread Amos Jeffries
On 29/01/11 02:02, Jason Doran wrote: RHEL6 squid-3.1.4-1.el6.x86_64 kernel 2.6.32-71.14.1.el6.x86_64 Hi, I suspect this is not possible, but I thought I would ask anyway. I have: acl SSL_ports port 443 acl CONNECT method CONNECT http_access deny CONNECT !SSL_ports When a user tries a CONNEC

[squid-users] Is it possible to filter based on keywords in the Image Alt tag?

2007-10-31 Thread Hung Ng
Hello. There's this site http://celebritygalleries.org that some students which is not adult because we checked, but we also checked the words and some of the words in the image tags are suggestive. We'd like to allow them to surf, but block them from viewing images that have suggestive words we wo

[squid-users] Is it possible to have squid as do Proxy and OWA/RPCoHTTPS accelerator?

2008-05-31 Thread Odhiambo Washington
Hello gurus, I have been trying the whole day to get Squid to work as a reverse proxy/accelerator for OWA and RPC-over-https with no sucess. I believe I've come to my /etc on this! I have read the Wiki entries and this thread: http://www.nabble.com/Forwarding-Denied-when-using-dst-cache_peer-in-ac

Re: AW: [squid-users] Is it possible to add cookies to requests going thru Squid?

2004-09-21 Thread Henrik Nordstrom
On Tue, 21 Sep 2004, Hannes Schmidt wrote: You also have the X-Forwarded-For header which can be used by the site to identify your users by IP. Our local IPs are from the 192.168.X.Y range, so this solution might be a little unreliable. I assume your external IP is static? If so there is no reliabi

RE: AW: [squid-users] Is it possible to add cookies to requests going thru Squid?

2004-09-22 Thread Hannes Schmidt
Henrik Nordstrom wrote: > On Tue, 21 Sep 2004, Hannes Schmidt wrote: > >>> You also have the X-Forwarded-For header which can be used by the >>> site to identify your users by IP. >> >> Our local IPs are from the 192.168.X.Y range, so this solution might >> be a little unreliable. > > I assume y

RE: AW: [squid-users] Is it possible to add cookies to requests going thru Squid?

2004-09-22 Thread Henrik Nordstrom
On Wed, 22 Sep 2004, Hannes Schmidt wrote: Unfortunately it's not. If it were static, I could simply use IP-based filtering on the website and I wouldn't need to involve the proxy at all, right? I thougt you wanted to handle different local users differently.. If all you need is to identify traffic

Re: [squid-users] Is it possible to filter based on keywords in the Image Alt tag?

2007-10-31 Thread Tim Bates
Go with DansGuardian. Squid can't do it. TB Hung Ng wrote: Hello. There's this site http://celebritygalleries.org that some students which is not adult because we checked, but we also checked the words and some of the words in the image tags are suggestive. We'd like to allow them to surf, but

Re: [squid-users] Is it possible to have squid as do Proxy and OWA/RPCoHTTPS accelerator?

2008-06-01 Thread Amos Jeffries
Odhiambo Washington wrote: Hello gurus, I have been trying the whole day to get Squid to work as a reverse proxy/accelerator for OWA and RPC-over-https with no sucess. I believe I've come to my /etc on this! I have read the Wiki entries and this thread: http://www.nabble.com/Forwarding-Denied-wh

Re: [squid-users] Is it possible to have squid as do Proxy and OWA/RPCoHTTPS accelerator?

2008-06-01 Thread Odhiambo Washington
On Sun, Jun 1, 2008 at 1:38 PM, Amos Jeffries <[EMAIL PROTECTED]> wrote: > Odhiambo Washington wrote: >> >> Hello gurus, >> >> I have been trying the whole day to get Squid to work as a reverse >> proxy/accelerator for OWA and RPC-over-https with no sucess. I believe >> I've come to my /etc on this

Re: [squid-users] Is it possible to have squid as do Proxy and OWA/RPCoHTTPS accelerator?

2008-06-01 Thread Amos Jeffries
Odhiambo Washington wrote: On Sun, Jun 1, 2008 at 1:38 PM, Amos Jeffries <[EMAIL PROTECTED]> wrote: Odhiambo Washington wrote: Hello gurus, I have been trying the whole day to get Squid to work as a reverse proxy/accelerator for OWA and RPC-over-https with no sucess. I believe I've come to my

Re: [squid-users] Is it possible to have squid as do Proxy and OWA/RPCoHTTPS accelerator?

2008-06-02 Thread Odhiambo Washington
On Mon, Jun 2, 2008 at 2:37 AM, Amos Jeffries <[EMAIL PROTECTED]> wrote: > Odhiambo Washington wrote: >> >> On Sun, Jun 1, 2008 at 1:38 PM, Amos Jeffries <[EMAIL PROTECTED]> >> wrote: >>> >>> Odhiambo Washington wrote: Hello gurus, I have been trying the whole day to get Squid t

Re: [squid-users] Is it possible to have squid as do Proxy and OWA/RPCoHTTPS accelerator?

2008-06-02 Thread Henrik Nordstrom
On mån, 2008-06-02 at 11:09 +0300, Odhiambo Washington wrote: > it, especially because Outlook needs the https:// URI. However, as we > are going to do the SSL offloading on the accelerator, I believe > http:// would suffice. It will, but you need to configure Squid cache_peer with the front-end-h

Re: [squid-users] Is it possible to have squid as do Proxy and OWA/RPCoHTTPS accelerator?

2008-06-02 Thread Odhiambo Washington
On Mon, Jun 2, 2008 at 12:39 PM, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > On mån, 2008-06-02 at 11:09 +0300, Odhiambo Washington wrote: >> it, especially because Outlook needs the https:// URI. However, as we >> are going to do the SSL offloading on the accelerator, I believe >> http:// would

Re: [squid-users] Is it possible to have squid as do Proxy and OWA/RPCoHTTPS accelerator?

2008-06-02 Thread Henrik Nordstrom
On mån, 2008-06-02 at 13:41 +0300, Odhiambo Washington wrote: > (actually, this is supposed to be the only entry for cache_peer I am > goingto have?) If you only have one server, and that server is only talking http then yes there is only a single cache_peer.. > That has worked. It also requied

Re: [squid-users] Is it possible to have squid as do Proxy and OWA/RPCoHTTPS accelerator?

2008-06-02 Thread Odhiambo Washington
On Mon, Jun 2, 2008 at 7:27 PM, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > On mån, 2008-06-02 at 13:41 +0300, Odhiambo Washington wrote: >> (actually, this is supposed to be the only entry for cache_peer I am >> goingto have?) > > If you only have one server, and that server is only talking http

RE: [squid-users] Is it possible to have squid as do Proxy and OWA/RPCoHTTPS accelerator?

2008-06-15 Thread Alan Lehman
iambo Washington [mailto:[EMAIL PROTECTED] > Sent: Monday, June 02, 2008 11:41 AM > To: Squid users > Subject: Re: [squid-users] Is it possible to have squid as do Proxy and > OWA/RPCoHTTPS accelerator? > > On Mon, Jun 2, 2008 at 7:27 PM, Henrik Nordstrom > <[EMAIL PROTECTED]

Re: [squid-users] Is it possible to have squid as do Proxy and OWA/RPCoHTTPS accelerator?

2008-06-15 Thread Amos Jeffries
lan Lehman -Original Message- From: Odhiambo Washington [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 11:41 AM To: Squid users Subject: Re: [squid-users] Is it possible to have squid as do Proxy and OWA/RPCoHTTPS accelerator? On Mon, Jun 2, 2008 at 7:27 PM, Henrik Nordstrom <[EMA

Re: [squid-users] Is it possible to have squid as do Proxy and OWA/RPCoHTTPS accelerator?

2008-06-17 Thread Amos Jeffries
Alan Lehman wrote: >> My current config (which works for OWA, but not RPCoHTTP): >> >> extension_methods RPC_IN_DATA RPC_OUT_DATA >> >> https_port public_ip_for_owa:443 cert=/usr/share/ssl/owa/combined.crt key=/usr/share/ssl/owa/owa.key defaultsite=owa.tld.com >> >> https_port public_

Re: [squid-users] Is it possible to have squid as do Proxy and OWA/RPCoHTTPS accelerator?

2009-01-01 Thread Alan Lehman
So I have OWA and RPCoHTTPS accelerator working on 3.0, with forward proxy on a separate instance of 2.6. Now I'm building a new Redhat box and I would like to handle both my normal LAN proxy and reverse proxy for OWA, RPCoHTTPS and Activesync on one instance of Squid. It sounded like 2.6 should be

[squid-users] Is it possible use Squid and virtualization(xen or kvm) have a good performance ?

2013-03-06 Thread 金 戈
Hi, everyone! Last week, we start our plan to migrate all of our application server to the virtualization group. We use Squid as our cache system, we want to use xen as the host and use debian PV as guest. And the hardware info below: CPU : Intel(R) Xeon(R) CPU E5506 @ 2.13GHz X 2

[squid-users] Is it possible to ignore parts of or all parts of a query string?

2004-09-13 Thread Anders Nordby
Hi, I would like to cache requests for Shockwave Flash files. The problem is, these files have a bunch of cgi/query parameters that is changed for every request, making Squid fetch them from the web server each time. The output from the webserver is the same each time, so there's no real reason wh

Re: [squid-users] Is it possible use Squid and virtualization(xen or kvm) have a good performance ?

2013-03-07 Thread Kinkie
> root@backend4a:~# ifstat -b >eth0eth1eth2eth3 > eth4eth5eth6 > Kbps in Kbps out Kbps in Kbps out Kbps in Kbps out Kbps in Kbps > out Kbps in Kbps out Kbps in Kbps out Kbps i

[squid-users] is it possible squid to use simultaneously two real IP's on eth0 for http request?

2005-08-10 Thread Pavel M. Ivanchev
Hi all! The quiestion is maybe little bit confusing,but in simply words i just want to explain the followind situation : i have squid with two ethernet cards - eth0 and eth1,eth0 is connected to Internet with 4 real IP addresses-eth0,eth0:1,eth0:2,eth0:3, and eth1 is local - connected to the LA

RE: [squid-users] Is it possible to ignore parts of or all parts of a query string?

2004-09-13 Thread Clemson, Chris
can't you just block */RealMedia/ads/* via squidguard or something? they're only annoying adverts anyway :) > Hi, > > I would like to cache requests for Shockwave Flash files. The problem > is, these files have a bunch of cgi/query parameters that is > changed for > every request, making Squid f

Re: [squid-users] Is it possible to ignore parts of or all parts of a query string?

2004-09-13 Thread Henrik Nordstrom
On Mon, 13 Sep 2004, Anders Nordby wrote: 1095077099.840 25 195.159.125.115 TCP_MISS/200 15910 GET http://ap.oasfile.aftenposten.no/ap/rosaindex/768x50_aftenposten.swf?clickTAG1=http%3A//primetime.ad.primetime.net/RealMedia/ads/click_lx.ads/www.aftenposten.no/forside/5278/Top1/primetime/ap_rosa

Re: [squid-users] Is it possible to ignore parts of or all parts of a query string?

2004-09-13 Thread ecasbas
Anders Nordby wrote: Hi, I would like to cache requests for Shockwave Flash files. The problem is, these files have a bunch of cgi/query parameters that is changed for every request, making Squid fetch them from the web server each time. The output from the webserver is the same each time, so there

Re: [squid-users] Is it possible to ignore parts of or all parts of a query string?

2005-01-12 Thread Anders Nordby
Hi, A bit old this mail, but since it is still a big issue for me I try to continue the thread. On Mon, Sep 13, 2004 at 02:31:38PM +0200, Henrik Nordstrom wrote: >>1095077099.840 25 195.159.125.115 TCP_MISS/200 15910 GET >>http://ap.oasfile.aftenposten.no/ap/rosaindex/768x50_aftenposten.swf?c

Re: [squid-users] Is it possible to ignore parts of or all parts of a query string?

2005-01-12 Thread Anders Nordby
Hi, On Mon, Sep 13, 2004 at 02:32:44PM +0200, ecasbas wrote: >>1095077099.840 25 195.159.125.115 TCP_MISS/200 15910 GET >>http://ap.oasfile.aftenposten.no/ap/rosaindex/768x50_aftenposten.swf?clickTAG1=http%3A//primetime.ad.primetime.net/RealMedia/ads/click_lx.ads/www.aftenposten.no/forside/527

Re: [squid-users] Is it possible to ignore parts of or all parts of a query string?

2005-01-12 Thread Henrik Nordstrom
On Wed, 12 Jan 2005, Anders Nordby wrote: I did manage to make Squid cache the files using the Squirm redirector plugin (http://squirm.foote.com.au/) - yay. One small step for Squid, one giant leap for Anders. ;-) However, I'm facing a volume of at least 250 hits per second per server, where most (

Re: [squid-users] Is it possible to ignore parts of or all parts of a query string?

2005-01-12 Thread Henrik Nordstrom
On Wed, 12 Jan 2005, Anders Nordby wrote: Because of this I'm considering to not use Squid for caching these files at all. The application vendor says they do not recommend using non-random URLs for the files, which effectively prevents Squid from caching them easily. Which is probably why they do

[squid-users] Is it possible to use Squid as a proxy and cache for a slow CIFS drive ?

2011-03-28 Thread Martin Gilly
Hi all ! We have special scenario with a slow file share where Squid (maybe combined with other tools) could help by acting like as a CIFS proxy and caching system: We're testing an Alfresco ECM System which has a CIFS subsystem (based on jLAN) that is simply to slow for our needs. In this s

[squid-users] Is it possible to mark tcp_outgoing_mark (server side) with SAME MARK as incoming packet (client side)?

2014-03-14 Thread Amm
Hello, I would like to mark outgoing packet (on server side) with SAME MARK as on incoming (NATed or CONNECTed) packet. There is option tcp_outgoing_mark with which I can mark packets. But there is no ACL option to check incoming mark. If there is already a way to do this then please guide.

  1   2   >