|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2007
/
2007-04
/
ANNOUNCE: Pound - reverse proxy and load balancer - v2.2.7
[
pid 44282 (pound), uid 0: exited on signal 11 ... ]
[
redirect https request to anothe https web server ... ]
ANNOUNCE: Pound - reverse proxy and load balancer - v2.2.7
Robert Segall <roseg(at)apsis.ch> |
2007-04-04 18:21:29 |
[ FULL ]
|
This is to announce the release of Pound v2.2.8. Changes in this version
(since 2.2.8):
Enhancements:
- more tweaking in dynamic scaling
- more information in the output of poundctl.
The software is at version 2.2.7 (beta quality). Further testing
(especially under heavy loads), improvements and suggestions are
welcome.
This version should be considered as a release candidate for 2.3. In the
absence of major complaints we'll release this as 2.3 next week.[...]
|
|
|
Re: [Pound Mailing List] ANNOUNCE: Pound - reverse proxy and load balancer - v2.2.7
Stefan Lambrev <stefan.lambrev(at)sun-fish.com> |
2007-04-05 13:26:34 |
[ FULL ]
|
In pound 2.8.8 LogLevel is still ignored and does not work for me.
Is the place for LogLevel (in conf file) changed compared to 2.2 ?
Robert Segall wrote:[...]
[...]
|
|
|
Re: [Pound Mailing List] ANNOUNCE: Pound - reverse proxy and load balancer - v2.2.7
Stefan Lambrev <stefan.lambrev(at)sun-fish.com> |
2007-04-05 13:57:16 |
[ FULL ]
|
Hi,
Stefan Lambrev wrote:[...]
I found what's the difference between 2.2 and 2.2.8
pound 2.8.8 expects LogLevel to be put between ListenHTTP(S) and End
and ignore LogLevel if it is at the end of file (pound 2.2 does not
ignore it).
Is this a bug or a feature ? :)[...][...][...][...]
|
|
|
Re: [Pound Mailing List] ANNOUNCE: Pound - reverse proxy and load balancer - v2.2.7
Robert Segall <roseg(at)apsis.ch> |
2007-04-05 15:35:02 |
[ FULL ]
|
On Thu, 2007-04-05 at 14:57 +0300, Stefan Lambrev wrote:[...]
Definitely a feature.
In 2.2.8 you can define separate LogLevels for each Listener. They will
override the global LogLevel (or the default). However, there is a price
to pay: the global LogLevel must be defined BEFORE the Listeners.
In general it is a good idea to put all your globals at the beginning of
the file - there are other parameters with the same behaviour.[...]
|
|
|
ANNOUNCE: Pound - reverse proxy and load balancer - v2.3
Robert Segall <roseg(at)apsis.ch> |
2007-04-11 15:35:24 |
[ FULL ]
|
This is to announce the release of Pound v2.3. Changes in this version
(since 2.2.8):
Enhancements:
- added display of configuration switches
- added grace period for shutdown (based on an idea from Rune Saetre)
*************************************
Cumulative changes since version 2.2:
*************************************
Enhancements:
- added grace period for shutdown (based on an idea from Rune Saetre)
- added optional Service names
- allow specific Listeners to override the global LogLevel value
- allow a default Client value to be defined at the global level
- allow a default TimeOut value to be defined at the global level
- added LogFacility - for logging to stdout/stderr
- dynamic scaling is now a configuration directive (DynScale)
- tweaking of the dynamic rescaling code
- added LogLevel 5 - same as 4 but with service name and back-end
information (thanks to Joe Gooch for the suggestion)
- more information in poundctl printout
- added session creation and removal to poundctl
- doubled the session key size (for those people with insanely long
cookies)
- added display of configuration switches
- added compile-time flags for file owner and group
- modular tree library
- consolidated all timed functions into a single thread
- added gethostbyname cache
Bug fixes:
- fixed problem in session dump to poundctl
- fixed problem in kill_be call to t_clean
- added LOG_NDELAY to openlog()
- accept and immediately close connections to disabled listeners
(thanks to Joe Gooch for the suggestion)
- fixed bug in multiple HeadRemove matching
- fixed problem for OpenBSD accept (blocks all threads)
- fixed some problems in the installation procedure
- fixed problem in SSL session string
- added protocol check in need_rewrite
The software is at version 2.3 (production quality). Further testing
(especially under heavy loads), improvements and suggestions are
welcome.
Due to popular demand, in the future the interim release numbering shall
be changed:
- bug fixes to the stable release shall be numbered as 2.3.1, 2.3.2
and so on.
- experimental versions shall be numbered 2.4a, 2.4b and so on. The
next stable release shall be 2.4. In the unlikely event of more
than 26 interim releases we'll consider tagging in Unicode.[...]
|
|
|
Re: [Pound Mailing List] ANNOUNCE: Pound - reverse proxy and load balancer - v2.3
Thomas Seifert <thomas-lists(at)mysnip.de> |
2007-04-11 20:22:47 |
[ FULL ]
|
Robert Segall schrieb:[...]
Thanks a lot for the new release and especially the new version
numbering :-).
Regards,
thomas
|
|
|
ANNOUNCE: Pound - reverse proxy and load balancer - v2.3.1
Robert Segall <roseg(at)apsis.ch> |
2007-04-30 15:11:37 |
[ FULL ]
|
This is to announce the release of Pound v2.3.1. Changes in this
version:
- fixed problem with premature opening of control socket
- fixed test for owner/group (BSD portability)
The software is at version 2.3.1 (production quality). Further testing
(especially under heavy loads), improvements and suggestions are
welcome.[...]
|
|
|
|