Usage: /bin/rhttpproxy [options]
Options:
-e, --rest Port on which to listen for REST endpoints config API.
Non-positive port for no-SSL.
Default: 549
0 - disables service
-a, --http Port on which to listen for HTTP.
Non-positive port for no-SSL.
Default: 80
0 - disables service
-b, --https Port on which to listen for HTTPS.
Non-positive port for no-SSL.
Default: 443
0 - disables service
-p, --privkeyfile File that contains private key for proxy SSL authentication.
-c, --certfile File that contains certificate file for proxy SSL authentication.
-m, --map " "
Mapping an HTTP URL to a service.
-f, --mapfile Name of map file containing mappings.
-d, --mapdirectory Directory containing map files.
-r, --coreconfig File which contains the core configuration. Any values specified on the command line override the values in the config file.
-v, --vecsservername Hostname of machine where vecs server is running.
-h Print help information.