[GitHub] trafficserver pull request: Added origin resp time to access log

2014-10-07 Thread masaori335
Github user masaori335 commented on the pull request: https://github.com/apache/trafficserver/pull/124#issuecomment-58157190 I filed a JIRA ticket. https://issues.apache.org/jira/browse/TS-3115 --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] trafficserver pull request: Added origin resp time to access log

2014-10-07 Thread zwoop
Github user zwoop commented on the pull request: https://github.com/apache/trafficserver/pull/124#issuecomment-58193123 Yeah, seems reasonable. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] trafficserver pull request: Added origin resp time to access log

2014-10-07 Thread zwoop
Github user zwoop commented on the pull request: https://github.com/apache/trafficserver/pull/124#issuecomment-58193336 One request though, can you please add this new log tag to the documentation as well as part of this pull request? --- If your project is set up for it, you can rep

[GitHub] trafficserver pull request: Added origin resp time to access log

2014-10-07 Thread zwoop
Github user zwoop commented on the pull request: https://github.com/apache/trafficserver/pull/124#issuecomment-58194319 Also, I wonder if the tag should be named in some similar way to ttms? stms? For bonus credit, and consistency, maybe also add stmsh (for hex) and perhaps stmsf (fr

localhost access

2014-10-07 Thread Luca Rea
Hi, my proxy receive requests for localhost (127.0.0.1:), how can I deny access to local resources?

Re: localhost access

2014-10-07 Thread James Peach
On Oct 7, 2014, at 9:25 AM, Luca Rea wrote: > Hi, > my proxy receive requests for localhost (127.0.0.1:), how can I deny > access to local resources? Does ip_allow work for this case? https://docs.trafficserver.apache.org/en/latest/reference/configuration/ip_allow.config.en.html

RE: localhost access

2014-10-07 Thread Luca Rea
Ip_allow.config has "per source" rules, now I've applied a couple of new rules in iptables: PORTS USED trafficserver: 8080,8083,8084 (should be granted access to these ports?) allowed local resources (127.0.0.1): 80,8087,8090,8093 (web services) ATS USER uid=501(ats) gid=501(ats) groups=501(ats

[GitHub] trafficserver pull request: Added origin resp time to access log

2014-10-07 Thread bryancall
Github user bryancall commented on the pull request: https://github.com/apache/trafficserver/pull/124#issuecomment-58265106 +1 - I know a few people that have been wanting this feature. --- If your project is set up for it, you can reply to this email and have your reply appear on G

doc style guide notes

2014-10-07 Thread Jon Sime
Per the Documentation Roadmap, I've been putting together notes for a new style guide. The primary goals being improvements to consistency, quality, and readability for the docs. I've included, after receiving some initial feedback, the updated version of those notes below for criticism, discussion

Re: localhost access

2014-10-07 Thread Alan M. Carroll
Tuesday, October 7, 2014, 11:25:22 AM, you wrote: > Hi, > my proxy receive requests for localhost (127.0.0.1:), how can I deny > access to local resources? Would a remap rule work? That is, remap all requests to localhost to an error page.