Proxy building blocks
The following subsections list building blocks of configuration text for Apache configuration files. For each building block, you must substitute all values that are prepended by dollar signs ($). Actual Apache configuration files must not have the dollar sign in the actual file.
For instance, locate the following configuration line.
Listen $PROXY_PORT_NUMBER_HEREThe dollar sign ($) appears in configuration building
blocks to indicate values that must be substituted with hard-coded values.
Replace all these values and leave no “$” characters in the final file.
Replace the line with the following configuration setting to listen on port 1234.
Listen 1234