LOCATION :
SIGNIFICANCE :
IMPORTANT POINTS :
FILE :
#########################################################################################################
#$Header: oprocmgr_ias1022.conf 115.11 2006/02/22 05:54:35 sbandla noship $
#
################################################################
#
#This file is automatically generated by AutoConfig. It will be read and
#overwritten. If you were instructed to edit this file, or if you are not
#able to use the settings created by AutoConfig, refer to Metalink document
#165195.1 for assistance.
#
################################################################
# Setup of oprocmgr module.
#
# This directive identifies each remote apache instance that will be
# sending requests to processes (e.g., JServs), managed by local Apache
# instances. This directive is used by the local process manager to share
# routing information with remote apache instances via non-SSL HTTP messages.
# The directive is repeated for each remote apache instance that will be
# sending requests. The ProcNode directive that refers to the local apache
# instance will be ignored, but may be supplied to facilitate uniformity
# in configuration across apache instances. Arguments to the ProcNode must
# be sufficient to reach the remote instance of apache via non-SSL HTTP
# messages. It is not considered an error if the remote apache instance is
# unreachable, as no assumption is made about the starting order or
# availability of apache instances.
# Syntax: ProcNode <hostname> <port>
# Example: ProcNode abc.com 7777
<IfModule mod_oprocmgr.c>
Listen 8113
ProcNode tneda06n.adr.corp.com 8113
<VirtualHost _default_:8113>
<IfDefine SSL>
SSLEngine off
</IfDefine>
Port 8113
<Location />
Order Deny,Allow
Deny from all
Allow from localhost
Allow from tneda06n
Allow from tneda06n.adr.corp.com
</Location>
<Location /oprocmgr-service>
SetHandler oprocmgr-service
</Location>
<Location /oprocmgr-status>
SetHandler oprocmgr-status
</Location>
</VirtualHost>
</IfModule>
# End of oprocmgr directives.