[squid-users] redirect request

2010-03-15 Thread jayesh chavan
Hi, How can I check what http-website is requested to redirect in my perl redirect program?I want to access each request coming and write my file. Regards, Jayesh

[squid-users] how to reduce space

2010-03-15 Thread Malik Madni
below you will find the free disk of my server [r...@proxy ~]# df -h FilesystemSize Used Avail Use% Mounted on /dev/cciss/c0d0p2 19G 11G 7.1G 61% / /dev/cciss/c0d0p1 483M 16M 442M 4% /boot tmpfs 1.8G 0 1.8G 0% /dev/shm /dev/cciss/c0d0p4

[squid-users] how to cross compile squid for arm-linux

2010-03-15 Thread joshoha
Hi, I meet the following error when trying to cross-compile the squid source for arm-linux [r...@centos squid-2.7.STABLE7]#./configure CC=/usr/local/arm/4.3.2/bin/arm-linux-gcc --host=arm-linux --prefix=/opt/squid/ .. checking for crypt... yes checking if epoll works... configure:

Re: [squid-users] how to cross compile squid for arm-linux

2010-03-15 Thread Kinkie
Hi, Squid's build system does not support crosscompiling. You need to build on the target system. Sorry On 3/15/10, joshoha josh...@gmail.com wrote: Hi, I meet the following error when trying to cross-compile the squid source for arm-linux [r...@centos squid-2.7.STABLE7]#./configure

Re: [squid-users] redirect request

2010-03-15 Thread Henrik Nordström
mån 2010-03-15 klockan 12:15 +0530 skrev jayesh chavan: Hi, How can I check what http-website is requested to redirect in my perl redirect program?I want to access each request coming and write my file. It's sent on standard input.

Re: [squid-users] how to reduce space

2010-03-15 Thread Henrik Nordström
mån 2010-03-15 klockan 06:53 + skrev Malik Madni: most of the disk is used by the below directory. 4.7G/usr/local/squid/var/cache What is your cache_dir configuration? is it safe to remove this directory??if yes then how?? Yes. 1. Stop Squid. 2. Remove cache by running rm

Re: [squid-users] squid redirection to local apache

2010-03-15 Thread Henrik Nordström
mån 2010-03-15 klockan 11:22 +0530 skrev jayesh chavan: Hi, My apache is listening on port 80.Also port 80 is included in ssl_ports option.The options in squid config. are: Why in ssl_ports? Is this a normal proxy or a reverse proxy? Is the Apache to be used as a proxy or as a web

Re: [squid-users] how to cross compile squid for arm-linux

2010-03-15 Thread Henrik Nordström
mån 2010-03-15 klockan 09:49 +0100 skrev Kinkie: Hi, Squid's build system does not support crosscompiling. You need to build on the target system. Or build a configure cache. Most easily done by running configure once on the target using the --config-cache configure option. Regards Henrik

RE: [squid-users] how to reduce space

2010-03-15 Thread Malik Madni
my cache_dir configuration is cache_dir ufs /usr/local/squid/var/cache 5120 16 256 From: hen...@henriknordstrom.net To: m4madnima...@hotmail.com CC: squid-users@squid-cache.org Date: Mon, 15 Mar 2010 10:00:18 +0100 Subject: Re: [squid-users] how

RE: [squid-users] how to reduce space

2010-03-15 Thread Henrik Nordström
mån 2010-03-15 klockan 09:24 + skrev Malik Madni: my cache_dir configuration is cache_dir ufs /usr/local/squid/var/cache 5120 16 256 So reduce that if you do not want that much in the cache.. the above is configured for 5 GB. Regards Henrik

[squid-users] Icap+clam Av

2010-03-15 Thread senthilkumaar2021
Hi All, I have installed Icap +Clam AV with squid squid3.0 stable24 I followed documentation in http://wiki.squid-cache.org/Features/ICAP I am getting following error in cache.log Squid got an invalid ICAP OPTIONS response from service icap://127.0.0.1:1344/response; error: unsupported status

[squid-users] Displaying squid cache urls for windows

2010-03-15 Thread jayesh chavan
Hi, Is there any tool like purge for windows to display urls stored in squid cache? Regards, Jayesh

Re: [squid-users] squid redirection to local apache

2010-03-15 Thread jayesh chavan
2010/3/15 jayesh chavan jayesh.jayi...@gmail.com: Hi,   squid is used as normal proxy.Port 80 is in ssl ports by default.Apache has to be used only to serve some requested files by squid as squid can not deliver it. Regards,  Jayesh

[squid-users] Squid 3.0.STABLE25 is available

2010-03-15 Thread Amos Jeffries
The Squid HTTP Proxy team is pleased to announce the availability of the Squid-3.0.STABLE25 release! This release fixes a few regression issues from earlier 3.0 releases and resolves several digest authentication issues. Digest authentication has been re-written for true compliance with

Re: [squid-users] Icap+clam Av

2010-03-15 Thread Henrik Nordström
mån 2010-03-15 klockan 15:08 +0530 skrev senthilkumaar2021: Squid got an invalid ICAP OPTIONS response from service icap://127.0.0.1:1344/response; error: unsupported status code of OPTIONS response That URL is not a valid c-icap URL for the clamav service. Just as HTTP URLs ICAP URLs are

Re: [squid-users] Displaying squid cache urls for windows

2010-03-15 Thread Henrik Nordström
mån 2010-03-15 klockan 15:20 +0530 skrev jayesh chavan: Hi, Is there any tool like purge for windows to display urls stored in squid cache? the purge tool should work fine on windows. Not sure if there is precompiled binaries anywhere, but should build fine under cygwin. You'll probably

Re: [squid-users] Questions about portal sites such as yahoo cache with squid

2010-03-15 Thread Amos Jeffries
dave jones wrote: Hi, Does anyone using squid to cache yahoo portal site successfully? If so, would you tell me how to do? Thanks. Best regards, Dave. Yahoo! use Squid as part of their deployment. I imagine they already have the correct HTTP protocol details to make the content cacheable

Re: [squid-users] Icap+clam Av

2010-03-15 Thread senthilkumaar2021
Thank you very much In http://c-icap.sourceforge.net/install.html i am not able to find more explanation Kindy help me Henrik Nordström wrote: mån 2010-03-15 klockan 15:08 +0530 skrev senthilkumaar2021: Squid got an invalid ICAP OPTIONS response from service

RE: [squid-users] how to reduce space

2010-03-15 Thread Malik Madni
basically i was running out of space on the Squid server thats why i was trying to delete files in cache directory. is there other irrelvant files that should i dlete?? only Squid Server is istalled on the machine. when i see shortage of space then i removed

Re: [squid-users] how to reduce space

2010-03-15 Thread Amos Jeffries
Malik Madni wrote: basically i was running out of space on the Squid server thats why i was trying to delete files in cache directory. is there other irrelvant files that should i dlete?? only Squid Server is istalled on the machine. when i see shortage of space then i removed

Re: [squid-users] Questions about portal sites such as yahoo cache with squid

2010-03-15 Thread dave jones
On Mon, Mar 15, 2010 at 6:20 PM, Amos Jeffries wrote: dave jones wrote: Hi, Does anyone using squid to cache yahoo portal site successfully? If so, would you tell me how to do? Thanks. Best regards, Dave. Yahoo! use Squid as part of their deployment.  I imagine they already have the

Re: [squid-users] Questions about portal sites such as yahoo cache with squid

2010-03-15 Thread Amos Jeffries
dave jones wrote: On Mon, Mar 15, 2010 at 6:20 PM, Amos Jeffries wrote: dave jones wrote: Hi, Does anyone using squid to cache yahoo portal site successfully? If so, would you tell me how to do? Thanks. Best regards, Dave. Yahoo! use Squid as part of their deployment. I imagine they

Re: [squid-users] squid redirection to local apache

2010-03-15 Thread jayesh chavan
Hi, Its not ssl it is safe_ports. Regards, Jayesh On Mon, Mar 15, 2010 at 3:21 PM, jayesh chavan jayesh.jayi...@gmail.com wrote: 2010/3/15 jayesh chavan jayesh.jayi...@gmail.com: Hi,   squid is used as normal proxy.Port 80 is in ssl ports by default.Apache has to be used only to serve

[squid-users] /etc/init.d/squid start failed

2010-03-15 Thread Hubert Choma
Hello I have squid 2.7 stable7 on centos 5.3 I downloaded it from http://people.redhat.com/~jskala/squid/ because Cenots repos has 2.6 version only. When I would to start squid /etc/init.d/squid start I receive [failed] but in cache.log there is no Warnings or errors . So I can not pinpoint

Re: [squid-users] /etc/init.d/squid start failed

2010-03-15 Thread fedorischev
В сообщении от Monday 15 March 2010 14:02:21 Hubert Choma написал(а): Hello I have squid 2.7 stable7 on centos 5.3 I downloaded it from http://people.redhat.com/~jskala/squid/ because Cenots repos has 2.6 version only. When I would to start squid /etc/init.d/squid start I receive [failed]

[squid-users] transparent squid + clamav + https

2010-03-15 Thread Stefan Reible
Hi, for my exam I want to set up a transparent proxy with http and https under gentoo linux. The transparent http proxy with clamav ist working very nice, but now i have problems with the implementation of ssl. My first idea was, to break down the encryption at the squid, an then create

Re: [squid-users] /etc/init.d/squid start failed

2010-03-15 Thread Hubert Choma
Dnia 15-03-2010 o godz. 12:21 fedorischev napisał(a): Đ#65533;Ń#65533;žĐžĐąŃ#65533;ľĐ˝Đ¸Đ¸ ĐžŃ#65533;Monday 15 March 2010 14:02:21 Hubert Choma напиŃ#65533;°Đť(Đ°): Hello I have squid 2.7 stable7 on centos 5.3 I downloaded it from http://people.redhat.com/~jskala/squid/ because

Re: [squid-users] /etc/init.d/squid start failed

2010-03-15 Thread Sakhi Louw
2010/3/15 Hubert Choma hubert...@wp.pl: Dnia 15-03-2010 o godz. 12:21 fedorischev napisał(a): Đ#65533;Ń#65533;žĐžĐąŃ#65533;ľĐ˝Đ¸Đ¸ ĐžŃ#65533;Monday 15 March 2010 14:02:21 Hubert Choma напиŃ#65533;°Đť(Đ°): Hello I have squid 2.7 stable7 on centos 5.3 I downloaded it from

[squid-users] Orig. request HTTP/1.0, outgoing request HTTP/1.1

2010-03-15 Thread Silamael
Hello together, Just build the new Squid 3.1.0.18 and noticed that now, Squid does an HTTP/1.1 request to the server even if the client just sent an HTTP/1.0 request. Previous versions of Squid did not do that. Is this intended or did i stumble over some minor bug? -- Matthias

Re: [squid-users] /etc/init.d/squid start failed

2010-03-15 Thread Hubert Choma
Dnia 15-03-2010 o godz. 13:14 Sakhi Louw napisał(a): 2010/3/15 Hubert Choma hubert...@wp.pl: Dnia 15-03-2010 o godz. 12:21 fedorischev napisał(a): Đ#65533;Ń#65533;žĐžĐąŃ#65533;ľĐ˝Đ¸Đ¸ ĐžŃ#65533;Monday 15 March 2010 14:02:21 Hubert Choma напиŃ#65533;°Đť(Đ°): Hello I have squid

Re: [squid-users] Orig. request HTTP/1.0, outgoing request HTTP/1.1

2010-03-15 Thread Amos Jeffries
Silamael wrote: Hello together, Just build the new Squid 3.1.0.18 and noticed that now, Squid does an HTTP/1.1 request to the server even if the client just sent an HTTP/1.0 request. Previous versions of Squid did not do that. Is this intended or did i stumble over some minor bug? -- Matthias

Re: [squid-users] /etc/init.d/squid start failed

2010-03-15 Thread fedorischev
В сообщении от Monday 15 March 2010 15:30:23 вы написали: Thanks for advice and what now? I checked /var/log/messages and still no errors ? in access.log there are no current entry so connections to WWW work but not through squid. Please Help ! I'm afraid to ask this question, but... Did

Re: [squid-users] /etc/init.d/squid start failed

2010-03-15 Thread Hubert Choma
Dnia 15-03-2010 o godz. 13:40 fedorischev napisał(a): Đ#65533;Ń#65533;žĐžĐąŃ#65533;ľĐ˝Đ¸Đ¸ ĐžŃ#65533;Monday 15 March 2010 15:30:23 вŃ#65533; напиŃ#65533;°ĐťĐ¸: Thanks for advice and what now? I checked /var/log/messages and still no errors ? in access.log there are no current entry

[squid-users] Cache_dir size considerations

2010-03-15 Thread GIGO .
Dear All, Relevant info: On IBM Server 3650 x series with physical RAID 1 . Disk space comprises of 70 Gb Intended is caching of windows update. intended is caching of youtube contents. Single is dedicated to running squid on Ubuntu 8.04 Current Settings : cache_dir aufs

Re: [squid-users] Websites not loading correctly

2010-03-15 Thread Matus UHLAR - fantomas
On Wed, 10 Mar 2010 17:52:15 +0100, Alex Marsal alex.mar...@carglass.es wrote: Actually we are running msie7, I've checked the http 1.1 option and is enabled. It's imposible to request a flight company or online bank administrator to modify their servers because squid is unable to display

Re: [squid-users] Orig. request HTTP/1.0, outgoing request HTTP/1.1

2010-03-15 Thread Silamael
On 03/15/2010 01:37 PM, Amos Jeffries wrote: RFC 2616 compliance has nearly been reached in 3.1. Squid can now talk HTTP/1.1 to web servers. Upgrading requests like you saw is the final requirement to be met in that area. Hi Amos, Thank you for the quick answer :) -- Matthias

Re: [squid-users] Icap+clam Av

2010-03-15 Thread Henrik Nordström
mån 2010-03-15 klockan 15:56 +0530 skrev senthilkumaar2021: Thank you very much In http://c-icap.sourceforge.net/install.html i am not able to find more explanation Kindy help me Quote: icap_service service_avi_req reqmod_precache 0 icap://localhost:1344/srv_clamav

Re: [squid-users] /etc/init.d/squid start failed

2010-03-15 Thread Henrik Nordström
mån 2010-03-15 klockan 14:00 +0100 skrev Hubert Choma: iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080 It's correct iptables rule ? Is eth0 the interface where clients traffic is arriving? If you are using wccp then the interface is usually a gre

Re: [squid-users] transparent squid + clamav + https

2010-03-15 Thread Henrik Nordström
mån 2010-03-15 klockan 12:30 +0100 skrev Stefan Reible: The transparent http proxy with clamav ist working very nice, but now i have problems with the implementation of ssl. My first idea was, to break down the encryption at the squid, an then create a new one.

[squid-users] Problem with whitelisting

2010-03-15 Thread Frank Becker
Hi all, I'm using squid on Debian Lenny and use it as a porno-filter. It works fine. I now want to use a whitelist because there are sites which are banned by my filterlist but these sites are ok. So I created an acl whitelist and allowed access of course. But it doesn't work. Below there

Re: [squid-users] transparent squid + clamav + https

2010-03-15 Thread Luis Daniel Lucio Quiroz
Le Lundi 15 Mars 2010 05:30:11, Stefan Reible a écrit : Hi, for my exam I want to set up a transparent proxy with http and https under gentoo linux. The transparent http proxy with clamav ist working very nice, but now i have problems with the implementation of ssl. My first idea was, to

Re: [squid-users] transparent squid + clamav + https

2010-03-15 Thread Henrik K
On Mon, Mar 15, 2010 at 12:30:11PM +0100, Stefan Reible wrote: PS: I have an secound problem with downloading big files, is it possilbe to send any infos about the download progress to the webbrowser? Like opening an ajax script or something else. If you don't want this limitation, you can

[squid-users] using TOS values

2010-03-15 Thread Evelio Vila
hi all, here is a situation in which I could use some help. I have a postgresql table with user logins associated with TOS values e.g: john -- 0x04, vila-- 0x08, etc. I would like to use tcp_outgoing_tos option to mark http requests accordingly. For a while now I've been using something like

Re: [squid-users] /etc/init.d/squid start failed

2010-03-15 Thread Hubert Choma
Dnia 15-03-2010 o godz. 14:42 Henrik Nordström napisał(a): mĂĄn 2010-03-15 klockan 14:00 +0100 skrev Hubert Choma: iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080 It's correct iptables rule ? Is eth0 the interface where clients traffic is arriving?

Re: [squid-users] Ignore requests from certain hosts in access_log

2010-03-15 Thread Baird, Josh
Ok, that sort of worked. I have a pair of load balancers sitting in front of my Squid proxy farm. The load balancers insert the X-Forwarded-For header into each HTTP request which allows Squid to log their connections using their real client source IP (extracted from X-Forwarded-For). In

Re: [squid-users] transparent squid + clamav + https

2010-03-15 Thread Leonardo Carneiro - Veltrac
I have always read that transparent proxy + https was not possible. It is now? There is a stable squid version with this feature? There aew any major drawbacks using this feature? Tks in advance. Henrik K wrote: On Mon, Mar 15, 2010 at 12:30:11PM +0100, Stefan Reible wrote: PS: I have an

[squid-users] Windows Live , with proxy auth

2010-03-15 Thread Augusto Casagrande
Hi, I'm runnig Squid 3.0.STABLE19 , using plain proxy auth (auth_param basic program /usr/sbin/pam_auth). Some time ago , I had troubles when trying to login to Windows Live Messenger. It began to causing problems when i enable the proxy auth. I could not make it work. My solution was installing

Re: [squid-users] Problem with whitelisting

2010-03-15 Thread Amos Jeffries
On Mon, 15 Mar 2010 16:32:16 +0100, Frank Becker computersac...@beckerwelt.de wrote: Hi all, I'm using squid on Debian Lenny and use it as a porno-filter. It works fine. I now want to use a whitelist because there are sites which are banned by my filterlist but these sites are ok. So I

Re: [squid-users] transparent squid + clamav + https

2010-03-15 Thread Amos Jeffries
On Mon, 15 Mar 2010 14:50:54 -0300, Leonardo Carneiro - Veltrac lscarne...@veltrac.com.br wrote: I have always read that transparent proxy + https was not possible. It is now? There is a stable squid version with this feature? There aew any major drawbacks using this feature? Tks in

Re: [squid-users] Ignore requests from certain hosts in access_log

2010-03-15 Thread Amos Jeffries
On Mon, 15 Mar 2010 12:15:49 -0500, Baird, Josh jba...@follett.com wrote: Ok, that sort of worked. I have a pair of load balancers sitting in front of my Squid proxy farm. The load balancers insert the X-Forwarded-For header into each HTTP request which allows Squid to log their connections

[squid-users] Squid v2.6 error accessing site

2010-03-15 Thread Ivan .
Hi, I am having some trouble accessing the site http://www.efirstaid.com.au/. I confirm the TCP SYN packet leaves our edge router, but I don't see anything back? If I try to go direct without the squid it works fine. 1268696419.311 113830 10.xxx.xxx.xxx TCP_MISS/503 1444 GET

Re: [squid-users] Squid v2.6 error accessing site

2010-03-15 Thread Amos Jeffries
On Tue, 16 Mar 2010 11:12:44 +1100, Ivan . ivan...@gmail.com wrote: Hi, I am having some trouble accessing the site http://www.efirstaid.com.au/. I confirm the TCP SYN packet leaves our edge router, but I don't see anything back? And what makes you think packets failing to return to your

Re: [squid-users] Questions about referer url cache

2010-03-15 Thread dave jones
On Sat, Mar 13, 2010 at 2:35 AM, Henrik Nordstrom wrote: fre 2010-03-12 klockan 23:36 +0800 skrev dave jones: My question is I want to offline browse the index.html of foo.com, but there are many http://us.rd.foo.com/referurl/news/index/realtime/*; in index.html, would anyone tell me how do I

Re: [squid-users] using TOS values

2010-03-15 Thread Amos Jeffries
Evelio Vila wrote: hi all, here is a situation in which I could use some help. I have a postgresql table with user logins associated with TOS values e.g: john -- 0x04, vila-- 0x08, etc. I would like to use tcp_outgoing_tos option to mark http requests accordingly. For a while now I've been

Re: [squid-users] Windows Live , with proxy auth

2010-03-15 Thread Amos Jeffries
Augusto Casagrande wrote: Hi, I'm runnig Squid 3.0.STABLE19 , using plain proxy auth (auth_param basic program /usr/sbin/pam_auth). Some time ago , I had troubles when trying to login to Windows Live Messenger. It began to causing problems when i enable the proxy auth. I could not make it work.