|
Home > Archive > Perlbal > March 2007 > [Announce] Perlbal 1.55
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
[Announce] Perlbal 1.55
|
|
| Brad Fitzpatrick 2007-03-21, 1:12 pm |
| Perlballers,
Perlbal 1.55:
http://search.cpan.org/CPAN/authors...bal-1.55.tar.gz
Two bug fixes and one neat feature from Jonathan. (We previously did the
auto-304 thing in our upstream BIG-IPs, but it looks like we'll be
removing the BIG-IPs from our setup, so we're pushing more logic down into
Perlbal....)
1.55: 2007-03-21
-- add plugin that returns 304 automatically on incoming requests
with If-Modified-Since header and matching a regular expression
on the Host header. (for hostnames serving immutable resources,
where if client has ANY version, it's the correct one.) see:
example conf at conf/not-modified-plugin.conf
-- do HEAD to reproxied hosts, if client did a HEAD (Radu Greab
<radu@yx.ro> )
-- fix race+crash in buffered upload writing/purging
- Brad
| |
|
| but, when install perlbal-1.55, has this error:
*t/10-testharness.........Configuration error at
/root/bixuan/Perlbal-1.55/blib/lib/Perlbal/Test.pm
line 132
*
2007/3/21, Brad Fitzpatrick <brad@danga.com>:
>
> Perlballers,
>
> Perlbal 1.55:
>
> http://search.cpan.org/CPAN/authors...bal-1.55.tar.gz
>
> Two bug fixes and one neat feature from Jonathan. (We previously did the
> auto-304 thing in our upstream BIG-IPs, but it looks like we'll be
> removing the BIG-IPs from our setup, so we're pushing more logic down into
> Perlbal....)
>
>
> 1.55: 2007-03-21
>
> -- add plugin that returns 304 automatically on incoming requests
> with If-Modified-Since header and matching a regular expression
> on the Host header. (for hostnames serving immutable resources,
> where if client has ANY version, it's the correct one.) see:
> example conf at conf/not-modified-plugin.conf
>
> -- do HEAD to reproxied hosts, if client did a HEAD (Radu Greab
> <radu@yx.ro> )
>
> -- fix race+crash in buffered upload writing/purging
>
>
>
> - Brad
>
>
--
徐建红 www.51.com 高级系统工程师
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~
上海浦东新区峨山路91弄200号新鹏大厦2楼 邮编 200127
Mobile:135 2481 8851
Tel: : +86(021) 58705654
Fax:: +86(021) 50391941
QQ: 6149968
MSN: jhxjh@hotmail.com
Email::xujh@mail.51.com
| |
| Brian Sullivan 2007-03-22, 1:12 am |
| I saw a similar problem which was fixed when I updated to the latest
Danga::Socket.
Additional concerns may be that perlbal is already running when you run
"make test"
I can't be certain which of these fixes was essential, but they allowed
me a successful test and install
=B1=CC=D0=F9 wrote:
> but, when install perlbal-1.55, has this error:
> *t/10-testharness.........Configuration error at
> /root/bixuan/Perlbal-1.55/blib/lib/Perlbal/Test.pm line 132
> *
> 2007/3/21, Brad Fitzpatrick <brad@danga.com <mailto:brad@danga.com>>:
>
> Perlballers,
>
> Perlbal 1.55:
>
> http://search.cpan.org/CPAN/authors...Perlbal-1.55.t=
ar.gz
>
> Two bug fixes and one neat feature from Jonathan. (We previously
> did the
> auto-304 thing in our upstream BIG-IPs, but it looks like we'll be
> removing the BIG-IPs from our setup, so we're pushing more logic
> down into
> Perlbal....)
>
>
> 1.55: 2007-03-21
>
> -- add plugin that returns 304 automatically on incoming requests
> with If-Modified-Since header and matching a regular expression
> on the Host header. (for hostnames serving immutable resources,
> where if client has ANY version, it's the correct one.) see:
> example conf at conf/not-modified-plugin.conf
>
> -- do HEAD to reproxied hosts, if client did a HEAD (Radu Greab
> <radu@yx.ro <mailto:radu@yx.ro>> )
>
> -- fix race+crash in buffered upload writing/purging
>
>
>
> - Brad
>
>
>
>
> --=20
> =D0=EC=BD=A8=BA=EC www.51.com <http://www.51.com> =B8=DF=BC=B6=CF=B5=CD=
=B3=B9=A4=B3=CC=CA=A6
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~
> =C9=CF=BA=A3=C6=D6=B6=AB=D0=C2=C7=F8=B6=
EB=C9=BD=C2=B791=C5=AA200=BA=C5=
=D0=C2=C5=F4=B4=F3=CF=C32=C2=A5 =D3=CA=B1=E0 200127
> Mobile=A3=BA135 2481 8851
> Tel: =A3=BA +86(021) 58705654
> Fax:=A3=BA +86(021) 50391941
> QQ=A3=BA 6149968
> MSN=A3=BA jhxjh@hotmail.com <mailto:jhxjh@hotmail.com>
> Email:=A3=BAxujh@mail.51.com <mailto:xujh@mail.51.com>=20
--=20
Brian Sullivan
Practical Evolution, LLC
brian@civicevolution.org
415.305.3651
Sponsor of CivicEvolution
http://civicevolution.org
|
|
|
|
|