Hello,
Tried to package it for Debian.
webp_transform plugin now build fine.
Still having an issue with experimental plugin uri_signing:
libtool: link: cc -shared -fPIC -DPIC
experimental/uri_signing/.libs/uri_signing.o
experimental/uri_signing/.libs/config.o
experimental/uri_signing/.libs/cooki
Hello all,
I'm preparing for my recurring talk on changes in ATS with respect to TLS
in the last 6 months to a year. I'll take a look through the logs, but if
you've make some changes in the TLS area or have something specific you
would like discussed please let me know.
Thanks,
Susan
Hi All,
I was looking for options to add TimeZone information in my TrafficServer
access log. I currently do not see any log format that supports that. Do we
have a way to add timezone information in our logs?
Thanks in Advance.
~Raji
It might be because you don’t have a dynamic library for jansson. I don’t have
a static version of the library to test.
checking jansson.h usability... yes
checking jansson.h presence... yes
checking for jansson.h... yes
checking whether jansson is dynamic… yes
libtool: link: cc -shared -fPIC
Looks like your jansson (and probably also your cjose) is static, but
without -fPIC. You probably need either to compile them with -fPIC
statically (that's what we do) or to compile them as shared objects
only.
On Thu, Sep 20, 2018 at 11:56 AM Bryan Call wrote:
>
> It might be because you don’t ha
I've prepared a release for 8.0.0 (RC4). There was a problem log rotation not
using the enabled value from records.config (PR 4276). The vote still ends on
Friday 9/21. The release notes for 8.0.0 are available at:
https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Ac
I'm not aware of a time zone option either. I think most folks just stay
in UTC. But should be an easy extensions if you'd like to add it.
On Thu, Sep 20, 2018 at 10:13 AM, raji.sanka...@gmail.com <
raji.sanka...@gmail.com> wrote:
> Hi All,
>
> I was looking for options to add TimeZone informat