Gateway module

Forwards requests to other web servers

Overview
The gateway module forwards a specified set of requests to another web server, with the Zeus Web Server acting as a "proxy". This enables you to host a site transparently across different web servers, and can be particularly useful when migrating form a legacy server.

Configuration
There are two ways to configure which URLs the gateway module forwards to the specified web server:

Only URLs that match at least one of the specified rules are forwarded to the configured web server. The original URL is not changed before it is forwarded to the configured web server, and all other data in the HTTP request will be preserved and forwarded. If the configured web server is not available, the client sees a '502 Bad Gateway' error message.