92 lines
6.0 KiB
HTML
92 lines
6.0 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="concept" />
|
||
|
<meta name="DC.Title" content="Interaction with HTTP Server for i5/OS" />
|
||
|
<meta name="abstract" content="IBM Welcome Page V1.1 requires the following production level HTTP server: IBM HTTP Server for i5/OS (powered by Apache 2.0, 5722-DG1)." />
|
||
|
<meta name="description" content="IBM Welcome Page V1.1 requires the following production level HTTP server: IBM HTTP Server for i5/OS (powered by Apache 2.0, 5722-DG1)." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="wpover.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="wpoverhttp" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Interaction with HTTP Server for i5/OS</title>
|
||
|
</head>
|
||
|
<body id="wpoverhttp"><a name="wpoverhttp"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Interaction with HTTP Server for <span class="keyword">i5/OS</span></h1>
|
||
|
<div><p>IBM<sup>®</sup> Welcome
|
||
|
Page V1.1 requires the following production level HTTP server: IBM HTTP Server
|
||
|
for <span class="keyword">i5/OS™</span> (powered by Apache
|
||
|
2.0, 5722-DG1).</p>
|
||
|
<p>IBM Welcome
|
||
|
Page V1.1 provides the ability to set up and manage the configuration needed
|
||
|
for an Apache 2.0 HTTP server in support of itself, as well as the IBM Telephone
|
||
|
Directory V5.2 application. The application sets up a separate configuration
|
||
|
file that contains the required directives for an Apache 2.0 HTTP server.
|
||
|
Once complete, the Apache 2.0 HTTP server must be reconfigured to include
|
||
|
the additional directives.</p>
|
||
|
<p>The location of the Apache 2.0 configuration file varies depending on the
|
||
|
name of your WebSphere<sup>®</sup> Application
|
||
|
Server and what edition is used. The following is an example of the location
|
||
|
of the configuration files set up by the IBM Welcome Page V1.1 application when it
|
||
|
is deployed:</p>
|
||
|
<pre>/QIBM/UserData/WebASE/ASE5/<em>yourserver</em>/ibs/<em>yourserver</em>/apache20.inc</pre>
|
||
|
<p>where <em>yourserver</em> is the name of your WebSphere Application Server - Express
|
||
|
for <span class="keyword">iSeries™</span> V5 server. Once
|
||
|
the IBM Welcome
|
||
|
Page V1.1 application creates the Apache 2.0 configuration file listed above,
|
||
|
the HTTP server must be reconfigured to include the new directives. The following
|
||
|
is an example of the directives that are required:</p>
|
||
|
<ol><li>LoadModule ibm_ldap_module /QSYS.LIB/QHTTPSVR.LIB/QZSRVLDAP.SRVPGM</li>
|
||
|
<li>Include /QIBM/UserData/WebASE/ASE5/ <em>yourserver</em>/ibs/ <em>yourserver</em>/apache20.inc <p>where <em>yourserver</em> is
|
||
|
the name of your WebSphere Application Server - Express for <span class="keyword">iSeries</span> V5 server.</p>
|
||
|
</li>
|
||
|
</ol>
|
||
|
<p>The server must be configured to allow the application to benefit from
|
||
|
additional functionality provided by the HTTP server.</p>
|
||
|
<p>Once the configuration is set up and the HTTP server is restarted, the
|
||
|
plugin module for LDAP is used to authenticate users that route requests to
|
||
|
the IBM Telephone
|
||
|
Directory V5.2 application. These include requests to create, update, and
|
||
|
delete entries in the directory, requests to the IBM Telephone Directory V5.2 application
|
||
|
administrative interfaces, and requests to manage identity mappings for Enterprise
|
||
|
Identity Mapping (EIM), if configured.</p>
|
||
|
<p>After users are authenticated, their credentials (IDs and passwords) are
|
||
|
allowed to pass with the requests routed to the application through the HTTP
|
||
|
server plugin for WebSphere and can be used by the application as
|
||
|
necessary. Requests that do not require authentication are routed to the application
|
||
|
(through the plugin) without credentials.</p>
|
||
|
<p>Other features of the HTTP server can be used to support and protect access
|
||
|
to the application. For example, the HTTP server can be configured to require
|
||
|
the use of Secure Sockets Layer (SSL) ports to ensure information is sent
|
||
|
confidentially. It can be configured to log user activity or to prevent certain
|
||
|
users (or systems) from accessing the application.</p>
|
||
|
<p>See the HTTP Server for <span class="keyword">i5/OS</span> Web
|
||
|
page for more details on setting up HTTP servers:</p>
|
||
|
<p><a href="http://www.ibm.com/servers/eserver/iseries/software/http" target="_blank">IBM HTTP Server for <span class="keyword">i5/OS</span></a> <img src="www.gif" alt="Link outside Information Center" /> (http://www.ibm.com/servers/eserver/iseries/software/http).</p>
|
||
|
<p>See <a href="wpadmin.htm">Administer IBM Welcome Page V1.1</a> for additional
|
||
|
information on the entries used to create the apache20.inc file, including
|
||
|
name, port, location of users and groups, naming, object classes, and administrator
|
||
|
names and groups.</p>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="wpover.htm" title="Provides an overview of the IBM Welcome Page V1.1 application and how it interacts with different iSeries server components and various software components.">Overview of IBM Welcome Page V1.1</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|