Re: [E] Re: [PROPOSAL] Remove "proxy.process" prefix from all core metrics

2023-12-20 Thread Miles Libbey
Could these tools do something like call traffic_ctl config get proxy.config.metric_prefix instead of loading the full records.config? On Mon, Dec 18, 2023 at 9:03 PM Leif Hedstrom wrote: > > > > On Dec 18, 2023, at 21:20, Walt Karas > wrote: > > > > Is the current naming based on some SNMP MI

Re: [Discussion/Proposal] Regex support in sni.yaml

2023-06-16 Thread Miles Libbey
The use case of a * in the middle of a hostname seems odd to me. TLS Certificates usually follow DNS practices -- a wildcard would normally be for subdomains -- *.mail.example.com, but not in the middle of a name -- I don't think DNS (or most Certificate providers) has a concept that would allow

Re: HTTP Chunked Transfer Question

2021-02-19 Thread Miles Libbey
We are very much not chunked fans. Just filed https://github.com/apache/trafficserver/issues/7544 today -- chunked encoding from the origin for relatively large files are consistently stalling out for us. and had several other problems over the last few years https://github.com/apache/trafficserve

Re: Get me off this list

2020-04-21 Thread Miles Libbey
Hi Mario and Jason- the headers of the emails contain: List-Help: List-Unsubscribe: List-Post: List-Id: These are actually pretty standard headers -- some email clie

Proposal for 9.x -- change X-Debug plugin's X-Cache order

2020-01-16 Thread Miles Libbey
Hi folks- In https://github.com/apache/trafficserver/pull/6328 we document the X-Debug plugin's behavior with multiple proxies. Unfortunately, it's done in the opposite order of the Via header (which is append, based on https://tools.ietf.org/html/rfc7230#section-5.7.1). This is confusing -- we ca

Re: ATS URL redirect

2019-12-29 Thread Miles Libbey
While not exactly your question. the escalate plugin will have ATS go try to fetch the object from a second origin on failure: https://docs.trafficserver.apache.org/en/8.0.x/admin-guide/plugins/escalate.en.html On Sat, Dec 21, 2019 at 3:44 PM Satheeshkumar Rajagopal wrote: > > Hi, > > We have cre

Re: Microserver

2019-04-24 Thread Miles Libbey
Hi Walt- Since ATS is a proxy cache, this would prevent testing of proxying, revalidation, and even many initial cache writes (chunked encoding, read-while-write...). miles On Wed, Apr 24, 2019 at 11:01 PM Walt Karas wrote: > > For testing, should we replace the Microserver with a dedicated inst

Re: Debug out put in Au tests?

2019-02-01 Thread Miles Libbey
Since we have no data what is taking time to run the suite of tests, isn't it premature to be considering optimizations that may or may not affect the time? miles On Fri, Feb 1, 2019 at 11:36 AM Walt Karas wrote: > > Pushkar pointed out to me the link to get the _sanbox for Au tests run > by CI

Re: autest failures

2019-01-09 Thread Miles Libbey
I'd bet that the vast majority of the use of the http1.1 option was to make sure the headers returned match the gold file. Perhaps autest could know about headers and make case insensitive header name matches? (fwiw, the --http1.1 option was added in curl 7.33.0.) On Wed, Jan 9, 2019 at 12:13 PM

Re: autest failures

2019-01-08 Thread Miles Libbey
On Tue, Jan 8, 2019 at 3:45 PM Leif Hedstrom wrote: > > On Jan 8, 2019, at 4:06 PM, Pushkar Pradhan > > wrote: > > > > Even RHEL7 sucks, they are also shipping with an old curl version that > > doesn't support http1.1. > > > I find that highly unlikely… > > [root@98291c1384a2 /]# cat /etc/redhat

Re: xdebug plugin

2018-07-10 Thread Miles Libbey
Could we also make the removal optional? It would be nice to be able to pass it down the heirarchy. On Tue, Jul 10, 2018 at 12:19 PM, Walt Karas wrote: > For the xdebug plugin, does anybody object if I move the removal of > the x-debug header field from the READ_RESPONSE_HDR_HOOK to the > CACHE_L

Re: Request for comments on remap parents.yaml configuration

2018-06-12 Thread Miles Libbey
On Mon, Jun 11, 2018 at 4:59 PM, Chris Lemmons wrote: > I've looked over the suggestion and there are a few things that > confuse me. The list of hosts is separate from the weights. Maybe just > make weight an optional element of a host? That would not allow you to change weights for 1 configurat

Re: [VOTE] Release Apache Traffic Server 7.1.2 (RC4)

2018-01-11 Thread Miles Libbey
+1. We've been running this version in production on 40ish machines for several days. On Thu, Jan 11, 2018 at 10:49 AM, Susan Hinrichs wrote: > I looked over Zeyuan's reply tests on RHEL6. > > +1 from me as well. > > On Wed, Jan 10, 2018 at 11:20 AM, Zeyuan Yu wrote: > >> +1 - Tested on RHEL6 wi

Re: Sizing Guide for ATS

2017-05-11 Thread Miles Libbey
Hi- I'm not exactly sure what you mean by a sizing guide. Could you say anything about the use case? For instance, how many request/sec are you looking for? What's the expected cache hit rate? How big is the expected working set (the number and size of the objects that will be requested)? Http or h

Re: [apache/trafficserver] HTTP2 drain (#1710)

2017-05-08 Thread Miles Libbey
We'd also like a bit more fine grained control in the process -- we frequently want to perform maintenance on a server (upgrading ATS; upgrading the OS; performing hardware changes, etc) after draining but before restarting ATS. I suppose this would mean allowing the --drain option to apply to traf

Re: Don't negative cache 400 responses.

2016-11-09 Thread Miles Libbey
Are we just talking about proxy.config.http.negative_caching_enabled https://docs.trafficserver.apache.org/en/latest/admin-guide/files/records.config.en.html#proxy-config-http-negative-caching-enabled If so, then the doc implies that it only affects responses without cacheable Cache-control direct

Re: parent.config documentation questions

2016-11-03 Thread Miles Libbey
means. Does it effectively pin a parent to a particular Client IP? > Round_robin=strict is just a strict round roubin over the array of parents. > > Thanks > John Rushford > jrushf...@apache.org > > On 11/2/16, 10:21 AM, "Miles Libbey" wrote: > > Hey folks-

parent.config documentation questions

2016-11-02 Thread Miles Libbey
Hey folks- I'd like to update the parent.config documentation to include the weightings feature -- there is an example that shows it, but no text that describes it. So, I have some questions :) - I assume that if someone includes a weight for each parent, the round robin=true turns into weighted

Re: ATS Summit Presentations

2016-10-31 Thread Miles Libbey
Hey Theo- Found your wiki username, and gave you edit permissions. miles On Mon, Oct 31, 2016 at 11:44 AM, wrote: > I don’t seem to have the access to edit the pages or post the things. > > -- > Theo Schlossnagle > Founder & "Extinguished Engineer" @ OmniTI > > From: Bryan Call > Sent: Monday,

Re: Query strings are not forwarded

2016-10-28 Thread Miles Libbey
6 at 4:34 PM, Sudheer Vinukonda < >> sudheervinuko...@yahoo.com> wrote: >> >>> Hmm...where's the pparam to strip query string? >>> >>> Please make sure to read through the documentation on cachekey. >>> Specifically, the query param sectio

Re: Query strings are not forwarded

2016-10-28 Thread Miles Libbey
On Thu, Oct 27, 2016 at 11:41 PM, Randeep wrote: > Hi, > > I used the cachekey plugin as below. But its not working. Am I doing it > wrong? > > My remap.config > map http://jitp1.domain.com/ http://bglrcache1.domain.com/ > @pparam=--ua-whitelist=lukupplayer:/opt/ats/etc/trafficserver/randeep.conf

plugin promotion proposal

2016-05-11 Thread Miles Libbey
At the ATS Summit in Vancouver, we had a brief discussion about each the experimental plugins for the upcoming 7.0 release. In the room, the consensus was: - Move to stable (eg, used, and unlikely to be breaking compatibility in the short term):authproxybackground_fetchesigeneratorregex_revalida

Re: wrt custom logging field

2016-04-26 Thread Miles Libbey
Put the value in a header, then log that header value? miles On Tuesday, April 26, 2016 8:58 PM, Akbar Saidov wrote: Hello, I would like to know if it is possible to define/create new custom logging field without modifying the traffic server core code (logging module, i.e. within traffi

Re: github pull requests for all code contributions

2015-11-18 Thread Miles Libbey
There was some mention of not requiring this for documentation (and something else?) on the irc channel.  Should this apply to only code submissions? On Wednesday, November 18, 2015 11:08 AM, Thomas Jackson wrote: Once this process is in "officially" I can set up some subset of jenkin

Re: SSL issues since last summit

2015-11-10 Thread Miles Libbey
I'd think it would be interesting to talk about SSL performance. As I (probably don't) understand it, OpenSSL's TLS significantly impairs several aspects of ATS's performance.  Is there anything we can do about that? Would alternative TLS implementations (amazon's s2n; boringssl, anything else?)

From: Miles Libbey

2015-08-18 Thread Miles Libbey
Hi dev http://faithtomovemountains.org/hope.php?forward=rhcz9qnhbgb50a4vx dev Sent from my iPhone

Re: [1/6] trafficserver git commit: Document which configurations are overwritable

2015-06-08 Thread Miles Libbey
s/asf/trafficserver/tree/2198745f > Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/2198745f > > Branch: refs/heads/master > Commit: 2198745f15902832b8d110a2a4eefcd31901b3c3 > Parents: f0a6575 > Author: Miles Libbey > Authored: Tue Apr 7 10:03:49 2015 -0

Re: [v6.0.0] Experimental Plugins -> Stable

2015-04-30 Thread Miles Libbey
I'm not sure I'd believe a plugin was ready to be moved out of experimental if it doesn't have a documentation page (eg, other than a README in the code directory, though the doc page wouldn't have to have different content).miles On Wednesday, April 29, 2015 9:15 PM, Steven Hunter wrote:

RAM cache hit rate calculation?

2014-11-13 Thread Miles Libbey
We've been calculating Ram cache hit rate as proxy.process.cache.ram_cache.hits / proxy.process.cache.ram_cache.misses However, we've sometimes seen the disk cache hit rate trafficserver_proxy.process.http.cache_hit_.* / trafficserver_proxy.process.http.cache_(hit|miss)_.* to be lower than the RAM

Re: Cache almost full. What next ?

2014-02-05 Thread Miles Libbey
Wednesday, February 5, 2014, 10:32:09 AM, you wrote: >> On Tue, Feb 4, 2014 at 6:10 PM, John Plevyak wrote: >>  >> You can pin stuff in the cache for a given time.  There is also a bit >> evacuation feature which should keep fresh content in the cache of it is >> accessed with any frequency. >> 

Settings you "always" change

2013-10-17 Thread Miles Libbey
Hi folks- Want to get a sense of configuration settings that folks typically change, in hopes of changing some of ATS' default settings. For instance, I'm betting that most people change storage.config to have a cache bigger than 256MB. What other settings do you usually change? Thanks! miles

Traffic Server wiki permissions change

2013-10-03 Thread Miles Libbey
Hi folks- The other day Apache changed all of its' project's wiki permissions to reduce the amount of spam it was receiving. Now, to edit the wiki, your account needs specific permission. As of right now, only the following usernames(ish -- removed some email addy info ) have access to edit the w

Re: background fill threshold default?

2013-07-17 Thread Miles Libbey
t;dev@trafficserver.apache.org" ; Miles Libbey Cc: Sent: Wednesday, July 17, 2013 6:31 AM Subject: RE: background fill threshold default? Hi Miles, Background fill is not related to serving from cache. The docs describe proxy.config.http.background_fill_completed_threshold as "Th

Re: background fill threshold default?

2013-07-17 Thread Miles Libbey
t;dev@trafficserver.apache.org" ; Miles Libbey Cc: Sent: Wednesday, July 17, 2013 6:31 AM Subject: RE: background fill threshold default? Hi Miles, Background fill is not related to serving from cache. The docs describe proxy.config.http.background_fill_completed_threshold as "The proportion of tota

Re: background fill threshold default?

2013-07-17 Thread Miles Libbey
t;dev@trafficserver.apache.org" ; Miles Libbey Cc: Sent: Wednesday, July 17, 2013 6:31 AM Subject: RE: background fill threshold default? Hi Miles, Background fill is not related to serving from cache. The docs describe proxy.config.http.background_fill_completed_threshold as "Th

Re: background fill threshold default?

2013-07-17 Thread Miles Libbey
t;dev@trafficserver.apache.org" ; Miles Libbey Cc: Sent: Wednesday, July 17, 2013 6:31 AM Subject: RE: background fill threshold default? Hi Miles, Background fill is not related to serving from cache. The docs describe proxy.config.http.background_fill_completed_threshold as "The proportion of tota

Re: background fill threshold default?

2013-07-17 Thread Miles Libbey
t;dev@trafficserver.apache.org" ; Miles Libbey Cc: Sent: Wednesday, July 17, 2013 6:31 AM Subject: RE: background fill threshold default? Hi Miles, Background fill is not related to serving from cache. The docs describe proxy.config.http.background_fill_completed_threshold as "Th

Re: background fill threshold default?

2013-07-17 Thread Miles Libbey
t;dev@trafficserver.apache.org" ; Miles Libbey Cc: Sent: Wednesday, July 17, 2013 6:31 AM Subject: RE: background fill threshold default? Hi Miles, Background fill is not related to serving from cache. The docs describe proxy.config.http.background_fill_completed_threshold as "The proportion of tota

background fill threshold default?

2013-07-16 Thread Miles Libbey
Hi folks- I have frequently heard the complaint that ATS does not do read while write -- that, as a reverse proxy, while an object is not yet in cache, it forwards all connections to the origin until a version exists in the cache.  The complaint is of a thundering herd -- a new popular object be

Re: [DISCUSS] Apache Traffic Server Summits

2013-07-16 Thread Miles Libbey
> There were some complaints. I dunno that it was any worse than something > like Skype though. The google hangout did screen sharing which was nice for > the slides/bug triage, but buggy. Does Skype do screen sharing? Maybe we > can try something like Webex or Goto meeting next time. Skype does.

Varnish blog on Haswell chip's Lock Elision

2013-06-27 Thread Miles Libbey
https://www.varnish-software.com/blog/speculative-lock-elision-varnish-cache

Traffic Server wiki user names

2013-03-21 Thread Miles Libbey
Hi Folks- Realized that a bunch of our committers do not have access to edit the Traffic Server wiki.  I took a stab at going through the authorized users, but, the interface is not very friendly. So far I have these users: (Username User) amc@network-geographics.comAlan M. Carroll andrewhsu@apac

Re: Fonts on "new" site

2011-12-22 Thread Miles Libbey
Right-- the old site used  font-family: arial, helvetica, clean, sans-serif I'd think that getting a custom font download from google (ie, the fonts.googleapis.com line) is more likely to cause problems than relying on a CSS fallback mechanisms. I made that modification in http://trafficserver.

Re: Fonts on "new" site

2011-12-21 Thread Miles Libbey
Why do we need to download special fonts?  The original site didn't. I'm guessing that to get back to the original, we'd just remove that fonts.googleapis.com line, and perhaps add a  body{font-family: arial, helvetica, clean, sans-serif;} to the style section. miles >

Re: Pre-apache code history

2011-12-16 Thread Miles Libbey
Yes-- it contained code that yahoo did not wish to contribute and, as a formerly commercial product, licensed 3rd party code that was not yahoo's to contribute. Miles On Dec 16, 2011, at 10:01 AM, Igor Galić wrote: > > > - Original Message - >> It is not public, but I do have access

Re: svn commit: r790895 - in /websites/staging/trafficserver/trunk/content: downloads.en.mdtext index.en.html styles/ts_front.css

2011-06-13 Thread Miles Libbey
On Jun 13, 2011, at 5:30 PM, Igor Galić wrote: > - Original Message - >> Author: buildbot >> Date: Tue Jun 14 00:18:20 2011 >> New Revision: 790895 >> >> Log: >> Staging update by buildbot >> >> Added: >>websites/staging/trafficserver/trunk/content/downloads.en.mdtext >>websites/

Re: 3.0.0 release notes for web site?

2011-06-13 Thread Miles Libbey
What about creating an archived download page -- and move all current releases on downloads.html to it? (assuming its the Current (stable) release) miles On Jun 13, 2011, at 4:25 PM, Igor Galić wrote: > > > - Original Message - >> Hi, >> >> I was thinking, would it make sense to remo

Re: Documentation: TODO

2011-06-07 Thread Miles Libbey
On Jun 7, 2011, at 2:15 PM, Igor Galić wrote: >>> IMO, the current staged front page does not look good. The >>> projects that have front pages that I think look decent (Cassandra >>> (http://cassandra.apache.org/), Memcached (http://memcached.org/), >>> Wordpress (http://wordpress.org/), Redhat

Re: Documentation: TODO

2011-06-07 Thread Miles Libbey
On Jun 7, 2011, at 8:20 AM, Igor Galić wrote: > You *could* use the web interface: > > https://cms.apache.org/ -- but right now, that has the old HTML site in there. > We should probably change that. > > I pre-build the changes on my local box. > To do this I check out the cms: > > svn co https:

Re: Documentation: TODO

2011-06-06 Thread Miles Libbey
On May 19, 2011, at 4:18 PM, Igor Galić wrote: > Hey folks, > > Following my last email, here's a list of things that need attention, > before we can consider exposing our documentation to a larger > user-base. These are things you can do even if you couldn't put > together a coherent sentence at

Re: Documentation reboot

2010-12-10 Thread Miles Libbey
Other parts of the new implementation that I think we'll need to add: - a way to include a header and footer section. If there becomes a need to change to a new CSS file/modify the search box; putting a new copywrite etc, changing in 1 file is much much nicer than in every file. The current si

Re: should we replace www.inktomi.com reference in code?

2010-12-07 Thread Miles Libbey
Sent from my iPhone On Dec 7, 2010, at 8:07 AM, "Leif Hedstrom" wrote: >>> >>> now www.inktomi.com is point to a strange ip, I don't think you can >>> get >>> any useful information anymore, should we start to clean all these >>> outdate corner? >> I suggest simply replacing it with example.c

Re: Chinese Version of "Traffic Server Administrator's Guide" is now available

2010-11-05 Thread Miles Libbey
Wow -- that's great! What format is the version in (pdf, some word processor, etc)? Do you have thoughts on how the documentation site should include your work? thanks, miles On Nov 3, 2010, at 9:57 PM, 千石 wrote: > Guys and Gals: > > We are the first team in China who are dealing with tra

Re: ASF CMS: Site and Documentation

2010-10-25 Thread Miles Libbey
On Oct 23, 2010, at 10:22 AM, Leif Hedstrom wrote: > On 10/23/2010 09:09 AM, Miles Libbey wrote: >> What problems are we trying to solve by this effort? Do you envision this >> replacing the cwiki, the documentation (Administrator and SDK Guides), the >> site (http://tra

Re: ASF CMS: Site and Documentation

2010-10-23 Thread Miles Libbey
On Oct 23, 2010, at 8:36 AM, Igor Galić wrote: > Why would it be sensible to replace it? > > Because I find it daunting, at best, to do any changes in the > documentation. > What I'm hoping to achieve is that anyone can easily contribute fixes > to the site and the documentation. Is it daunting

Re: ASF CMS: Site and Documentation

2010-10-23 Thread Miles Libbey
What problems are we trying to solve by this effort? Do you envision this replacing the cwiki, the documentation (Administrator and SDK Guides), the site (http://trafficserver.apache.org/), or some combination? miles On Oct 22, 2010, at 6:08 PM, Igor Galić wrote: > > Hi folks, > > In the nex

Re: IPv6

2010-09-10 Thread Miles Libbey
Also seems like a pretty interesting meta question. I'd guess that most developers use (or have access/knowledge of) a very small subset of operating systems that TS supports, and that other enhancements will run into the same issue. If we generally follow the #1 suggestion, I wonder how this

Re: [VOTE] Release candidate for ATS v2.1.2

2010-08-30 Thread Miles Libbey
+1 for 2.0.1 +1 for 2.1.2 miles On Aug 30, 2010, at 12:57 PM, Leif Hedstrom wrote: > On 08/26/2010 10:25 PM, Leif Hedstrom wrote: >> Hi all, >> >> I've prepared a new package for a v2.0.1 release. Please take a look >> at the artifacts, check the STATUS/README/CHANGES files, and do builds >> a

Re: [VOTE] Release candidate for ATS v2.1.2

2010-08-30 Thread Miles Libbey
+1 for 2.0.1 +1 for 2.1.2 miles On Aug 30, 2010, at 12:57 PM, Leif Hedstrom wrote: > On 08/26/2010 10:25 PM, Leif Hedstrom wrote: >> Hi all, >> >> I've prepared a new package for a v2.0.1 release. Please take a look >> at the artifacts, check the STATUS/README/CHANGES files, and do builds >> a

Re: Want an account for https://blogs.apache.org/{trafficserver} ?

2010-05-04 Thread Miles Libbey
yes please. miles On May 3, 2010, at 9:20 PM, Leif Hedstrom wrote: Hi all, I'm going to request that we get https://blogs.apache.org/trafficserver/ created, but part of this process, I need to know who wants access. This is yet another account creation process :). All committers are welcom

Re: admin_password format

2010-04-28 Thread Miles Libbey
Is this worth having in the documentation? At one point it was, but got blown away. Easy enough to put back in. miles On Apr 27, 2010, at 8:57 PM, Leif Hedstrom wrote: On 11/02/2009 11:25 PM, Eric Balsa wrote: FYI, the format in records.config for proxy.config.admin.admin_password can be

Re: [VOTE] Release candidate for ATS v2.0.0

2010-04-23 Thread Miles Libbey
Did we do anything with libinktomi++/ink_res_init.cc and libinktomi++/ink_res_mkquery.cc In the initial checkins they were flagged with BSD code (but with the advertising clause in the license). miles On Apr 23, 2010, at 2:50 PM, Leif Hedstrom wrote: On 04/22/2010 10:34 PM, Leif Hedstrom wr

[jira] Commented: (TS-321) move to new tld

2010-04-22 Thread Miles Libbey (JIRA)
[ https://issues.apache.org/jira/browse/TS-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12860049#action_12860049 ] Miles Libbey commented on TS-321: - need to email the gos...@jab.org folks to import the

[jira] Created: (TS-321) move to new tld

2010-04-22 Thread Miles Libbey (JIRA)
move to new tld --- Key: TS-321 URL: https://issues.apache.org/jira/browse/TS-321 Project: Traffic Server Issue Type: Task Reporter: Miles Libbey Assignee: Miles Libbey Once the new

Re: Apache Traffic Server Mailing lists

2010-04-22 Thread Miles Libbey
+1 on issues. We should also create secur...@trafficserver.apache.org and annou...@trafficserver.apache.org with these 3, we'll have all the currently relevant httpd lists mirrored. miles On Apr 22, 2010, at 3:09 PM, George Paul wrote: Hi all, Moving forward the Apache Traffic Server wil

[jira] Commented: (TS-298) ActionsGuide edits

2010-04-21 Thread Miles Libbey (JIRA)
[ https://issues.apache.org/jira/browse/TS-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859484#action_12859484 ] Miles Libbey commented on TS-298: - reminder -- there are 2 spots where it mentions InkA

[jira] Commented: (TS-276) Change naming for all include files

2010-04-21 Thread Miles Libbey (JIRA)
[ https://issues.apache.org/jira/browse/TS-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859475#action_12859475 ] Miles Libbey commented on TS-276: - [/v2/sdk]$ grep "InkAPI.h" * ActionsGuide

[jira] Created: (TS-318) TS doesn't guard itself well against the system time going backwards

2010-04-19 Thread Miles Libbey (JIRA)
Type: Improvement Reporter: Miles Libbey (was yahoo bug 2156845) Original description by Bryan Call 19 months ago at 2008-08-20 08:57 TS doesn't guard itself well against the system time going backwards (for instance in daylight savings time). Age header gets messed up and it

[jira] Created: (TS-317) Need a way for remap plugins to modify Host: headers

2010-04-19 Thread Miles Libbey (JIRA)
: Miles Libbey Priority: Minor (was yahoo bug 2148838) Original description by Leif Hedstrom 20 months ago at 2008-08-17 14:03 We need a way for a plugin to set the "host" field to one value (X), but force the Host: header to be a different value (Y). This is similar (b

[jira] Assigned: (TS-218) enable templating/ssi etc for website

2010-04-19 Thread Miles Libbey (JIRA)
[ https://issues.apache.org/jira/browse/TS-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miles Libbey reassigned TS-218: --- Assignee: Miles Libbey > enable templating/ssi etc for webs

[jira] Resolved: (TS-218) enable templating/ssi etc for website

2010-04-19 Thread Miles Libbey (JIRA)
[ https://issues.apache.org/jira/browse/TS-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miles Libbey resolved TS-218. - Resolution: Fixed Used SSI for headers, footer, etc in main site and documentation. > enable templating/

[jira] Resolved: (TS-216) Make a new home page

2010-04-19 Thread Miles Libbey (JIRA)
[ https://issues.apache.org/jira/browse/TS-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miles Libbey resolved TS-216. - Resolution: Fixed Forgot to close this out when pushed. > Make a new home p

[jira] Commented: (TS-32) Fix ICP

2010-04-19 Thread Miles Libbey (JIRA)
[ https://issues.apache.org/jira/browse/TS-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858681#action_12858681 ] Miles Libbey commented on TS-32: (was yahoo bug 1999704 and 3140708) -Original Mes

[jira] Created: (TS-316) Add a limit to the number of requests through a single KeepAlive connection

2010-04-19 Thread Miles Libbey (JIRA)
Issue Type: Improvement Reporter: Miles Libbey Priority: Minor (was yahoo bug 1953368) Original description by Daniel Weaver 22 months ago at 2008-05-22 14:50 This is a request to support a mechanism equivalent to Apache's MaxKeepAliveRequests directive.

[jira] Updated: (TS-315) Add switch to disable config file generation/runtime behavior changing

2010-04-19 Thread Miles Libbey (JIRA)
[ https://issues.apache.org/jira/browse/TS-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miles Libbey updated TS-315: Description: (was yahoo bug 1863676) Original description by Michael S. Fischer 2 years ago at 2008-04-09 09

[jira] Created: (TS-315) Add switch to disable config file generation/runtime behavior changing

2010-04-19 Thread Miles Libbey (JIRA)
: Improvement Reporter: Miles Libbey Priority: Minor (was yahoo bug 1863676) Original description by Michael S. Fischer 2 years ago at 2008-04-09 09:52 In production, in order to improve site stability, it is imperative that TS never accidentally overwrite its own

[jira] Created: (TS-314) RAM cache only caches the first part of the file

2010-04-19 Thread Miles Libbey (JIRA)
RAM cache only caches the first part of the file Key: TS-314 URL: https://issues.apache.org/jira/browse/TS-314 Project: Traffic Server Issue Type: Improvement Reporter: Miles

[jira] Created: (TS-313) DNS and resolvers improvements

2010-04-19 Thread Miles Libbey (JIRA)
DNS and resolvers improvements -- Key: TS-313 URL: https://issues.apache.org/jira/browse/TS-313 Project: Traffic Server Issue Type: Improvement Reporter: Miles Libbey Priority: Minor

[jira] Created: (TS-312) add option to always share keep-alive connections to the origin server

2010-04-19 Thread Miles Libbey (JIRA)
: Improvement Reporter: Miles Libbey Priority: Minor (was yahoo bug 1411758) Original description by Bryan Call (bcall) 2 years ago at 2007-08-08 13:35 Leif and I were talking about extending the meaning of proxy.config.http.share_server_session for reusing keep-alive

[jira] Created: (TS-311) Missing "response times" in squid log

2010-04-19 Thread Miles Libbey (JIRA)
Missing "response times" in squid log - Key: TS-311 URL: https://issues.apache.org/jira/browse/TS-311 Project: Traffic Server Issue Type: Improvement Reporter: Mi

[jira] Created: (TS-310) modifying global_user_agent_header requires restart

2010-04-19 Thread Miles Libbey (JIRA)
: Miles Libbey Priority: Minor (was y bug 1389544) Original description by Leif Hedstrom2 years ago at 2007-07-26 16:38 I don't know why, or if it's intentional, but modifying the config for proxy.config.http.global_user_agent_header requires a server restart. This is obv

[jira] Created: (TS-309) Report OS Errors in Header

2010-04-19 Thread Miles Libbey (JIRA)
Report OS Errors in Header -- Key: TS-309 URL: https://issues.apache.org/jira/browse/TS-309 Project: Traffic Server Issue Type: Improvement Reporter: Miles Libbey (from yahoo bug 1021194) Original

[jira] Created: (TS-308) TS does not support proxy objects with more than 2GB bytes size

2010-04-19 Thread Miles Libbey (JIRA)
Reporter: Miles Libbey (from yahoo bug 1003398) Original description by Vladimir Legalov 3 years ago at 2007-01-03 22:04 TS does not support proxy service (cache & transparent object transfer) for objects with more than 2GB bytes size. Practically in each subsystem, starting

[jira] Created: (TS-307) Possible performance problem: DNS lookup continuation is using first Network ethread for all operations

2010-04-19 Thread Miles Libbey (JIRA)
/TS-307 Project: Traffic Server Issue Type: Improvement Reporter: Miles Libbey Priority: Minor (from yahoo bug 989959) Original description by Vladimir Legalov 3 years ago at 2006-12-18 11:57 All DNS lookup operations are executing on the first

[jira] Created: (TS-306) Rotating traffic.out

2010-04-19 Thread Miles Libbey (JIRA)
Rotating traffic.out Key: TS-306 URL: https://issues.apache.org/jira/browse/TS-306 Project: Traffic Server Issue Type: Improvement Reporter: Miles Libbey Priority: Minor (from yahoo bug 913896

[jira] Created: (TS-305) sigTERM should cause a user-friendly shutdown

2010-04-19 Thread Miles Libbey (JIRA)
sigTERM should cause a user-friendly shutdown - Key: TS-305 URL: https://issues.apache.org/jira/browse/TS-305 Project: Traffic Server Issue Type: Improvement Reporter: Miles Libbey

[jira] Created: (TS-304) TS Doesn't treat badly formatted Expires as stale

2010-04-19 Thread Miles Libbey (JIRA)
TS Doesn't treat badly formatted Expires as stale - Key: TS-304 URL: https://issues.apache.org/jira/browse/TS-304 Project: Traffic Server Issue Type: Improvement Reporter:

[jira] Created: (TS-303) plugin idea: - a config option to transform a 'no-cache' directive into a validation 'if-modified-since' request

2010-04-19 Thread Miles Libbey (JIRA)
URL: https://issues.apache.org/jira/browse/TS-303 Project: Traffic Server Issue Type: Improvement Reporter: Miles Libbey Priority: Minor (moved from yahoo bug 633221) Original description by John Allspaw 4 years ago at 2006-04-17 11:04 This does diso

[jira] Created: (TS-302) -fstrict-aliasing optimizer generates bad code

2010-04-19 Thread Miles Libbey (JIRA)
-fstrict-aliasing optimizer generates bad code -- Key: TS-302 URL: https://issues.apache.org/jira/browse/TS-302 Project: Traffic Server Issue Type: Improvement Reporter: Miles Libbey

[jira] Created: (TS-301) Change strerror() to strerror_r()

2010-04-19 Thread Miles Libbey (JIRA)
Change strerror() to strerror_r() - Key: TS-301 URL: https://issues.apache.org/jira/browse/TS-301 Project: Traffic Server Issue Type: Improvement Reporter: Miles Libbey (moving from yahoo bug

[jira] Created: (TS-289) should we get rid of type index?

2010-04-02 Thread Miles Libbey (JIRA)
should we get rid of type index? Key: TS-289 URL: https://issues.apache.org/jira/browse/TS-289 Project: Traffic Server Issue Type: Improvement Components: Documentation Reporter: Miles

new home page live + cwiki update

2010-03-31 Thread Miles Libbey
Hi folks- The new traffic server home page is live http://incubator.apache.org/trafficserver/ thanks for the suggestions (as the additional content that was suggested becomes available, we can link to it). With that change, I've also opened up the cwiki so that non-committers can add pages,

Re: [VOTE] Graduate Apache Traffics Server as TLP

2010-03-31 Thread Miles Libbey
On Mar 30, 2010, at 10:33 PM, Leif Hedstrom wrote: Please cast your vote: [ X] +1 to recommend Apache Traffic Server graduation [ ] 0 don't care [ ] -1 no, don't recommend yet, (because...) miles

[jira] Assigned: (TS-275) INKHttpTxnConnectTimeoutSet isn't documented

2010-03-24 Thread Miles Libbey (JIRA)
[ https://issues.apache.org/jira/browse/TS-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miles Libbey reassigned TS-275: --- Assignee: Diane Smith Thanks Eric... Assigning to Diane. > INKHttpTxnConnectTimeoutSet isn't do

[jira] Created: (TS-275) INKHttpTxnConnectTimeoutSet isn't documented

2010-03-24 Thread Miles Libbey (JIRA)
ation Reporter: Miles Libbey Priority: Minor Someone had a question about INKHttpTxnConnectTimeoutSet -- it's not documented in the SDK guide. Can someone please provide: - Where it should live (ie, Function Reference/HTTP Functions/ HTTP Transaction Functions) - suggested

Re: draft of a new traffic server home page

2010-03-19 Thread Miles Libbey
On Mar 19, 2010, at 2:36 PM, Leif Hedstrom wrote: One thing missing (I think): We need a section on the home page (or on a linked page) about all the current and older releases. Yes -- good one. I'll add a section for latest release. Will play with moving the download into that or keeping

draft of a new traffic server home page

2010-03-19 Thread Miles Libbey
Hi folks- Here's a draft/mock of a new traffic server home page http://incubator.apache.org/trafficserver/testdir/ Would appreciate any thoughts -- ideas for the overview blurbs; sections missing; etc. miles

getting the trafficserver subdomain?

2010-03-19 Thread Miles Libbey
Hi all- Any ideas what it takes for us to get the trafficserver.apache.org subdomain? Cassandra appears to still be in incubation (at least no graduation announcement any where I can find), but now has http://cassandra.apache.org/ (and incubator.apache.org/cassandra redirects there). miles

[jira] Commented: (TS-254) Add INKEscapifyString() and INKUnescapifyString()

2010-03-18 Thread Miles Libbey (JIRA)
[ https://issues.apache.org/jira/browse/TS-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847120#action_12847120 ] Miles Libbey commented on TS-254: - (And don't forget about documentation :) -- can fi

[jira] Created: (TS-258) Add INKHttpTxnCacheLookupStatusSet to sdk documentation

2010-03-18 Thread Miles Libbey (JIRA)
: Documentation Reporter: Miles Libbey Assignee: Diane Smith Priority: Minor >From Raghav: INKHttpTxnCacheLookupStatusSet Where it should live : HTTP transaction Functions What it does : Sets the cache lookup status to whatever is passed in Prototype :

  1   2   >