rabbit-proxy-users Mailing List for RabbIT proxy (Page 38)
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: Robert O. <ro...@kh...> - 2005-05-22 22:31:29
|
Hello! I have released rabbit/2.0.38. This version demands java/5. Most of the changes are code cleanup, but hopefully there is some increase in performance as well. If you are interested in the full changelog it is available at: http://www.khelekore.org/rabbit/changelog.shtml I don't know how many of you that run FreeBSD or other systems where java/5 is not yet available. Yell if you want some of the new features (I do not promise to backport, but asking nicely can work). You can download the binaries and source from: http://www.khelekore.org/rabbit/ Have fun /robo |
From: Richard M. <ri...@sy...> - 2005-05-12 05:05:41
|
Ok, After reinstalling the OS with Fedora C3 32bit (instead of the 64bit I was having the below problem with) and installing SDK5 with 2.0.38b-pre1 It is now working flawlessly.. I was originally running the server on FreeBSD 4.11 but kept getting Java Core dumps so I switched to Fedora... I appreciate ALL of your guys' help! Richard > -----Original Message----- > From: rab...@li... > [mailto:rab...@li...] On > Behalf Of Robert Olofsson > Sent: Wednesday, May 11, 2005 11:06 AM > To: Richard Marriner > Cc: rab...@li... > Subject: Re: [Rabbit-proxy-users] SQL authentication > > Richard Marriner wrote: > > > java.sql.SQLException: The url cannot be null > > > > > Ok, that seems odd. You would get that if you did not specify the url, > you seem to have done so. Do you have any space before/after url in > the config file? > > >My rabbit.conf file includes: > >[rabbit.filter.SQLProxyAuth] > >driver=org.gjt.mm.mysql.Driver > >url=jdbc:mysql://localhost/dbname > > > > > Do you get anything in the error_log? > > /robo > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click > _______________________________________________ > Rabbit-proxy-users mailing list > Rab...@li... > https://lists.sourceforge.net/lists/listinfo/rabbit-proxy-users > |
From: Robert O. <ro...@kh...> - 2005-05-11 18:06:51
|
Richard Marriner wrote: > java.sql.SQLException: The url cannot be null > > Ok, that seems odd. You would get that if you did not specify the url, you seem to have done so. Do you have any space before/after url in the config file? >My rabbit.conf file includes: >[rabbit.filter.SQLProxyAuth] >driver=org.gjt.mm.mysql.Driver >url=jdbc:mysql://localhost/dbname > > Do you get anything in the error_log? /robo |
From: Richard M. <ri...@sy...> - 2005-05-10 21:24:33
|
Hey guys, have been playing with this SQLProxyAuth. I am using the RabbIT2.0.37b.jar below and J2SDK 1.4.2... I keep getting this... java.sql.SQLException: The url cannot be null My rabbit.conf file includes: [rabbit.filter.SQLProxyAuth] driver=org.gjt.mm.mysql.Driver url=jdbc:mysql://localhost/dbname user=username password=password select=SELECT password FROM users WHERE username = '?' [Filters] httpinfilters=rabbit.filter.HTTPBaseFilter,rabbit.filter.DontFilterFilter,ra bbit.proxy.SQLProxyAuth I know next to nothing about java.. So bare with me, please... ;) Rich > Robert Olofsson wrote: > > > http://www.khelekore.org/rabbit/RabbIT2.0.37b.jar > > > > I still havent got any database installed at home, so this filter > > will probably break in a few places. Fix it or bug me (or both)... > > Ok, it was broken, I had forgotten one line, doh! > Actually testing with a db made that one obvious quickly.. > > There is a new release with the same name out and also an updated > http://www.khelekore.org/rabbit/RabbIT2.0.38-pre1.jar > > Have fun > /robo > > |
From: Robert O. <ro...@kh...> - 2005-05-05 17:51:29
|
Robert Olofsson wrote: > http://www.khelekore.org/rabbit/RabbIT2.0.37b.jar > > I still havent got any database installed at home, so this filter > will probably break in a few places. Fix it or bug me (or both)... Ok, it was broken, I had forgotten one line, doh! Actually testing with a db made that one obvious quickly.. There is a new release with the same name out and also an updated http://www.khelekore.org/rabbit/RabbIT2.0.38-pre1.jar Have fun /robo |
From: Robert O. <ro...@kh...> - 2005-05-05 16:33:04
|
Luis Soltero wrote: >Thanks for the quick response. We run FreeBSD here so upgrading to Java/5 is a big deal... >Anyway, if you want quick testing on your implementation then please back port the code to 2.0.37. > > Ok, since some of you seem to run java/1.4 there is a 2.037b: http://www.khelekore.org/rabbit/RabbIT2.0.37b.jar I still havent got any database installed at home, so this filter will probably break in a few places. Fix it or bug me (or both)... I will install a database later on, I usually have one, but I havent really needed one at home since my last desktop upgrade... Have fun. /robo |
From: Robert O. <ro...@kh...> - 2005-05-05 15:53:23
|
Ok, I have made a filter for sql-proxy authentication. You can try it with: http://www.khelekore.org/rabbit/RabbIT2.0.38-pre1.jar Note: I do not have any db at home yet (I will set one up soon) so this is not very well tested. Please report status... Note: You will have to enable and configure the SQLProxyAuth filter Note: The 2.0.38 release will require java/5. If you want java/1.4 tell me so, backporting this to 2.0.37 is easy. Due to java/5 many things have had minor code changes, hopefully everything works, but do not be surprised if some things breaks. Help with testing appreciated. /robo |
From: Richard M. <ri...@sy...> - 2005-05-05 14:32:50
|
Robo, I would venture to say no caching. One of the reasons for using a SQL backend is for real time updates without having to "reload" the server software. As Luis pointed out, most software that uses SQL backends have options to specify the SQL server, username, password, database and some even go as far as to letting you write your own SELECT statement. (As shown in Luis' post) I don't know how useful this feature would be to most people, but it would be a nice feature to have listed on the website. ;) (I would use it though...) Richard Dean Marriner II SYIX.COM --=-- Network Administrator 530-755-1751x206 - richard at syix.com > -----Original Message----- > From: rab...@li... > [mailto:rab...@li...] On > Behalf Of Robert Olofsson > Sent: Thursday, May 05, 2005 4:50 AM > To: Luis Soltero > Cc: Richard Marriner; rab...@li... > Subject: Re: [Rabbit-proxy-users] SQL authentication > > Luis Soltero wrote: > > >Specifying a connection string and an sql query string in > rabbit the conf would be wonderful. > > > > > This is not possible right now. Writing a filter to handle it > will not take > long. > > How long should the data be cached in rabbit? or do you want rabbit to > ask the database for every request it gets? Should negative responses > be cached as well? > > /robo > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. > Get your fingers limbered up and give it your best shot. 4 > great events, 4 > opportunities to win big! Highest score wins.NEC IT Guy Games. Play to > win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 > _______________________________________________ > Rabbit-proxy-users mailing list > Rab...@li... > https://lists.sourceforge.net/lists/listinfo/rabbit-proxy-users > |
From: Luis S. <lso...@gl...> - 2005-05-05 13:18:48
|
Hi Robo, We use gnu-radius and mysql here to do the authentication=2E when configur= ing gnu-radius for use with sql you specify the connect string and the que= ry strings in the config file=2E The program does no caching=2E It queri= es the db for every request=2E I would think that making a query for ever= y request should work fine=2E The incoming connections are slow and sql d= atabases do caching to enhance performance so no caching should not impact= performance very much=2E I would try no caching at all to start with and= only implement caching if performance is found to be lacking=2E Another alternative might be to only cache 'good' responses=2E A negative= response causes a query to the db=2E good responses should be flushed ev= ery X minutes=2E The flush time could be configured in the config file=2E= I see no reason to cache negative responses=2E Here are some sample sql configuration stanzas from the gnu-radius config = file=2E gnu-radius substitues %u by the login users id=2E # The interface statement specifies which SQL interface to use=2E It is # needed only if the package is configured with both --with-mysql and # --with-postgres options=2E interface mysql server localhost port 3306 login dbuser password dbpassword auth_query SELECT password FROM table WHERE user=3D'%u' Thanks, --luis ---------- Original Message ---------- To: Luis Soltero (lsoltero@globalmarinenet=2Enet) From: Robert Olofsson (robo@khelekore=2Eorg) Subject: Re: [Rabbit-proxy-users] SQL authentication Date: 5/5/2005 7:49:47a > Luis Soltero wrote: > > >Specifying a connection string and an sql query string in rabbit the co= nf > >would be wonderful=2E > > > > > This is not possible right now=2E Writing a filter to handle it will not= > take long=2E > > How long should the data be cached in rabbit? or do you want rabbit to > ask the database for every request it gets? Should negative responses > be cached as well? > > /robo > > > > ------------------------------------------------------- > This SF=2ENet email is sponsored by: NEC IT Guy Games=2E > Get your fingers limbered up and give it your best shot=2E 4 great event= s, 4 > opportunities to win big! Highest score wins=2ENEC IT Guy Games=2E Play = to > win an NEC 61 plasma display=2E Visit http://www=2Enecitguy=2Ecom/?r=3D2= 0 > _______________________________________________ > Rabbit-proxy-users mailing list > Rabbit-proxy-users@lists=2Esourceforge=2Enet > https://lists=2Esourceforge=2Enet/lists/listinfo/rabbit-proxy-users Luis Soltero, Ph=2ED=2E, MCS Director of Software Development and CTO Global Marine Networks, LLC StarPilot, LLC Tel: 865-379-8723 Fax: 865-681-5017 E-Mail: lsoltero@globalmarinenet=2Enet Web: http://www=2Eglobalmarinenet=2Enet Web: http://www=2Estarpilotllc=2Ecom Wireless E-Mail, Web Hosting, Weather and more=2E=2E=2E and StarPilot, the state of the art in navigation computations at your finger = tips=2E=2E=2E |
From: Robert O. <ro...@kh...> - 2005-05-05 11:50:01
|
Luis Soltero wrote: >Specifying a connection string and an sql query string in rabbit the conf would be wonderful. > > This is not possible right now. Writing a filter to handle it will not take long. How long should the data be cached in rabbit? or do you want rabbit to ask the database for every request it gets? Should negative responses be cached as well? /robo |
From: Luis S. <lso...@gl...> - 2005-05-05 00:14:22
|
This indeed would be a nice feature=2E Currently we have a perl scribe th= at uses DBI to query the database and build the text password file for the= proxy server=2E The process runs once an hour and requires the proxy ser= ver to be restarted before it will read the access file=2E Specifying a c= onnection string and an sql query string in rabbit the conf would be wonde= rful=2E --luis ---------- Original Message ---------- To: (rabbit-proxy-users@lists=2Esourceforge=2Enet) From: Richard Marriner (richard@syix=2Ecom) Subject: [Rabbit-proxy-users] SQL authentication Date: 5/4/2005 7:22:00p > I searched quickly on the website and maillist archives but no avail, > maybe I am just a 'tard=2E=2E But is their anyway short of editing the = > source code to get an SQL backend for proxy-authentication=2E We are us= ing > this as a "dial-broadband" service and would like some way to control > access to users, since our Radius server for the dialup server use SQL I= > figured it would be a perfect match=2E > > > > > Richard Dean Marriner II > SYIX=2ECOM --=3D-- Network Administrator > 530-755-1751x206 - richard at syix=2Ecom > > > > ------------------------------------------------------- > This SF=2ENet email is sponsored by: NEC IT Guy Games=2E > Get your fingers limbered up and give it your best shot=2E 4 great event= s, 4 > opportunities to win big! Highest score wins=2ENEC IT Guy Games=2E Play = to > win an NEC 61 plasma display=2E Visit http://www=2Enecitguy=2Ecom/?r=3D2= 0 > _______________________________________________ > Rabbit-proxy-users mailing list > Rabbit-proxy-users@lists=2Esourceforge=2Enet > https://lists=2Esourceforge=2Enet/lists/listinfo/rabbit-proxy-users Luis Soltero, Ph=2ED=2E, MCS Director of Software Development and CTO Global Marine Networks, LLC StarPilot, LLC Tel: 865-379-8723 Fax: 865-681-5017 E-Mail: lsoltero@globalmarinenet=2Enet Web: http://www=2Eglobalmarinenet=2Enet Web: http://www=2Estarpilotllc=2Ecom Wireless E-Mail, Web Hosting, Weather and more=2E=2E=2E and StarPilot, the state of the art in navigation computations at your finger = tips=2E=2E=2E |
From: Richard M. <ri...@sy...> - 2005-05-04 23:22:08
|
I searched quickly on the website and maillist archives but no avail, maybe I am just a 'tard.. But is their anyway short of editing the source code to get an SQL backend for proxy-authentication. We are using this as a "dial-broadband" service and would like some way to control access to users, since our Radius server for the dialup server use SQL I figured it would be a perfect match. Richard Dean Marriner II SYIX.COM --=-- Network Administrator 530-755-1751x206 - richard at syix.com |
From: Robert O. <ro...@kh...> - 2005-05-04 04:32:09
|
Luis Soltero wrote: >Anyone have any ideas why none of the pages at the following web site will display when using Rabbit and firefox? >www.ndbc.noaa.gov > > Odd, that site works well for me. Can you get me some more data? /robo |
From: Luis S. <lso...@gl...> - 2005-05-03 22:06:44
|
Hello All, Anyone have any ideas why none of the pages at the following web site will= display when using Rabbit and firefox? www=2Endbc=2Enoaa=2Egov The website displays perfectly when using direct connection to the interne= t=2E The following errors are from the log file when trying to access this site= =2E [03/May/2005:22:02:56 GMT][WARN][Failed to connect socket:java=2Eio=2EIOEx= ception: Could not connect to the site: /148=2E114=2E26=2E5:80] [03/May/2005:22:03:04 GMT][WARN][couldnt connect to the remote site (conne= ct timed out)] [03/May/2005:22:03:04 GMT][WARN][Failed to connect socket:java=2Eio=2EIOEx= ception: Could not connect to the site: /148=2E114=2E26=2E5:80] [03/May/2005:22:03:04 GMT][WARN][strange error setting up web connection: = java=2Eio=2EIOException: Unable to connect to URL: http://www=2Endbc=2Enoa= a=2Egov/] [03/May/2005:22:03:19 GMT][WARN][couldnt connect to the remote site (conne= ct timed out)] [03/May/2005:22:03:19 GMT][WARN][Failed to connect socket:java=2Eio=2EIOEx= ception: Could not connect to the site: /148=2E114=2E26=2E5:80] [03/May/2005:22:03:19 GMT][WARN][strange error setting up web connection: = java=2Eio=2EIOException: Unable to connect to URL: http://www=2Endbc=2Enoa= a=2Egov/] [03/May/2005:22:03:21 GMT][WARN][couldnt connect to the remote site (conne= ct timed out)] [03/May/2005:22:03:21 GMT][WARN][Failed to connect socket:java=2Eio=2EIOEx= ception: Could not connect to the site: /148=2E114=2E26=2E5:80] [03/May/2005:22:03:21 GMT][WARN][strange error setting up web connection: = java=2Eio=2EIOException: Unable to connect to URL: http://www=2Endbc=2Enoa= a=2Egov/rmd=2Eshtml] Thanks, --luis Luis Soltero, Ph=2ED=2E, MCS Director of Software Development and CTO Global Marine Networks, LLC StarPilot, LLC Tel: 865-379-8723 Fax: 865-681-5017 E-Mail: lsoltero@globalmarinenet=2Enet Web: http://www=2Eglobalmarinenet=2Enet Web: http://www=2Estarpilotllc=2Ecom Wireless E-Mail, Web Hosting, Weather and more=2E=2E=2E and StarPilot, the state of the art in navigation computations at your finger = tips=2E=2E=2E |
From: Robert O. <ro...@kh...> - 2005-04-25 21:06:49
|
Barry Judson wrote: > Please find part of my error log below. That is not the relevant part of the log. RabbIT configures the handlers during config file reading. So you will find that complaints about convert before rabbit is fully started: [24/Apr/2005:06:43:36 GMT][WARN][convert -/usr2/bin/convert- not found, is your path correct?] [24/Apr/2005:06:43:36 GMT][MSG][Configuration loaded, ready for action.] [24/Apr/2005:06:43:36 GMT][MSG][Started] If convert is not found during configuration then you will not see any complaints from the ImageHandler later on, but neither will you see any converted images. > The rabbit.conf file is default with no changes. The default config file tries to use the convert found in: convert=/usr/bin/convert That is a path that will work well on most linux:es and might work on some other unixes. You will have to change that to the path where you put convert in windows. What path did you put there? /robo |
From: Barry J. <bwj...@ho...> - 2005-04-24 22:02:09
|
Please find part of my error log below. I don't see any errors from convert, but I have been testing with ctitech.com rabbit proxy and their results are different than mine in regard to what images are converted. So far I haven't seen any images compressed from our server. The rabbit.conf file is default with no changes. Is there other changes I should make to this file? I added the convert executable file into the proper directory structure with regard to the default rabbit.conf file. Let me know if you need more information Barry [24/Apr/2005:21:22:43 GMT][WARN][expire date in the past: 'Fri, 11 Feb 2005 04:46:54 GMT'] [24/Apr/2005:21:22:43 GMT][WARN][expire date in the past: 'Fri, 11 Feb 2005 04:49:01 GMT'] [24/Apr/2005:21:22:43 GMT][WARN][expire date in the past: 'Fri, 11 Feb 2005 04:46:54 GMT'] [24/Apr/2005:21:22:43 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:22:45 GMT][WARN][expire date in the past: '0'] [24/Apr/2005:21:23:02 GMT][WARN][couldnt connect to the remote site (Connection refused: connect)] [24/Apr/2005:21:23:02 GMT][WARN][Failed to connect socket:java.io.IOException: Could not connect to the site: /207.68.172.239:80] [24/Apr/2005:21:23:03 GMT][WARN][couldnt connect to the remote site (Connection refused: connect)] [24/Apr/2005:21:23:03 GMT][WARN][Failed to connect socket:java.io.IOException: Could not connect to the site: /207.68.173.245:80] [24/Apr/2005:21:23:04 GMT][WARN][couldnt connect to the remote site (Connection refused: connect)] [24/Apr/2005:21:23:04 GMT][WARN][Failed to connect socket:java.io.IOException: Could not connect to the site: /207.68.171.235:80] [24/Apr/2005:21:23:14 GMT][WARN][expire date in the past: 'Wed, 01 Jan 1997 12:00:00 GMT'] [24/Apr/2005:21:23:14 GMT][WARN][expire date in the past: 'Wed, 01 Jan 1997 12:00:00 GMT'] [24/Apr/2005:21:23:17 GMT][WARN][expire date in the past: 'Wed, 01 Jan 1997 12:00:00 GMT'] [24/Apr/2005:21:23:23 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:23:23 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:23:23 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:23:23 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:23:23 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:23:26 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:23:33 GMT][WARN][expire date in the past: 'Wed, 01 Jan 1997 12:00:00 GMT'] [24/Apr/2005:21:23:35 GMT][WARN][expire date in the past: 'Wed, 01 Jan 1997 12:00:00 GMT'] [24/Apr/2005:21:23:38 GMT][WARN][expire date in the past: 'Wed, 01 Jan 1997 12:00:00 GMT'] [24/Apr/2005:21:23:42 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:23:42 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:23:43 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:23:43 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:23:44 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:23:46 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:23:57 GMT][WARN][expire date in the past: 'Wed, 01 Jan 1997 12:00:00 GMT'] [24/Apr/2005:21:23:58 GMT][WARN][expire date in the past: 'Wed, 01 Jan 1997 12:00:00 GMT'] [24/Apr/2005:21:24:00 GMT][WARN][expire date in the past: 'Wed, 01 Jan 1997 12:00:00 GMT'] [24/Apr/2005:21:24:04 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:24:05 GMT][WARN][expire date in the past: 'Fri, 01 Jan 1990 00:00:00 GMT'] [24/Apr/2005:21:27:00 GMT][WARN][Could not find the host: 'java.net.UnknownHostException: unknown host': GET http://pagead2.googlesyndication.com/pagead/show_ads.js HTTP/1.1 Accept: */* Referer: http://testmy.net/ Accept-Language: en-ca Accept-Encoding: gzip, deflate If-Modified-Since: Wed, 20 Apr 2005 16:48:58 GMT; length=9409 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Host: pagead2.googlesyndication.com Via: HTTP/1.1 RabbIT ] [24/Apr/2005:21:27:00 GMT][WARN][Failed to connect socket:java.io.IOException: Could not connect to host: java.net.UnknownHostException: unknown host] [24/Apr/2005:21:36:12 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:31:34 GMT'] [24/Apr/2005:21:36:13 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:31:34 GMT'] [24/Apr/2005:21:36:13 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:31:34 GMT'] [24/Apr/2005:21:36:13 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:31:34 GMT'] [24/Apr/2005:21:36:13 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:31:34 GMT'] [24/Apr/2005:21:42:52 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:38:13 GMT'] [24/Apr/2005:21:42:52 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:38:13 GMT'] [24/Apr/2005:21:42:52 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:38:13 GMT'] [24/Apr/2005:21:42:53 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:38:13 GMT'] [24/Apr/2005:21:42:53 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:38:13 GMT'] [24/Apr/2005:21:45:38 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:40:58 GMT'] [24/Apr/2005:21:45:38 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:40:58 GMT'] [24/Apr/2005:21:45:38 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:41:00 GMT'] [24/Apr/2005:21:45:38 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:41:00 GMT'] [24/Apr/2005:21:45:38 GMT][WARN][expire date in the past: 'Sun, 24 Apr 2005 17:41:00 GMT'] >From: Robert Olofsson <ro...@kh...> >To: Barry Judson <bwj...@ho...> >CC: rab...@li... >Subject: Re: [Rabbit-proxy-users] Windows 2000? >Date: Sun, 24 Apr 2005 08:48:12 +0200 > >Barry Judson wrote: > >>I have the proxy server running but I can't seem to get the image quality >>to be reduced. I have ImageMagick installed, and I think I have referenced >>it properly in the rabbit.conf file but I'm not sure. > >Did you check the error_log? it will show a line if convert can not be >found. >I get something like this when I insert a typo in the path: >[24/Apr/2005:06:43:36 GMT][WARN][convert -/usr2/bin/convert- not found, is >your path correct?] > >It would help if we could see the interesting parts of the config and the >error messages. > >Can you show that the ImageHandler is configured correctly for an image >that you >want to shrink ? > >Also note that some images will not be compressed since they are either too >small >or the converted jpeg image got bigger than the original (png or gif) image >. > >/robo > _________________________________________________________________ Take advantage of powerful junk e-mail filters built on patented Microsoft® SmartScreen Technology. http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines Start enjoying all the benefits of MSN® Premium right now and get the first two months FREE*. |
From: Robert O. <ro...@kh...> - 2005-04-24 06:48:27
|
Barry Judson wrote: > I have the proxy server running but I can't seem to get the image > quality to be reduced. I have ImageMagick installed, and I think I > have referenced it properly in the rabbit.conf file but I'm not sure. Did you check the error_log? it will show a line if convert can not be found. I get something like this when I insert a typo in the path: [24/Apr/2005:06:43:36 GMT][WARN][convert -/usr2/bin/convert- not found, is your path correct?] It would help if we could see the interesting parts of the config and the error messages. Can you show that the ImageHandler is configured correctly for an image that you want to shrink ? Also note that some images will not be compressed since they are either too small or the converted jpeg image got bigger than the original (png or gif) image . /robo |
From: Barry J. <bwj...@ho...> - 2005-04-23 20:09:13
|
Hi All Just wondering if someone could post a walk through on installing Rabbit on a Windows 2000 server? I have the proxy server running but I can't seem to get the image quality to be reduced. I have ImageMagick installed, and I think I have referenced it properly in the rabbit.conf file but I'm not sure. Thanks Barry _________________________________________________________________ Scan and help eliminate destructive viruses from your inbound and outbound e-mail and attachments. http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines Start enjoying all the benefits of MSN® Premium right now and get the first two months FREE*. |
From: <ro...@kh...> - 2005-02-14 11:35:40
|
Luis Soltero lso...@gl... wrote: >We have been running Rabbit for about 3 years now without problems. We recently upgraded to > version 2.0.36. Today we discovered that our mail server has been black listed on the SORBS > database as (and I quote) It depends on how you have configured the proxy. If you allow the whole internet to use rabbit then, yes you have an open proxy. If you restrict access by ip and/or proxy authentication you will not have a problem. By default rabbit accepts traffic from the whole internet since I do not know who will download and use it. /robo |
From: Luis S. <lso...@gl...> - 2005-02-13 19:33:37
|
Hello All, We have been running Rabbit for about 3 years now without problems=2E We = recently upgraded to version 2=2E0=2E36=2E Today we discovered that our m= ail server has been black listed on the SORBS database as (and I quote) Address and Port: 216=2E157=2E143=2E53:3120 Record Created: Sat Feb 12 16:58:52 2005 GMT Record Updated: Sun Feb 13 19:26:25 2005 GMT Additional Information: [Submitted via corpit=2Eru] Confirmed open HTTP PO= ST proxy: Sun Feb 13 02:58:52 2005 Currently active and flagged to be published in DNS If you wish to request a delisting please do so through the Support System= =2E Open HTTP Proxy Server Database Address and Port: 216=2E157=2E143=2E53:3155 Record Created: Sat Feb 12 16:58:52 2005 GMT Record Updated: Sat Feb 12 16:58:52 2005 GMT Additional Information: [Submitted via corpit=2Eru] Confirmed open HTTP PO= ST proxy: Sun Feb 13 02:58:52 2005 Currently active and flagged to be published in DNS If you wish to request a delisting please do so through the Support System= =2E ports 3120 and 3155 are the ports assigned to Rabbit2=2E I have now shut = down the servers and requested testing of our system=2E Has any one else had this problem? Is there any way to work around it? Thanks, --luis Luis Soltero, Ph=2ED=2E, MCS Director of Software Development and CTO Global Marine Networks, LLC StarPilot, LLC Tel: 865-379-8723 Fax: 865-681-5017 E-Mail: lsoltero@globalmarinenet=2Enet Web: http://www=2Eglobalmarinenet=2Enet Web: http://www=2Estarpilotllc=2Ecom Wireless E-Mail, Web Hosting, Weather and more=2E=2E=2E and StarPilot, the state of the art in navigation computations at your finger = tips=2E=2E=2E |
From: <ro...@kh...> - 2005-02-12 12:06:48
|
>I have been running a "experimental" rabbit server for a few days now. It >seems to work great, but I am having some problems: Ok, good to know. I am currently on vacation so I will not be able to do anything about the problems in the next week. Can you send me a more detailed report? Also note that if you mix proxy surfing with non-proxy surfing stuff like that can happen. /robo |
From: Al <al...@we...> - 2005-02-12 03:07:38
|
Hi folks, I have been running a "experimental" rabbit server for a few days now. It seems to work great, but I am having some problems: Occasionally, an image (or complete web page) will appear as just random characters and numbers. These fill up the entire image/page. I can refresh, and it usually reloads OK. Also, now and then I get a download box that appears for certain web pages (Ebay, etc..) I have the enable HTTP 1.1 through proxy connections enabled. Any information that I can provide to help this - please let me know. Server is Win 2000, latest rabbit/Java Thanks, A |
From: Al <al...@we...> - 2005-02-12 02:19:44
|
Hi folks, I have been running a "experimental" rabbit server for a few days now. It seems to work great, but I am having some problems: Occasionally, an image (or complete web page) will appear as just random characters and numbers. These fill up the entire image/page. I can refresh, and it usually reloads OK. Also, now and then I get a download box that appears for certain web pages (Ebay, etc..) I have the enable HTTP 1.1 through proxy connections enabled. Any information that I can provide to help this - please let me know. Server is Win 2000, latest rabbit/Java Thanks, A |
From: Robert O. <ro...@kh...> - 2005-01-15 21:02:02
|
Costa Tsaousis wrote: > Ok. I'll do that. In the mean time I had to solve my problem. Since I have > >a lot of ram I created about 40 rabbit instances and configured the front >end proxy servers to load balance them..... > > Ok, I've been running profiling on rabbit for some time without finding any anything. One thing that could help is if I got your configuration. The one thing I am thinking about right now is if the problem is due to many threads being created. How high is maxconnection set? I will add statistics that show how many thread that are running to the status page. Perhaps I will make it possible for rabbit to shrink the thread pool. I guess that initial load will be high => creating lots of threads => handle requests => not all threads needed anymore. Getting a thread dump from a large process could help to verify this theory. It would also help if you could get a heap dump, but I guess that is hard to do... /robo |
From: Costa T. <kt...@ho...> - 2005-01-11 23:21:34
|
Also noticed that: Instance 3150 that maintains its memory usage low, has logged 1595 GC runs and served 15077 requests, while instance 3149 that uses much more memory has logged just 575 GC runs and served 15059 requests. I don't know the meaning of the above, but I thought you should know it. Costa |