[GitHub] trafficserver pull request: Add escaped container options

2014-05-22 Thread jacksontj
GitHub user jacksontj opened a pull request: https://github.com/apache/trafficserver/pull/92 Add escaped container options Thanks to Alan for finding this feature down in the logging guts. I tested locally and it all seems to work (my box is 4.2.1), so I figure we might as well doc

[GitHub] trafficserver pull request: patch for TS-2834

2014-05-22 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/91 patch for TS-2834 This patch adds a condition "INTERNAL-TRANSACTION' and makes the client IP '%' available for COND arguments. Usage examples cond %{READ_REQUEST_HDR_HOOK} [AND

Re: git commit: TS-2381 Add SPDY stream count statistic.

2014-05-22 Thread Alan M. Carroll
James, >> +# if TS_HAS_SPDY >> +extern int spdy_config_load (); >> +spdy_config_load(); // must be before HttpProxyPort init. >> +# endif > This seems really fragile, is it going to stay, or do you have a plan to > remove it? That's the way everything else is initialized, a specific met

[GitHub] trafficserver pull request: TS-2832: Add links from an API descrip...

2014-05-22 Thread jablko
GitHub user jablko opened a pull request: https://github.com/apache/trafficserver/pull/90 TS-2832: Add links from an API description to the code for that object You can merge this pull request into a Git repository by running: $ git pull https://github.com/jablko/trafficserver

Re: [ATS 4.1.2] rewrite_header confusion

2014-05-22 Thread Nick Berry
On May 22, 2014, at 3:06 AM, geo...@free.fr wrote: > Hi, > I am trying to set up several rewrite header rules files to use one by a > regex_map rule based on tld. > I can't get them parsed during ATS startup : > ==> error.log <== > 20140522.11h18m41s header_rewrite: failed to parse configuration

Re: git commit: TS-2381 Add SPDY stream count statistic.

2014-05-22 Thread James Peach
On May 22, 2014, at 9:05 AM, a...@apache.org wrote: > Repository: trafficserver > Updated Branches: > refs/heads/master 2dd94936e -> f230e610c > > > TS-2381 Add SPDY stream count statistic. > > > Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo > Commit: http://git-wip-us.ap

[GitHub] trafficserver pull request: docs: Minor edits

2014-05-22 Thread jablko
GitHub user jablko opened a pull request: https://github.com/apache/trafficserver/pull/89 docs: Minor edits You can merge this pull request into a Git repository by running: $ git pull https://github.com/jablko/trafficserver minor_edits Alternatively you can review and apply

Re: git commit: TS-2381 The actual "add SPDY stream counter" patch.

2014-05-22 Thread James Peach
Pretty sure TS-2831 is the bug you're looking for ... On May 22, 2014, at 9:26 AM, a...@apache.org wrote: > Repository: trafficserver > Updated Branches: > refs/heads/master f230e610c -> 77dd7d282 > > > TS-2381 The actual "add SPDY stream counter" patch. > > > Project: http://git-wip-us.apac

[ATS 4.1.2] rewrite_header confusion

2014-05-22 Thread geodni
Hi, I am trying to set up several rewrite header rules files to use one by a regex_map rule based on tld. I can't get them parsed during ATS startup : ==> error.log <== 20140522.11h18m41s header_rewrite: failed to parse configuration file I'm running FreeBSD 9.2 release, ATS 4.1.2 built from port