First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View 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>