Re: [squid-users] squid 2.6 accelerator mode

2009-03-09 Thread Pavel Georgiev
On Mon, Mar 9, 2009 at 1:24 AM, Amos Jeffries squ...@treenet.co.nz wrote: I'm trying to get squid to work as a reverse proxy in front of a single web server which runs domain virtualhosts: http_port in:80   vhost cache_peer out    parent    80  0  originserver 'in' is my input address, 'out'

[squid-users] Proxying one multimedia strems for multiple clients[VBSCL:A1688C69310]

2009-03-09 Thread Josef Karliak
hi, does anyone know how to proxy stream (internet radio) to multiple clients. 1 stream from internet to many clients inside of network. We need to save soma traffic :) Thanks. Regards J.Karliak. -- Bc. Josef Karliak Ajetaci.cz's admin -- Nez mi zaslete prilohu .DOC,

Re: [squid-users] Proxying one multimedia strems for multiple clients[VBSCL:A1688C69310]

2009-03-09 Thread Tim Bates
Squid is probably not a good tool for this. Icecast as a relay might be a suitable option if there's only a small number of streams. TB Josef Karliak wrote: hi, does anyone know how to proxy stream (internet radio) to multiple clients. 1 stream from internet to many clients inside of

Re: [squid-users] squid 2.6 accelerator mode

2009-03-09 Thread Amos Jeffries
Pavel Georgiev wrote: On Mon, Mar 9, 2009 at 1:24 AM, Amos Jeffries squ...@treenet.co.nz wrote: I'm trying to get squid to work as a reverse proxy in front of a single web server which runs domain virtualhosts: http_port in:80 vhost cache_peer outparent80 0 originserver 'in' is my

RE: [squid-users] squis is asking if a cached object is modified

2009-03-09 Thread Donoso Gabilondo, Daniel
Thank you very much for your help Amos, No your squid is configured as a twisted open proxy. See below for fixes... I seem to remember helping you with .home.nl earlier. That config was a bit weird, but there are some entries in your listed config which worry me terribly... You have a very

Re: [squid-users] Proxying one multimedia strems for multiple clients[VBSCL:A1688C69310]

2009-03-09 Thread Amos Jeffries
Josef Karliak wrote: hi, does anyone know how to proxy stream (internet radio) to multiple clients. 1 stream from internet to many clients inside of network. We need to save soma traffic :) Thanks. Regards J.Karliak. Tim Bates wrote: Squid is probably not a good tool for this.

Re: [squid-users] Two Squid with common cache

2009-03-09 Thread Amos Jeffries
Nyamul Hassan wrote: This thread just raised another question on my mind. How would adding another instance (in the same box) with null cache_dir improve my performance? I'm a bit confused. Could you please explain a bit more? I don't think it would improve performance per-se. It would

Re: [squid-users] squis is asking if a cached object is modified

2009-03-09 Thread Amos Jeffries
Donoso Gabilondo, Daniel wrote: Thank you very much for your help Amos, No your squid is configured as a twisted open proxy. See below for fixes... I seem to remember helping you with .home.nl earlier. That config was a bit weird, but there are some entries in your listed config which worry

Re: [squid-users] Squid proxy

2009-03-09 Thread Merdouille
Jan-Frode Myklebust-2 wrote: On 2009-03-06, Merdouille jgerha...@r-advertising.com wrote: I need to have a squid conf to allow peaople to acces data from url like : http://mysquidproxy/img=http%3A%2F%2Ffiles.macbidouille.com%2Fnews%2F200903%2FAP999.jpg or

Re: [squid-users] Squid proxy

2009-03-09 Thread Matus UHLAR - fantomas
On 06.03.09 05:21, Merdouille wrote: To explain what i need : i need few images or others kind of file witch are on few http servers. But those site arent fast and il want squid to cache thoses files. And i want 'askers' to use my squid instead of reals sites. Why not utins your squid as

Re: [squid-users] squid+c-icap file download + get_file.pl problem

2009-03-09 Thread Anuj Singh
Hi, I tried with the latest stable version of squid (version 3) but still have the same problem. OS= FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 r...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 c-icap Port:= c-icap-030606_5,1 Listening on port 1344 Squid Version =

[squid-users] Recording content length prior to transfer

2009-03-09 Thread Kaustav Dey Biswas
Hi, Object sizes are logged in access.log (as per the logformat) only after the transfer of that object is complete. But is there any way to record the content-length of an object before the transfer actually begins? I found that running debug (level 9) on HTTP header section (55) prints the

[squid-users] Re[squid-users] cording content length prior to transfer

2009-03-09 Thread kaustav_deybiswas
Hi, Object sizes are logged in access.log (as per the logformat) only after the transfer of that object is complete. But is there any way to record the content-length of an object before the transfer actually begins? I found that running debug (level 9) on HTTP header section (55) prints the

Re: [squid-users] Squid proxy

2009-03-09 Thread Amos Jeffries
Jan-Frode Myklebust-2 wrote: On 2009-03-06, Merdouille jgerha...@r-advertising.com wrote: I need to have a squid conf to allow peaople to acces data from url like : http://mysquidproxy/img=http%3A%2F%2Ffiles.macbidouille.com%2Fnews%2F200903%2FAP999.jpg or

Re: [squid-users] squid+c-icap file download + get_file.pl problem

2009-03-09 Thread Anuj Singh
Hi, Thanks, Now the download issue has been resolved, perl-cgi is working fine, virus module is checking for the viruses, the only thing which is remaining is to show an error page instead of 404 , new setting of c-icap.conf is http://10.139.7.6/cgi-bin/get_file.pl?usename=%fremove=1file=; and

[squid-users] Segmentation Fault

2009-03-09 Thread Wilson Hernandez - MSD, S. A.
Hello. Now, I have another problem when trying to build squid. After issuing make all I get the following error: cf_gen.cc: In function âint main(int, char**)â: cf_gen.cc:499: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate.

Re: [squid-users] Re[squid-users] cording content length prior to transfer

2009-03-09 Thread Amos Jeffries
Hi, Object sizes are logged in access.log (as per the logformat) only after the transfer of that object is complete. But is there any way to record the content-length of an object before the transfer actually begins? I found that running debug (level 9) on HTTP header section (55) prints