97 lines
3.4 KiB
HTML
97 lines
3.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4.0//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Quality of service prerequisites</title>
|
|
<meta name="Copyright" content="Copyright (c) 2004 by IBM Corporation">
|
|
<!-- 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. -->
|
|
|
|
<!--
|
|
----------------------------------------------------------------------------
|
|
START_DESCRIPTION
|
|
Page Function: Information page stating that app for URI must be http and whatever port is defined in the listen directive for FRCA on the Apache web server
|
|
|
|
Stored Values:
|
|
None
|
|
|
|
Next and Back:
|
|
[Next]: rzalladvqos14.htm
|
|
[Back]: rzalladvqos4.htm
|
|
END_DESCRIPTION
|
|
----------------------------------------------------------------------------
|
|
-->
|
|
|
|
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
|
|
<script language="Javascript" type="text/javascript">
|
|
|
|
|
|
|
|
//START NON-TRANSLATABLE
|
|
//Obtain name of HTML file in parent frame.
|
|
var parentDir = parent.window.location.href.substring(0,location.href.lastIndexOf('/')+1);
|
|
var parentUrl = parent.window.location.href.substring(parentDir.length,parent.window.location.href.length+1);
|
|
if (parentUrl.indexOf("#") >= 0) { parentUrl = parentUrl.substring(0,parentUrl.indexOf("#"));}
|
|
|
|
function fillin() {
|
|
//Is the hidden frame already loaded with the correct html?
|
|
if (parentUrl != "rzalladvqoswelcome.htm") {
|
|
window.location = "rzalladvqoswelcome.htm"; //load advisor frameset
|
|
return;
|
|
} else {
|
|
//Obtain name of HTML file in hidden frame.
|
|
var hiddenDir = parent.hidden.window.location.href.substring(0,location.href.lastIndexOf('/')+1);
|
|
var hiddenUrl = parent.hidden.window.location.href.substring(hiddenDir.length,parent.hidden.window.location.href.length+1);
|
|
if (hiddenUrl.indexOf("#") >= 0) { hiddenUrl = hiddenUrl.substring(0,hiddenUrl.indexOf("#"));}
|
|
if (hiddenUrl != "rzalladvqoshidden.htm") {
|
|
//Correct HTML not loaded, load it
|
|
parent.hidden.window.location = "rzalladvqoshidden.htm";
|
|
}
|
|
}
|
|
}
|
|
|
|
function onNext() {
|
|
window.location="rzalladvqos14.htm"
|
|
}
|
|
|
|
function onBack() {
|
|
window.location="rzalladvqos4.htm"
|
|
}
|
|
|
|
//END NON-TRANSLATABLE
|
|
|
|
|
|
</SCRIPT>
|
|
|
|
</head>
|
|
|
|
<BODY onload="fillin()">
|
|
<h2>QoS planning advisor: URI applications</h2>
|
|
<p>You use an inbound policy to restrict packets from clients on designated applications. When using a URI , the application port defined in the QoS policy must match the listen directive for Fast Response Cache Acceleration (FRCA) in the Apache Web server configuration. In most cases, this will be port 80. </p>
|
|
|
|
<p>When you create your URI policy, use the following application information:</p>
|
|
<blockquote>
|
|
<strong>Application:</strong> HTTP<br>
|
|
<strong>Port:</strong> 80
|
|
</blockquote>
|
|
<p><strong>Note:</strong> If you have configured your Web server traffic to run across a port other than port 80, then you must configure the URI policy with that same port. Instructions are provided in the planning worksheet you receive after completing this advisor.</p>
|
|
|
|
|
|
<form>
|
|
<CENTER>
|
|
|
|
<input name=submit type="button" value="<< Back " onClick="onBack()">
|
|
|
|
<input name=submit type="button" value=" Next >>" onClick="onNext()">
|
|
</CENTER>
|
|
</form>
|
|
|
|
|
|
</BODY>
|
|
|
|
</html>
|
|
|