46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
<IfModule mod_weblogic.c>
|
|
WLLogFile /sunone/apache2/logs/WLS_plugin_SSL.log
|
|
DebugConfigInfo OFF
|
|
Debug ALL
|
|
HungServerRecoverSecs 600
|
|
WLIOTimeoutSecs 600
|
|
</IfModule>
|
|
|
|
<Location /MNP-GUI>
|
|
SetHandler weblogic-handler
|
|
WebLogicCluster dbcesefe1.rm.tim.it:7502,dbcesefe2.rm.tim.it:7502
|
|
KeepAliveEnabled ON
|
|
SecureProxy ON
|
|
TrustedCAFile /sunone/apache2/conf/certs/ca.crt
|
|
RequireSSLHostMatch false
|
|
</Location>
|
|
|
|
<Location /mnp>
|
|
SetHandler weblogic-handler
|
|
WebLogicCluster dbcesefe1.rm.tim.it:7502,dbcesefe2.rm.tim.it:7502
|
|
KeepAliveEnabled ON
|
|
SecureProxy ON
|
|
TrustedCAFile /sunone/apache2/conf/certs/ca.crt
|
|
RequireSSLHostMatch false
|
|
</Location>
|
|
|
|
<Location /dbcgo>
|
|
SetHandler weblogic-handler
|
|
WebLogicCluster dbcesefe1.rm.tim.it:7602,dbcesefe2.rm.tim.it:7602
|
|
KeepAliveEnabled ON
|
|
SecureProxy ON
|
|
TrustedCAFile /sunone/apache2/conf/certs/ca.crt
|
|
RequireSSLHostMatch false
|
|
</Location>
|
|
|
|
<Location /analytics>
|
|
SetHandler weblogic-handler
|
|
# WebLogicCluster IP_BI:PORT1
|
|
WebLogicHost 10.6.172.123
|
|
WebLogicPort 8080
|
|
KeepAliveEnabled ON
|
|
SecureProxy ON
|
|
TrustedCAFile /sunone/apache2/conf/certs/ca.crt
|
|
RequireSSLHostMatch false
|
|
</Location>
|