You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/04/27 13:35:22 UTC

[GitHub] [trafficserver] amoghyermalkar123 opened a new issue, #8808: How can I implement CACHE conditions with header rewrite plugin?

amoghyermalkar123 opened a new issue, #8808:
URL: https://github.com/apache/trafficserver/issues/8808

   I want to sort of mimix the X-debug plugin capabilites. My ATS version is 8.1.1 and the header rewrite plugin does not yet support the `${CACHE}`. Is there any way I can achieve the desired functionality on 8.1.1 ATS ? The thing is we have a fixed custom OS and ATS 10.0 can't be installed on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] dhairav commented on issue #8808: How can I implement CACHE conditions with header rewrite plugin?

Posted by GitBox <gi...@apache.org>.
dhairav commented on issue #8808:
URL: https://github.com/apache/trafficserver/issues/8808#issuecomment-1111789901

   Hi, we basically need to append the Cache Status responses - like how Cloudfront does - for example - 
   
   `< x-cache: Miss from cloudfront
   < x-amz-cf-pop: BOM51-C1
   `
   
   We are stuck with using ATS 8.1.1 since the Debian based systems we are using doesn't let us upgrade to ATS v9.x.x or the latest as of yet. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] shukitchan commented on issue #8808: How can I implement CACHE conditions with header rewrite plugin?

Posted by GitBox <gi...@apache.org>.
shukitchan commented on issue #8808:
URL: https://github.com/apache/trafficserver/issues/8808#issuecomment-1112501703

   If you can use lua plugin, you can try this out- 
   
   https://docs.trafficserver.apache.org/en/8.1.x/admin-guide/plugins/lua.en.html#ts-http-get-cache-lookup-status


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] amoghyermalkar123 commented on issue #8808: How can I implement CACHE conditions with header rewrite plugin?

Posted by GitBox <gi...@apache.org>.
amoghyermalkar123 commented on issue #8808:
URL: https://github.com/apache/trafficserver/issues/8808#issuecomment-1120453282

   Works @shukitchan, closing this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] amoghyermalkar123 closed issue #8808: How can I implement CACHE conditions with header rewrite plugin?

Posted by GitBox <gi...@apache.org>.
amoghyermalkar123 closed issue #8808: How can I implement CACHE conditions with header rewrite plugin?
URL: https://github.com/apache/trafficserver/issues/8808


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org