zwoop commented on code in PR #11320: URL: https://github.com/apache/trafficserver/pull/11320#discussion_r1589860254
########## doc/admin-guide/plugins/header_rewrite.en.rst: ########## @@ -775,6 +775,14 @@ changing the remapped destination, ``<part>`` should be used to indicate the component that is being modified (see `URL Parts`_). Currently the only valid parts for rm-destination are QUERY, PATH, and PORT. +run-plugin +~~~~~~~~~~~~~~ +:: + + run-plugin <plugin-name>.so "<plugin-argument> ..." + +This allows to run an existing remap plugin, conditionally, from within a +header rewrite rule. Review Comment: No it can only run in a remap hook, but the plugin it runs can setup other hooks. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
