Configure IBM HTTP Server v6

 

+

Search Tips   |   Advanced Search

 

 

Before you begin

When you install the Web server plug-ins for WebSphere Application Server, as described in Installing Web server plug-ins, the Plug-ins installation wizard configures the Web server. This topic describes how to configure the IBM HTTP Server, V6. Other procedures in Editing Web server configuration files describe configuring other supported Web servers.

 

Overview

Perform the step that configures IBM HTTP Server 6.0 for your operating system.

Examples and messages are shown on more than one line for clarity. Place each directive in a Web server configuration file on one line.

Local file path means a file path to the plugin-cfg.xml file on an Application Server that is on the same machine as the Web server. Remote file path means the file path to the plugin-cfg.xml file when the Application Server is on a remote machine. The Plug-ins installation wizard installs a dummy plugin-cfg.xml file during installation, but this file requires periodic propagation from the real file on the Application Server machine.

The node in the following Application Server local file paths is Web_servername_node for a stand-alone Application Server or managed_node for a managed node. In each case, the remote file path is also shown.

 

Steps for this task (dependent on configuration)

  • Configure entries in the httpd.conf file.

    Use the following examples of the LoadModule and the WebSpherePluginConfig directives as models for configuring your file

    LoadModule 
    was_ap20_module /WebSphere/Plugins/bin/mod_was_ap20_http.so
    

    Local distributed example:

    WebSpherePluginConfig /WebSphere/AppServer/profiles/custom01/config/cells/dmgrcell/nodes/managednode/servers/webserver1/plugin-cfg.xml
    

    Local stand-alone example:

    WebSpherePluginConfig /WebSphere/AppServer/profiles/default/config/cells/ sa_cell/nodes/webserver1_node/servers/webserver1/plugin-cfg.xml
    

    Remote example:

    WebSpherePluginConfig /WebSphere/Plugins/config/webserver1/plugin-cfg.xml
    

  • Configure entries in the httpd.conf file.

    Use the following examples of the LoadModule and the WebSpherePluginConfig directives as models for configuring your file

    LoadModule 
         was_ap20_module /opt/IBM/WebSphere/Plugins/bin/mod_was_ap20_http.so
    
    

    Local distributed example:

    WebSpherePluginConfig 
         /opt/IBM/WebSphere/AppServer/profiles/custom01/config/cells/
            dmgrcell/nodes/managednode/servers/webserver1/plugin-cfg.xml
    
    

    Local stand-alone example:

    WebSpherePluginConfig 
         /opt/IBM/WebSphere/AppServer/profiles/default/config/cells/
            sa_cell/nodes/webserver1_node/servers/webserver1/plugin-cfg.xml
    
    

    Remote example:

    WebSpherePluginConfig 
         /opt/IBM/WebSphere/Plugins/config/webserver1/plugin-cfg.xml
    

  • Configure entries in the httpd.conf file.

    Use the following examples of the LoadModule and the WebSpherePluginConfig directives as models for configuring your file

    LoadModule 
         was_ap20_module /opt/IBM/WebSphere/Plugins/bin/mod_was_ap20_http.sl
    
    

    Local distributed example:

    WebSpherePluginConfig 
         /opt/IBM/WebSphere/AppServer/profiles/custom01/config/cells/
            dmgrcell/nodes/managednode/servers/webserver1/plugin-cfg.xml
    
    

    Local stand-alone example:

    WebSpherePluginConfig 
         /opt/IBM/WebSphere/AppServer/profiles/default/config/cells/
            sa_cell/nodes/webserver1_node/servers/webserver1/plugin-cfg.xml
    
    

    Remote example:

    WebSpherePluginConfig 
         /opt/IBM/WebSphere/Plugins/config/webserver1/plugin-cfg.xml
    

  • Configure entries in the httpd.conf file.

    Use the following examples of the LoadModule and the WebSpherePluginConfig directives as models for configuring your file

    LoadModule was_ap20_module 
         drive:\IBM\WebSphere\Plugins\bin\mod_was_ap20_http.dll
    
    

    Local distributed example:

    WebSpherePluginConfig 
         C:\IBM\WebSphere\AppServer\profiles\default\config\cells\
            dmgrcell\nodes\managednode\servers\webserver1\plugin-cfg.xml
    
    

    Local stand-alone example:

    WebSpherePluginConfig 
         C:\IBM\WebSphere\AppServer\profiles\default\config\cells\
            sa_cell\nodes\webserver1_node\servers\webserver1\plugin-cfg.xml
    
    

    Remote example:

    WebSpherePluginConfig 
         C:\IBM\WebSphere\Plugins\config\webserver1\plugin-cfg.xml
    

 

Result

This procedure results in editing and reconfiguring the IBM HTTP Server 6.0.

 

What to do next

If the IBM HTTP Server 1.3.x directive, LoadModule ibm_app_server_http_module, is present in an IBM HTTP Server 6.0 httpd.conf file, the IBM HTTP Server cannot start. You must comment or delete the directive to start the V6 server.

The mod_was_ap20_http plug-in module requires the GSKIT SSL encryption library if the plug-in is configured to support encrypted connections to back-end WAS appservers.

The Plug-ins installation wizard installs the GSKIT SSL encryption library at the required level if it is not installed. If you manually copy the plug-in to a new machine, you might not have the required GSKIT libraries for encrypting back-end connections. See Configuring the Web server plug-in for Secure Sockets Layer for more information on configuring GSKIT.

After configuring a Web server, one can install applications on it. See the Applications section of the information center for more information.


 

Related Tasks


Configuring Apache HTTP Server V2.0
Configuring IBM HTTP Server powered by Apache 2.0