CM Server configuration files

CM Server is preconfigured when you install it. After the installation, you can customize CM Server by editing the following configuration files:
  • httpd.conf - specifies configuration parameters for CM Server.
    • On Windows: ..\IHS\conf\httpd.conf
    • On the UNIX system and Linux: ../IHS/conf/httpd.conf
  • ssl.conf - specifies configuration parameters for secure sockets if they are used by CM Server.
    • On Windows: ..\IHS\conf\ssl.conf
    • On the UNIX system and Linux: ../IHS/conf/ssl.conf

Machines that run IBM® HTTP Server may serve as front ends to CM Server and provide load balancing to the servers that run WebSphere® Application Server. IBM HTTP Server is powered by Apache 2.0, but uses its own directives. For more information, including a complete list of the directives used in httpd.conf, see http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.ihs.doc/info/ihs/ihs/rihs_ssldirs.html. For information about Apache, see http://httpd.apache.org/docs-2.0/.

Note: After changing any configuration parameter in a configuration file, you must stop and restart CM Server before the change takes effect. See Starting, stopping, and restarting CM Server.

Feedback