ngx http mirror module

GPTKB entity

Statements (28)
Predicate Object
gptkbp:instance_of gptkb:Author
gptkbp:bfsLayer 2
gptkbp:bfsParent gptkb:Author
gptkbp:author gptkb:Igor_Sysoev
gptkbp:can_be Supports logging of mirrored requests.
gptkbp:community_support Supported by the Nginx community.
gptkbp:dependency Requires Nginx to be compiled with the HTTP module.
gptkbp:enacted_by gptkb:character
mirror_interval
mirror_request_body
gptkbp:error_handling Handles errors from the mirrored server.
gptkbp:example Example configurations are provided in the documentation.
gptkbp:has_documentation Available in the official Nginx documentation.
https://www.w3.org/2000/01/rdf-schema#label ngx http mirror module
gptkbp:is_compatible_with Compatible with Nginx versions 1.7.0 and later.
gptkbp:is_described_as A module for mirroring requests to a specified server.
gptkbp:is_reflected_in Can specify a server to mirror requests to.
gptkbp:modifications Can modify requests before mirroring.
gptkbp:module ngx_http_rewrite_module
ngx_http_proxy_module
gptkbp:performance Minimal impact on performance.
gptkbp:release_date 1.7.0
gptkbp:responds_to Can handle responses from the mirrored server.
gptkbp:security_features Does not introduce additional security risks.
gptkbp:setting Can be configured in the server or location context.
Example: mirror http://backend;
gptkbp:status gptkb:Professional_Wrestler
gptkbp:use_case Used for load testing and debugging.