Hello,
When building traffic server I call configure with --localstatedir=/var
and --with-user=trafficserver. I noticed that make install sets /var
owner and group to trafficserver. After doing some research I found
that the problematic code is in proxy/Makefile.am:
293 install-data-local:
294
On Aug 13, 2013, at 8:58 AM, Tomasz Kuzemko wrote:
> Hello,
>
> When building traffic server I call configure with --localstatedir=/var
> and --with-user=trafficserver. I noticed that make install sets /var
> owner and group to trafficserver. After doing some research I found
> that the problema
Reported as TS-2131, patch included:
https://issues.apache.org/jira/browse/TS-2131
--
Tomasz Kuzemko
tom...@kuzemko.net
W dniu 13.08.2013 17:11, Leif Hedstrom pisze:
On Aug 13, 2013, at 8:58 AM, Tomasz Kuzemko wrote:
Hello,
When building traffic server I call configure with --localstatedir
On Mon, Aug 12, 2013 at 5:40 PM, Leif Hedstrom wrote:
> On Aug 12, 2013, at 5:10 PM, Igor Galić wrote:
>
> >
> >
> > This was exactly my problem at first. Leif was going with his proposal
> in one big zwoop from odd/even (-dev/stable) major.minor.patch releases to
> *just* major.minor releases (
Hi Leif,
On the first range request it works in deed, the problem arises - at least
in my case - when the full file is cached by a previous request and the
range is served from the cache. I attached my heavily modified gzip (now
null-transform) plugin I used to test it.
Best Regards,
Sebastian
-