Configure an Apache reverse proxy for the Web Task List

The information provided in this section is specific to configuring Apache to act as a reverse proxy.

Before you begin

To perform this configuration, you must already be familiar with Apache.

About this task

Note: This procedure assumes that the application server and Workflow are co-resident on the same host.

Procedure

  1. Enable these modules in httpd.conf:
    • mod_proxy
    • mod_proxy_http
    • mod_substitute
  2. Add the rules from the Inbound Rules section to httpd.conf.
  3. Add the rules from the Outbound Rules section to httpd.conf.