Apache 2.2.xx with WL12 c plugin
We're currently upgrading to PT8.54. We've Apache and WL12c plugin.
We used Oracle Wallet Manager from the SQL Plus Client to create wallet given we ran into java exception while running orapki delivered in the WL12 plugin. I'd copied both the ewallet.p12 and cwallet.sso over to the Apache box (AIX).
In the apache httpd.conf file:
LoadModule weblogic_module /apps/psoft/WLPlugin1212/lib/mod_wl.so
#<IfModule mod_weblogic.c>
WebLogicHost webA.mycompany.org
WebLogicPort 13000
MatchExpression *
<Location /mywebapp>
SetHandler weblogic-handler
</Location>
# **** Configuration for SSL *****
SecureProxy ON
WLProxySSL ON
WLSSLWallet /apps/psoft/apache2.2.31/conf/ssl/certs/ewallet.p12