rabbit-proxy-users Mailing List for RabbIT proxy (Page 40)
Brought to you by:
ernimril
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(16) |
Feb
(9) |
Mar
|
Apr
(4) |
May
(7) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
(3) |
2004 |
Jan
(13) |
Feb
|
Mar
(29) |
Apr
(44) |
May
(17) |
Jun
(14) |
Jul
(7) |
Aug
(2) |
Sep
|
Oct
(2) |
Nov
(2) |
Dec
(26) |
2005 |
Jan
(7) |
Feb
(5) |
Mar
|
Apr
(4) |
May
(14) |
Jun
(6) |
Jul
(2) |
Aug
(3) |
Sep
|
Oct
|
Nov
(1) |
Dec
(2) |
2006 |
Jan
(14) |
Feb
(6) |
Mar
(11) |
Apr
(7) |
May
(26) |
Jun
(10) |
Jul
(10) |
Aug
(9) |
Sep
(8) |
Oct
(15) |
Nov
(22) |
Dec
(12) |
2007 |
Jan
(3) |
Feb
(17) |
Mar
(19) |
Apr
(18) |
May
(13) |
Jun
(11) |
Jul
(16) |
Aug
(14) |
Sep
(1) |
Oct
(5) |
Nov
(38) |
Dec
(4) |
2008 |
Jan
(3) |
Feb
(5) |
Mar
(7) |
Apr
(189) |
May
(131) |
Jun
(117) |
Jul
(88) |
Aug
(67) |
Sep
(74) |
Oct
(14) |
Nov
(19) |
Dec
(69) |
2009 |
Jan
(32) |
Feb
(23) |
Mar
(35) |
Apr
(47) |
May
(126) |
Jun
(94) |
Jul
(78) |
Aug
(27) |
Sep
(20) |
Oct
(24) |
Nov
(8) |
Dec
(9) |
2010 |
Jan
(8) |
Feb
(3) |
Mar
(32) |
Apr
(50) |
May
(88) |
Jun
(59) |
Jul
(36) |
Aug
(43) |
Sep
(25) |
Oct
(2) |
Nov
|
Dec
(2) |
2011 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Holger K. <hol...@gm...> - 2004-12-15 04:03:51
|
>> Is the compression problem related to the expire parsing problem? > No. > >> I'm using java version "1.4.2_05" > > Do you have imagemagick installed and can rabbit find convert? Yes and yes. Other sites get completly recompressed. > Hmmm, not sure why rabbit does not convert that... > Do you get anything in the error log? Except for the expire parse error? No. > Does the image get larger after conversion? I don't think so. I have convertargs=-quality 10 -flatten $filename +profile "*" jpeg:$filename.c and if i use that with convert on this picture it is 6674 Bytes large. Holger |
From: Robert O. <ro...@kh...> - 2004-12-14 23:09:42
|
Holger Krull wrote: > i found that while using rabbit on some sites the images don't get > recompressed. That is normal. Small images should not get compressed, since the download time gain will be lost in latency (caused by rabbit converting the image). Also rabbit inspects the http headers and checks the mime type. If the server is badly configured or the cgi/jsp/servlet/asp/whatever is evil it will send a mime type that rabbit does not understand. > For every such image an entry in the error_log shows up. > [14/Dez/2004:22:03:06 GMT][MSG][unable to parse expire date: 'Thu, 14 > Dec 2006 22:03:06 GMT' for URI: > 'http://images.gmx.net/images/bs/21000/skyscraper_wechsler_v2.gif'] Hmmm, looks odd. Not sure exactly why that fails, I will have to test it. That is only a warning, it should not affect other image conversion. It might affect cache length though... > Is the compression problem related to the expire parsing problem? No. > I'm using java version "1.4.2_05" Do you have imagemagick installed and can rabbit find convert? Ok, doing a HEAD on the above image I get a response: 200 OK Cache-Control: max-age=63072000 Connection: close Date: Tue, 14 Dec 2004 23:06:48 GMT Accept-Ranges: bytes ETag: "223954-63c0-41b06ef7" Server: Apache Content-Length: 25536 Content-Type: image/gif Expires: Thu, 14 Dec 2006 23:06:48 GMT Last-Modified: Fri, 03 Dec 2004 13:49:43 GMT Client-Date: Tue, 14 Dec 2004 23:06:49 GMT Client-Peer: 213.165.64.210:80 Client-Response-Num: 1 Hmmm, not sure why rabbit does not convert that... Do you get anything in the error log? Does the image get larger after conversion? in that case rabbit will send the original... /robo |
From: Holger K. <hol...@gm...> - 2004-12-14 22:12:25
|
Hello, i found that while using rabbit on some sites the images don't get recompressed. For every such image an entry in the error_log shows up. [14/Dez/2004:22:03:06 GMT][MSG][unable to parse expire date: 'Thu, 14 Dec 2006 22:03:06 GMT' for URI: 'http://images.gmx.net/images/bs/21000/skyscraper_wechsler_v2.gif'] That seems strange because the expire date looks perfectly normal to me. Is the compression problem related to the expire parsing problem? I'm using java version "1.4.2_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode) on a Suse 9.2 Holger |
From: Robert K. <RK...@Sa...> - 2004-12-02 06:08:56
|
Hi Robert, No, I want to use it for GPRS customers, so I don't use it on the client. I will provide you with an ethereal trace in the next week (client side and Network side) Kind regards, Robert Kreinz --__--__-- Message: 1 From: Robert Kreinz <RK...@Sa...> To: "'rab...@li...'" <rab...@li...> Date: Wed, 1 Dec 2004 11:30:09 +0300 Subject: [Rabbit-proxy-users] Slow Performance with IE6 Hi, If have some troubles with the current version (2.0.35) of RabbIT, slow performance with Internet Explorer 6 (takes more time to load a page, then without RabbIT) - I also tried to load the page with Mozilla/Firefox and there is no problem or performance impact. I have installed and tested RabbIT on Linux and Windows, tried to use different Java Version, but the problem still exists. Regards, Robert --__--__-- Message: 2 Date: Wed, 01 Dec 2004 18:55:24 +0100 From: Robert Olofsson <ro...@kh...> To: Robert Kreinz <RK...@Sa...> CC: "'rab...@li...'" <rab...@li...> Subject: Re: [Rabbit-proxy-users] Slow Performance with IE6 Robert Kreinz wrote: >If have some troubles with the current version (2.0.35) of RabbIT, slow >performance with Internet Explorer 6 (takes more time to load a page, then >without RabbIT) > > How are you running rabbit? You know that its supposed to look like this: Client (IE) <---- slow link ----> rabbit <--- fast link ---> Internet That is, normally it is your ISP that runs rabbit for you. Or you set it up at home for usage when you use dialup from your notebook. If you run rabbit on the same machine that you use for web browsing you will normally see a slowdown in surfing speed. If you do it correctly and still have problems, then please get me some network traces (ethereal is a nice network snooper). /robo --__--__-- _______________________________________________ Rabbit-proxy-users mailing list Rab...@li... https://lists.sourceforge.net/lists/listinfo/rabbit-proxy-users End of Rabbit-proxy-users Digest |
From: Robert O. <ro...@kh...> - 2004-12-01 17:55:36
|
Robert Kreinz wrote: >If have some troubles with the current version (2.0.35) of RabbIT, slow >performance with Internet Explorer 6 (takes more time to load a page, then >without RabbIT) > > How are you running rabbit? You know that its supposed to look like this: Client (IE) <---- slow link ----> rabbit <--- fast link ---> Internet That is, normally it is your ISP that runs rabbit for you. Or you set it up at home for usage when you use dialup from your notebook. If you run rabbit on the same machine that you use for web browsing you will normally see a slowdown in surfing speed. If you do it correctly and still have problems, then please get me some network traces (ethereal is a nice network snooper). /robo |
From: Robert K. <RK...@Sa...> - 2004-12-01 08:31:20
|
Hi, If have some troubles with the current version (2.0.35) of RabbIT, slow performance with Internet Explorer 6 (takes more time to load a page, then without RabbIT) - I also tried to load the page with Mozilla/Firefox and there is no problem or performance impact. I have installed and tested RabbIT on Linux and Windows, tried to use different Java Version, but the problem still exists. Regards, Robert |
From: Robert O. <ro...@kh...> - 2004-11-25 20:57:43
|
Samuel Hill wrote: >Why would I get the following when trying to log into the web interface? > >407 Proxy Authentication Required >access to: http://192.168.0.22:500/Status >requires some authentication > >I basically just want to check cache status, etc, but forget how to >access that. > Most probably rabbit thinks it has another name, rabbit takes one of the names of the machines, it does not use all. Try a few of the names, like for me: http://ghoul:9666/ => does not work http://ghoul.khelekore.org:9666/ => works... http://192.168.0.43:9666/ => does not work http://localhost:9666/ => does not work... Also check that you have rabbit as the proxy _even_ for the host running rabbit since rabbit is better on handling proxy requests than web site requests... /robo |
From: Samuel H. <Sam...@Co...> - 2004-11-24 21:38:14
|
It has been a while since I have logged into the web interface of rabbit. Why would I get the following when trying to log into the web interface? 407 Proxy Authentication Required access to: http://192.168.0.22:500/Status requires some authentication I basically just want to check cache status, etc, but forget how to access that. Thanks! Sam |
From: Robert O. <ro...@kh...> - 2004-10-12 21:26:26
|
Chasuk wrote: >I have a webpage which has an image linked to: >http://www.wunderground.com/US/WA/Pullman.html > >Sometimes, when visiting webpages through Rabbit, the page that I >intend to visit will not appear, but the aforementioned image, all by >itself, appears instead. > >This occurs whether it is the first visit to a page, or a subsequent visit. >Can anyone suggest a cause, a cure, or both? > > Hmm. odd. What filters do you have enabled? And it would help if you could give the url so that I can try it. If you have the FilterHandler on, can you see if you still get a problem when you only have the GZipHandler on instead? /robo |
From: Chasuk <ch...@gm...> - 2004-10-12 20:10:28
|
I have an odd problem: I have a webpage which has an image linked to: http://www.wunderground.com/US/WA/Pullman.html Sometimes, when visiting webpages through Rabbit, the page that I intend to visit will not appear, but the aforementioned image, all by itself, appears instead. This occurs whether it is the first visit to a page, or a subsequent visit. Can anyone suggest a cause, a cure, or both? :-) Cheers, Chas |
From: Robert O. <ro...@kh...> - 2004-08-31 05:35:26
|
Dave wrote: >java.version: 1.3.1-p9.... >java.lang.NoClassDefFoundError: java/net/SocketTimeoutException > at rabbit.proxy.Connection.doWork(Connection.java:266) > at rabbit.util.RestartableThread.run(RestartableThread.java:28) > > Yes, you need java/1.4 to run the latest rabbit (Actually it has been that way since 2.0.27 as you can see in the changelog). Seems that there was one more place I forgot to update about the java version required. /robo |
From: Dave <tec...@ml...> - 2004-08-30 23:42:45
|
Hello, I have just finished building a new system to run RabbIT on, and am attempting to start the proxy. It will start fine, but any attempt to use it will generate the following error: java.version: 1.3.1-p9 java.vendor: Sun Microsystems Inc. os.name: FreeBSD os.version: 4.10-RELEASE os.arch: i386 error is: java.lang.NoClassDefFoundError: java/net/SocketTimeoutException at rabbit.proxy.Connection.doWork(Connection.java:266) at rabbit.util.RestartableThread.run(RestartableThread.java:28) |
From: Robert O. <ro...@kh...> - 2004-07-30 02:00:09
|
Tom Grove wrote: > I have been receiving feedback from users that they cannot receive > Windows and Norton anti-virus updates when using the Web Accelerator. > Has anyone else had this problem and/or is there a fix? It may be as > simple as a config change but I am not sure. Any feedback is much > appreciated. Thanks. I have recieved this information before. So yes, other are also having trouble with thoose services. The easy way for you is to not route thoose requests through rabbit. (You requires a high level router for that). If the users are using IE and the resources are using NTLM you can not use rabbit. IE will not try to establish NTLM connections over any proxy (what I can see). Note however that if you use mozilla or any other browser, that tries to use NTLM even though there is a proxy in the way, it will work. Windows update is IE only what I know. I am not sure about norton, I do not use it (I am on linux/unix system almost all of the time). If it is not NTLM, then I would like to get network traces so I can see what happens. Relevant log entries are also interesting. /robo |
From: <Ro...@ic...> - 2004-07-29 01:38:27
|
Dear CheapSoft Customer, My name is Rosendo Thompson, and I work at CheapSoft LLC. You are important to me! You spend your money and time on CheapSoft, and I want to let you know that we have finished update our programs store. I want to remind you that we are offering now more than 1500 popular software for low price with your personal Customer's discount. Please spend few moments of yours precious time to check our updated software store: http://www.cracksoftcenter.com With regards, Customer Service Department, Rosendo Thompson |
From: Tom G. <tg...@wi...> - 2004-07-26 14:45:49
|
I have been receiving feedback from users that they cannot receive Windows and Norton anti-virus updates when using the Web Accelerator. Has anyone else had this problem and/or is there a fix? It may be as simple as a config change but I am not sure. Any feedback is much appreciated. Thanks. -- Thomas L Grove Systems Administrator Winbeam Incorporated tg...@wi... |
From: Robert O. <ro...@kh...> - 2004-07-18 20:20:49
|
Hello! I have released the 2.0.34-pre1 version. This version includes a fix to the html-parser. It would be good to hear about non-working sites. So if you have the FilterHandler on please test it. The problem only occurred when a html page with javascript/style in it got split over several network packets and the javascript/style was split into several packets. (Very fun to try out, downloading the site and trying to parse the page from disk resultet in correct parsing :-). There is a fix for windows users as well. And the default convert-arguments now include the ' +profile "*" ' that ought to remove exif-headers and other similar stuff. May shrink some images even more. (best reported result 19k->5k). /robo |
From: Anthony H. <an...@gr...> - 2004-07-17 07:03:05
|
Thanks Robert, that fixed the problem. I had both Java 1.3 and 1.4, but neither were in the path. Adding the path to Java 1.4 got the proxy up and running, and I was then able to connect to the web from my SonyEricsson P800 phone via RabbIT running on my home PC. Rgds, Ant Robert Olofsson wrote: > Anthony Hook wrote: > >> "Registry key 'Software\JavaSoft\Java Runtime >> Environment\CurrentVersion' has value '1.4', but '1.3' is required. >> Error: could not find java.dll >> Error: could not find Java 2 Runtime Environment." > > > I read this as you having both java1.3 and java 1.4 installed. > And that you have 1.3 in the path, but not 1.4. > >> I'm using 2.0.33 (latest as of 17/07/04) so would expect it to use >> Java 1.4. > > > Yes, you need 1.4 > Check that your path includes the path to the j2re1.4/bin (or similar). > > /robo > > |
From: Robert O. <ro...@kh...> - 2004-07-17 04:56:46
|
Anthony Hook wrote: > "Registry key 'Software\JavaSoft\Java Runtime > Environment\CurrentVersion' has value '1.4', but '1.3' is required. > Error: could not find java.dll > Error: could not find Java 2 Runtime Environment." I read this as you having both java1.3 and java 1.4 installed. And that you have 1.3 in the path, but not 1.4. > I'm using 2.0.33 (latest as of 17/07/04) so would expect it to use > Java 1.4. Yes, you need 1.4 Check that your path includes the path to the j2re1.4/bin (or similar). /robo |
From: Anthony H. <an...@gr...> - 2004-07-16 23:24:32
|
I installed RabbIT proxy by just unzipping the RabbIT2.zip download from sourceforge, and then did "java rabbit.proxy.Proxy" from a command prompt to try and run it. I received the following error: "Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion' has value '1.4', but '1.3' is required. Error: could not find java.dll Error: could not find Java 2 Runtime Environment." One of the threads in the projects's archives mentions: "For 2.0.30 you need java/1.4 and you will see this if you try to use an earlier java vm." I'm using 2.0.33 (latest as of 17/07/04) so would expect it to use Java 1.4. I dont want to install Java 1.3 in case this breaks 1.4. Can anyone help? I'm running Windows XP Pro SP1. Thanks, Ant |
From: <ro...@kh...> - 2004-06-24 07:27:20
|
Blaine Fleming gr...@di... wrote: >I noticed in the changelog history there is a brief note about how it is >now possible to launch multiple instances with different configs under one >virtual machine. Anybody have any info on doing this? I am a little too >busy (read: lazy) to figure it out myself. Any info would be >appreciated. Thanks. java rabbit.proxy.MultiProxy config1.conf config2.conf config3.conf Seems to work for me, but if you find any odd things please report them. /robo |
From: Blaine F. <gr...@di...> - 2004-06-23 23:21:56
|
I noticed in the changelog history there is a brief note about how it is now possible to launch multiple instances with different configs under one virtual machine. Anybody have any info on doing this? I am a little too busy (read: lazy) to figure it out myself. Any info would be appreciated. Thanks. --Blaine |
From: Samuel H. <Sam...@Co...> - 2004-06-23 19:10:28
|
Internet explorer. Nothing in the cache. Sam -----Original Message----- From: rab...@li... [mailto:rab...@li...] On Behalf Of Robert Olofsson Sent: Wednesday, June 23, 2004 3:00 PM To: Samuel Hill Cc: rab...@li... Subject: Re: [Rabbit-proxy-users] Failure to log in... Samuel Hill wrote: >When going to the following page it is supposed to ask for a login but >does not prompt for one. http://206.159.167.148/jbcintranet/ > >Avoiding the proxy works fine. > Hmm. I get a login dialog both when I access it through rabbit and when I do not use a proxy. I also can not see any thing in the cache after I get the login dialog. What browser do you use? Since I do not have a user account there I can not log in and see if the server outputs a cacheable response. Is the page in rabbits cache? (run the stand alone CacheStatus program to find out). /robo ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Rabbit-proxy-users mailing list Rab...@li... https://lists.sourceforge.net/lists/listinfo/rabbit-proxy-users |
From: Robert O. <ro...@kh...> - 2004-06-23 19:00:31
|
Samuel Hill wrote: >When going to the following page it is supposed to ask for a login but >does not prompt for one. >http://206.159.167.148/jbcintranet/ > >Avoiding the proxy works fine. > Hmm. I get a login dialog both when I access it through rabbit and when I do not use a proxy. I also can not see any thing in the cache after I get the login dialog. What browser do you use? Since I do not have a user account there I can not log in and see if the server outputs a cacheable response. Is the page in rabbits cache? (run the stand alone CacheStatus program to find out). /robo |
From: Dave <tec...@ml...> - 2004-06-23 17:21:54
|
----- Original Message ----- From: "Samuel Hill" <Sam...@Co...> Cc: <rab...@li...> Sent: Wednesday, June 23, 2004 9:56 AM Subject: RE: [Rabbit-proxy-users] Failure to log in... > I think you are mis-understanding the problem. > > There is an authentication mechanism that is supposed to verify your > username and password. > With rabbit I get an error because authentication is never attempted. > > Sam I had run into the same problem when trying to access the web based management for the proxy server. It would just spit back the 403 forbidden error and never prompt for a username/password. The fix was to make sure that the DNS entries for the proxy server matched the hostname for the proxy, and the browser was set to actually use the proxy. Once that was done, the system would prompt as expected. I have not tried the username based access for using the server in general, but those steps may fix what you are seeing. HTH Dave |
From: Samuel H. <Sam...@Co...> - 2004-06-23 16:57:59
|
I think you are mis-understanding the problem. There is an authentication mechanism that is supposed to verify your username and password. With rabbit I get an error because authentication is never attempted. Sam -----Original Message----- From: rab...@li... [mailto:rab...@li...] On Behalf Of Dave Sent: Wednesday, June 23, 2004 12:56 PM To: Samuel Hill Cc: rab...@li... Subject: Re: [Rabbit-proxy-users] Failure to log in... ----- Original Message ----- From: "Samuel Hill" <Sam...@Co...> To: <rab...@li...> Sent: Wednesday, June 23, 2004 7:00 AM Subject: [Rabbit-proxy-users] Failure to log in... > When going to the following page it is supposed to ask for a login but > does not prompt for one. http://206.159.167.148/jbcintranet/ > > Avoiding the proxy works fine. > > Sam > If you are trying to access the management screens, you need to make sure that the DNS entries match the hostname for the computer, and that the browser you are using is set to use the proxy. Dave ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Rabbit-proxy-users mailing list Rab...@li... https://lists.sourceforge.net/lists/listinfo/rabbit-proxy-users |