filterproxy-users Mailing List for FilterProxy (Page 6)
Brought to you by:
mcelrath
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(3) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
(2) |
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
(7) |
Oct
(2) |
Nov
|
Dec
(4) |
2007 |
Jan
(3) |
Feb
(6) |
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(4) |
Nov
(3) |
Dec
(2) |
2008 |
Jan
(2) |
Feb
(4) |
Mar
(28) |
Apr
(14) |
May
(14) |
Jun
(14) |
Jul
(26) |
Aug
(13) |
Sep
(9) |
Oct
(4) |
Nov
(3) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(5) |
Nov
|
Dec
|
From: James S. W. <ja...@ja...> - 2001-10-31 16:22:54
|
I was wondering if anyone had encountered my situation before. I am tyring to get Apache's mod_proxy to proxy through filterproxy using ProxyRemote http http://127.0.0.1:8888 But when I do It just hangs. I want to proxy a site without having to set up a proxy server in my browser setup. I guess my question is, Is there any reason why this shouldnt work? My thanks in advance. -------------------------------------------------------------- James S. White GX-Tech Inc. ja...@gx... Electrical Engineer http://www.jameswhite.org Caffeine is my anti-drug. -------------------------------------------------------------- "The only thing necessary for evil to triumph, is for good men to do Nothing" -Edmund Burke 1729-1797 |
From: Bob M. <mce...@dr...> - 2001-09-30 01:10:52
|
=2E..has been released. This is an interim release containing many bug fixes. I'm about to rip out Parse::ePerl, and wanted to make sure these bug fixes got out first. (check the ChangeLog) I have tried installing Parse::ePerl on a perl 5.6 machine recently. It was ugly. Very ugly. I even tried to make eperl rpms. That was uglier still. If you're using FilterProxy with perl 5.6, consider yourself supremely talented. Also in this release is a new Source module thanks to John Waymouth. It works two ways:=20 http://source/url=20 or=20 http://localhost:8888/Source.pm?url where url is the url you want to load. Note this will show you the UNFILTERED source by converting the mime-type to text/plain. There are a few neato javascript bookmarks on the home page: http://draal.physics.wisc.edu/FilterProxy/ to do things like: "view unfiltered source for this page", "enable filtering", "disable filtering", and bring up the config page. Numerous rule updates, including some to block evil javascript popups/popunders. If you have written new rules for FilterProxy, please send them to me and I will include them in future distributions. I was pleased to discover that the new jump-through ads on salon.com were already filtered by existing rules! We shall see whether some new announced "filter-detector" will actually work on FilterProxy: http://slashdot.org/article.pl?sid=3D01/09/29/002222 I will postpone my musings about the future of internet advertising for another day, but if you search the above discussion you will find a comment by me on the subject. Also, FilterProxy now loops over the modules in the FilterProxy/ directory and tries to load them all. If they fail to load it will print an error message, but FilterProxy WILL STILL RUN if some modules do not load. You will probably discover that there is an ImageComp module, which will recompress jpegs, among other things. But it depends on ImageMagick (something I haven't installed)...and will fail to load. This is not a problem. You can still use FilterProxy as usual. Coming soon:=20 "View how this page was filtered" -- marked-up source. HTML::Mason replacing Parse::ePerl. Off I go to install perl 5.6... -- Bob Bob McElrath (rsm...@st...)=20 Univ. of Wisconsin at Madison, Department of Physics |
From: Bob M. <mce...@dr...> - 2001-08-31 23:11:59
|
It looks like you're using mandrake packages on a redhat system. And the packages you got want perl 5.6.1. FilterProxy itself is happy with perl 5.005 or later. Ah, and it looks like you got some pld rpms too. PLD (Polish Linux Distribution) puts things in hosed places (like "i386-pld-linux" below) that redhat won't be happy with. Finding redhat packages is much harder now than it was a year ago. You used to be able to just use rpmfind and it would grab things for you. Now PLD and Mandrake packages are largely incompatible with redhat. Redhat also used to have all the CPAN packages in rpm format, but they haven't updated it in years and now they're horribly out of date. :( The *easiest* way to do this is to build it yourself. Grab the source for eperl from the Debian project: http://packages.debian.org/unstable/devel/eperl.html At the bottom there's the links to Source Code: http://ftp.debian.org/debian/pool/main/e/eperl/eperl_2.2.14.orig.tar.gz http://ftp.debian.org/debian/pool/main/e/eperl/eperl_2.2.14-3.diff.gz Apply the patch, build, and install the thing yourself. Second, use the perl CPAN tool to install the rest: > perl -MCPAN -e shell [...] CPAN> install Compress::Zlib CPAN> install Bundle::LWP CPAN> install Time::HiRes That should do it. If anyone wants to send me rpms for any of these, I'd be happy to put them on my site for people to download. Tamara Miller [mi...@dr...] wrote: > just trying to get filterproxy working. Do I need a newer version of perl > than 5.6.0? I downloaded all of those perl modules and filterproxy, but I= 'm still > getting some failed dependencies. >=20 >=20 > (0)<millert@chani:/home/millert> sudo rpm -U perl-* eperl-2.2.14-9mdk.i58= 6.rpm FilterProxy-0.29.1-1.noarch.rpm > error: failed dependencies: > /usr/lib/perl5/site_perl/i386-pld-linux/5.6.1 is needed by perl= -Compress-Zlib-1.13-1 > perl =3D 5.6.1 is needed by perl-Compress-Zlib-1.13-1 > perl(IO::Handle) is needed by perl-Compress-Zlib-1.13-1 > perl(constant) is needed by perl-Compress-Zlib-1.13-1 > perl(strict) is needed by perl-Compress-Zlib-1.13-1 > perl(vars) is needed by perl-Compress-Zlib-1.13-1 > perl(warnings) is needed by perl-Compress-Zlib-1.13-1 > perl-modules is needed by perl-Compress-Zlib-1.13-1 > perl-HTML-Tagset >=3D 3.03 is needed by perl-HTML-Parser-3.25-2 > perl >=3D 5.600 is needed by perl-URI-1.15-1mdk > perl-MIME-Base64 is needed by perl-libwww-perl-5.53-3 > perl-libnet is needed by perl-libwww-perl-5.53-3 > perl-Digest-MD5 is needed by perl-libwww-perl-5.53-3 > perl-base =3D 5.601 is needed by eperl-2.2.14-9mdk > libperl.so is needed by eperl-2.2.14-9mdk > perl-eperl is needed by FilterProxy-0.29.1-1 >=20 -- Bob Bob McElrath (rsm...@st...)=20 Univ. of Wisconsin at Madison, Department of Physics |
From: Bob M. <mce...@dr...> - 2001-08-26 15:42:43
|
Shlomi Yaakobovich [shl...@ya...] wrote: > Hi, >=20 > I've noticed that when I receive compressed content > from the proxy, my browser (MSIE 5.5) sometimes > crashes, pretty much consistently, while without > compressed data it does not crash. Is this a bug in > the proxy, or the browser ? Is there any way around > it ? I'm really interested in 5x speed...=20 Hmmm...I suspect a browser bug. I have tested it with the following (linux) browsers: Mozilla (0.8 onward) Netscape 4.x Netscape 3.x StarOffice Galeon Skipstone Konqueror =2E..and none of them had a problem with compressed data, so I suspect a browser bug. (Netscape has a few bugs with compressed data too...but doesn't crash, just displays binary junk -- in <iframe>'s) Try this URL: http://groups.yahoo.com/group/http-wg/messages/8730?expand=3D1 WITHOUT the proxy and see if it crashes your browser. This particular yahoo server also spits out compressed content. See if it crashes your browser. Also, turn on debug, and also turn on "Dump headers to log file" in the Header main config page. Check if your browser is sending the Accept-Encoding header. If all else fails, mail the FilterProxy.log file to me (with debug and headers dumped to log file turned on!) and I'll take a look at it. What's the latest version of MSIE? Might be worthwhile to upgrade... Cheers, -- Bob Bob McElrath (rsm...@st...)=20 Univ. of Wisconsin at Madison, Department of Physics |
From: Bob M. <mce...@dr...> - 2001-08-23 14:43:35
|
Edward [ed...@ca...] wrote: > Hi there! > =A0 > Can I use this program w/ squid? >=20 > Thank you very much. Yes. Instructions are in the README (starting on line 70). Cheers, -- Bob Bob McElrath (rsm...@st...)=20 Univ. of Wisconsin at Madison, Department of Physics |
From: Bob M. <rsm...@st...> - 2001-05-08 13:40:14
|
FilterProxy 0.29.1 has just been released, with the following changes: * Fixed Rewrite bug when using 'attrib' and 'rewrite'. * Fixed Rewrite bug when using 'attrib', and attrib has no value. * Fixed Rewrite bug when using 'inside' predicate. * Minor error message clarification. As I promised earlier, I'll release 0.30 when Parse::ePerl has been replaced (not sure when I'll get to that), but I thought I should get these bug fixes out too. P.S. Is anyone on these lists besides me? Cheers, -- Bob Bob McElrath (rsm...@st...)=20 Univ. of Wisconsin at Madison, Department of Physics |