IBM provides support for customers using IBM HTTP Server 8.5.5 and WebSphere WebServer Plug-in 8.5.5 to frontend a supported V7 application server or V7-lead cell. This arrangement is designed to allow advanced TLS support in IBM HTTP Server 8.5.5 to be used in existing V7 topologies.
Users entitled to support for WebSphere Application Server 8.5.5 can now use the included IBM HTTP Server with any supported WebSphere Application Server 7.0.
Products that bundle WebSphere Application Server 7.0 have the option of bundling a supported IBM HTTP Server 8.5.5.
Products that bundle IBM HTTP Server 7.0 can declare support for IBM HTTP Server 8.5.5, and the combination will be supported as long as the user maintains support for both the product and WebSphere Application Server 8.5.5.
Full details of the current policy for having the IHS and Plugin release differ from the WAS release is documented here
If the product you're using doesn't include IHS 8.5.5, there are a few options.
You'll need IHS, the WAS WebServer Plug-in, and the Plugin Configuration Tool (PCT). For information on installation and configuration of the 8.5.5 components, see the 8.5.5 documentation.
By default, the 8.5.5 Plugin will not route a HTTPS frontend connection to a backend HTTP connection. The WebServer Plugin custom property "UseInsecure" is what permits the plugin to use HTTP to the backend when the client leg is HTTPS.
The custom property is only available in Version 7 deployment managers with PI10757 (7.0.0.33 and later). Without PI10757,
the following change is required in plugin-cfg.xml
<Config ASDisableNagle="false" ... UseInsecure="true" ...>
Ideally, applying customizations would be a repeatable process of appending configuration snippets
to conf/httpd.conf
. Some approaches to migrating from one release to the next are documented
here
If you decide to start with a verbatim existing configuration file instead of appending or
porting your customizations, you'll have to fix up references to absolute paths
in at least the ServerRoot
, WebSpherePluginConfig
, LoadModule
directives as well as Directory
and DirectoryMatch
sections.
Because of the install differences between a 7.0 IHS/Plugin and an 8.5.5 IHS/Plugin, it is recommended that a new Web Server definition is created to support the new 8.5.5 IHS/Plugin. This will ensure that the plugin generation will pick up the proper install root for the PluginInstallRoot property. This value can't be edited via the Admin Console.
PI55092 needs to be installed on the WebSphere 7.0 server. This new apar provides customers the ability to define custom properties which are necessary for the 8.5.5 plugin-cfg.xml file.
Some features described in the 8.5.5 documentation cannot be used when IHS and the WAS WebServer Plug-in are used separately from the 8.5.5 product.
While there are no Apache HTTP Server differences between 7.0 and 8.5.5, you might find some other differences worth preparing for:
Provide feedback on the IBM HTTP Server forum on IBM developerWorks.