<%-- /* $Header: formsApacheConfig.jsp 18-apr-2006.20:47:05 yxie Exp $ */ /* Copyright (c) 2001, 2006, Oracle. All rights reserved. */ /* DESCRIPTION End User Monitoring Apache Configuration Page. NOTES MODIFIED (MM/DD/YY) yxie 03/02/06 - andyao 08/10/05 - fix header yxie 07/15/05 - add short description to image eporter 06/08/05 - Bug 4415243: ADA compliance yxie 04/20/05 - yxie 04/07/05 - add apache type yxie 03/09/05 - add table sorting and navigation yxie 02/07/05 - redesign apache configuration page with apache installed yxie 12/21/04 - fix more apache config ui issues yxie 11/13/04 - yxie_apacheui yxie 10/18/04 - Creation. */ /** * @version $Header: formsApacheConfig.jsp 18-apr-2006.20:47:05 yxie Exp $ * @author yxie * @since release specific (what release of product did this appear in) */ --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ page import='oracle.sysman.eml.webapp.WebappConstants'%> <%@ include file="/oemTitle.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%@ include file="/oemGlobal.jspf" %> <%--uix:styledText styleClass="OraInstructionText" textBinding="SITE_CONFIGURATION_MESSAGE@webappMsg"/>