osdir.com
mailing list archive

Subject: AW: [Pound Mailing List] ANNOUNCE: Pound - reverse proxy and load balancer - v2.4c - msg#00005

List: web.pound.general

Date: Prev Next Index Thread: Prev Next Index
Instead of a xml interface you should do a webinterface, this is much more
useful.
Look here
http://svn.reactos.org/svn/xpound/

franz

-----Ursprüngliche Nachricht-----
Von: Robert Segall [mailto:roseg-Ws3YcLWMCps@xxxxxxxxxxxxxxxx]
Gesendet: Mittwoch, 4. Juli 2007 15:34
An: pound-Ws3YcLWMCps@xxxxxxxxxxxxxxxx
Betreff: [Pound Mailing List] ANNOUNCE: Pound - reverse proxy and load balancer
- v2.4c

This is to announce the release of Pound v2.4c. Changes in this
version:

Enhancements:

- added XML output for poundctl
- added much more detailed error messages

Bug fixes:

- fixed problems with extra-long lines
- fixed problems with chunked transfer-encoding

The software is at version 2.4c (beta quality). Further testing
(especially under heavy loads), improvements and suggestions are
welcome.
--
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-44-920 4904


--
To unsubscribe send an email with subject unsubscribe to
pound-Ws3YcLWMCpvhvxM+mQhndA@xxxxxxxxxxxxxxxx
Please contact roseg-Ws3YcLWMCps@xxxxxxxxxxxxxxxx for questions.


--
To unsubscribe send an email with subject unsubscribe to
pound-Ws3YcLWMCpvhvxM+mQhndA@xxxxxxxxxxxxxxxx
Please contact roseg-Ws3YcLWMCps@xxxxxxxxxxxxxxxx for questions.



Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

Re: [Pound Mailing List] anti-scraping techonlogy

On Wed, 2007-06-27 at 16:51 -0400, Albert wrote: > This question has nothing to do with pound, and I apologize for posting > it here, but I was wondering if anybody could recommend anti-scrapping > technology? We've been seeing some scrapping done on our site, and > would like an ability to slow or block such crawlers (without manual > intervention). > > Thanks, > > Albert I guess that depends on how you can identify the crawlers. I expect you already looked into the simple answers (firewall for source addresses, HeadDeny for header-based identification, traffic shaping for many quick requests from the same source address). Is there anything I missed? -- Robert Segall Apsis GmbH Postfach, Uetikon am See, CH-8707 Tel: +41-44-920 4904 -- To unsubscribe send an email with subject unsubscribe to pound-Ws3YcLWMCpvhvxM+mQhndA@xxxxxxxxxxxxxxxx Please contact roseg-Ws3YcLWMCps@xxxxxxxxxxxxxxxx for questions.

Next Message by Date: click to view message preview

Re: [Pound Mailing List] unexpected chunked EOF: Connection timed out

Robert Segall wrote: On Thu, 2007-06-28 at 12:46 -0700, Ed Sawicki wrote: I setup two back ends that serve the identical content: 1.publicfile Web server - always returns chunked responses for any HTTP/1.1 request. 2.thttpd Web server - always returns a Content-Length: header for HTTP/1.1 requests for static content (does not use chunked encoding) When I use the publicfile back end, I frequently see the above mentioned errors in the pound logs and the browser user experiences delays. When I use the thttpd back end, there are no errors and everything works as expected. Is there something more I can do to characterize the problem? Ed Thanks for your help Ed. 2.4b had indeed introduced a problem with chunked transfer-encoding. This should be fixed in the just-released 2.4c - give it a try and let me know. It works! I was using version 2.3.2, so it's been broken for a while I guess. I'm an author and I cover pound in my Guide to Apache book: http://apachebook.alcpress.com which is used in college courses. I'm expanding the Pound section in the Second Edition so it's nice that the chunked transfer encoding problem is fixed. Thank you, Ed Sawicki -- To unsubscribe send an email with subject unsubscribe to pound-Ws3YcLWMCpvhvxM+mQhndA@xxxxxxxxxxxxxxxx Please contact roseg-Ws3YcLWMCps@xxxxxxxxxxxxxxxx for questions.

Previous Message by Thread: click to view message preview

Re: [Pound Mailing List] anti-scraping techonlogy

On Wed, 2007-06-27 at 16:51 -0400, Albert wrote: > This question has nothing to do with pound, and I apologize for posting > it here, but I was wondering if anybody could recommend anti-scrapping > technology? We've been seeing some scrapping done on our site, and > would like an ability to slow or block such crawlers (without manual > intervention). > > Thanks, > > Albert I guess that depends on how you can identify the crawlers. I expect you already looked into the simple answers (firewall for source addresses, HeadDeny for header-based identification, traffic shaping for many quick requests from the same source address). Is there anything I missed? -- Robert Segall Apsis GmbH Postfach, Uetikon am See, CH-8707 Tel: +41-44-920 4904 -- To unsubscribe send an email with subject unsubscribe to pound-Ws3YcLWMCpvhvxM+mQhndA@xxxxxxxxxxxxxxxx Please contact roseg-Ws3YcLWMCps@xxxxxxxxxxxxxxxx for questions.

Next Message by Thread: click to view message preview

Re: AW: [Pound Mailing List] ANNOUNCE: Pound - reverse proxy and load balancer - v2.4c

An XML interface gives you a web interface. All you need is a style sheet to transform the XML into whatever form you like and a cgi binding or something similar to run poundctl and get the XML. On 7/4/07 10:18 AM, "Lehner Franz" <franz-eCkGWF1UfM0@xxxxxxxxxxxxxxxx> wrote: > Instead of a xml interface you should do a webinterface, this is much more > useful. > Look here > http://svn.reactos.org/svn/xpound/ > > franz > > -----Ursprüngliche Nachricht----- > Von: Robert Segall [mailto:roseg-Ws3YcLWMCps@xxxxxxxxxxxxxxxx] > Gesendet: Mittwoch, 4. Juli 2007 15:34 > An: pound-Ws3YcLWMCps@xxxxxxxxxxxxxxxx > Betreff: [Pound Mailing List] ANNOUNCE: Pound - reverse proxy and load > balancer - v2.4c > > This is to announce the release of Pound v2.4c. Changes in this > version: > > Enhancements: > > - added XML output for poundctl > - added much more detailed error messages > > Bug fixes: > > - fixed problems with extra-long lines > - fixed problems with chunked transfer-encoding > > The software is at version 2.4c (beta quality). Further testing > (especially under heavy loads), improvements and suggestions are > welcome. > -- > Robert Segall > Apsis GmbH > Postfach, Uetikon am See, CH-8707 > Tel: +41-44-920 4904 > > > -- > To unsubscribe send an email with subject unsubscribe to > pound-Ws3YcLWMCpvhvxM+mQhndA@xxxxxxxxxxxxxxxx > Please contact roseg-Ws3YcLWMCps@xxxxxxxxxxxxxxxx for questions. > > > -- > To unsubscribe send an email with subject unsubscribe to > pound-Ws3YcLWMCpvhvxM+mQhndA@xxxxxxxxxxxxxxxx > Please contact roseg-Ws3YcLWMCps@xxxxxxxxxxxxxxxx for questions. -- To unsubscribe send an email with subject unsubscribe to pound-Ws3YcLWMCpvhvxM+mQhndA@xxxxxxxxxxxxxxxx Please contact roseg-Ws3YcLWMCps@xxxxxxxxxxxxxxxx for questions.
Sign up for updates to this mailing list. email:
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by