RWP configuration files

RWP is preconfigured when you install it. After the installation, you can customize RWP by editing the following files:
  • ..\rwp\IHS\Conf\httpd.conf specifies configuration parameters for the RWP server.
  • ..\rwp\IHS\Conf\ssl.conf specifies configuration parameters for secure sockets if they are used by the RWP server.

Because IHS, the Web server for RWP, is powered by Apache 2.0, refer to http://httpd.apache.org/docs-2.0/ for a complete list of the directives subset used in httpd.conf.

To customize configuration for point products that use RWP, edit the configuration file for the product. You can locate these files in the ..rwp/conf/include/ subdirectory (ccweb.conf and cqweb.conf, for example).

You can edit these configuration files with a text editor such as Notepad on Windows or vi on the UNIX system and Linux. This section describes a few of the parameters that you may need to change. Each file includes additional information about editing configuration parameters.

Note: After changing any configuration parameter in any of these files, you must stop and restart RWP before the change takes effect.


Feedback