First Commit - Source Code from Reply
This commit is contained in:
45
dbcmnpsrc/FE/domain/PCS_CONF/weblogic_SSL.conf
Normal file
45
dbcmnpsrc/FE/domain/PCS_CONF/weblogic_SSL.conf
Normal file
@@ -0,0 +1,45 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user