serrislew opened a new pull request, #12669:
URL: https://github.com/apache/trafficserver/pull/12669

   Initial POC to support virtualhost config schema with remap rules. 
   - Resolves to a single virtualhost entry
      - Remap rule logic remains the same. Order ranking still applies (i.e. 
rules defined first have priority) 
      - Virtualhost remap rules have priority. If no remap rule matches or 
virtualhost is found, existing remap.config is then considered
   - Supports traffic_ctl config reload of single virtualhost entry
   ```
   $ traffic_ctl config reload --virtualhost foo
   ┌ Virtualhost: foo
   └┬ Reload status: ok
    ├ Message: Virtualhost successfully reloaded
   ```
   
   TODO:
   - support regex domains in virtualhost
   - add docs


-- 
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]

Reply via email to