Is any update available on the status of mod_cache with lighttpd
1.5.0? The latest snapshot release from the lighttpd developers is
r2533 but it looks like any downloads for the 1.5 branch have been
removed from the mod_cache page. Is there another patch or files
floating around somewhere that I can have a go at making work with
r2533?
there has no modcache update for lighttpd 1.5.0 release. It's hard to know which revision is stable for production usage. anyone can tell me which 1.5.0 revision is stable enough? and I will try to update patch for lighttpd 1.5.0
On Jul 7, 8:06 pm, shellcode <shellc...@gmail.com> wrote:
> there has no modcache update for lighttpd 1.5.0 release. It's hard to know
> which revision is stable for production usage.
> anyone can tell me which 1.5.0 revision is stable enough? and I will try to
> update patch for lighttpd 1.5.0
Thanks for your response. I have had good luck with any of the
revision numbers the lighttpd team releases explicitly as a snapshot.
1.5.0~r2533 was announced and released about a month ago
http://blog.lighttpd.net/articles/2009/06/11/pre-release-lighttpd-1-4....
Most importantly, earlier versions can be remotely segfaulted on SSL.
This is the 1.5.0 release that is currently going to get the most use,
I think.
I have been wrestling with this for a while -- it seems something is
very broken with this patch. HTTP backends using chunked encoding seem
to have their content mangled badly even if this content from the
backends is not cached and mod_cache is not loaded. I'm sorry that I
do not understand lighttpd internals well enough yet to give a better
report.
How about if we have patch file of mod_cache 1.8.0 for lighttpd 1.5
because thats what im doing everytime i update my lighttpd 1.5 but
recently i just only can use mod_cache 1.6. In the mean time version
1.5 still not in stable status, i guess patch file is more practical
even during patch process there's some error and i have to put codes
from the patch file manually into latest lighttpd 1.5 source code
revision.
I believe most of the users really want to use latest mod_cache with
their lighttpd 1.5 including me.
On Aug 3, 6:17 am, John Laur <johnl...@gmail.com> wrote:
> I have been wrestling with this for a while -- it seems something is
> very broken with this patch. HTTP backends using chunked encoding seem
> to have their content mangled badly even if this content from the
> backends is not cached and mod_cache is not loaded. I'm sorry that I
> do not understand lighttpd internals well enough yet to give a better
> report.
Got this error message when im using fullversion(mod_cache1.8 +
lighttpd 1.5) or using patch
2009-08-12 16:57:57 (error) (mod_proxy_backend_ajp13.c:305) we have 41
bytes, but a partial-string wants 40. no way
2009-08-12 16:57:57 (error) (mod_proxy_backend_ajp13.c:333) parsing
AJP13 response-reason failed: ...
2009-08-12 16:57:57 (error) (mod_proxy_backend_ajp13.c:628) Error
parsing response_headers
2009-08-12 16:57:57 (error) (mod_proxy_core.c:860) stream decoder
failed.
2009-08-12 16:57:57 (trace) (mod_proxy_core.c:2431) state: 4 (error)
2009-08-12 16:57:57 (trace) (connections.c:1363) filter[5] is not
empty: 5 (report me)
My scenario is, im using lighty as a webtier for my high traffic
liferay portal + tomcat. That's why im using mod_proxy_backend_ajp13.
Currently in production i just simply using lighttpd 1.5 with
mod_cache 1.6. Both combination is my savior but i still want to get
the advantage of new features in mod_cache 1.8 for my lighttpd 1.5.
Seems like current implementation got some problem when im using ajp
protocol for my mod_proxy_core. Any idea?
On Aug 11, 7:14 pm, shellcode <shellc...@gmail.com> wrote: