Apache 2.2 and WL12c 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. Both the ewallet.p12 and cwallet.sso files were then copied over to our Apache box (AIX) with proper permissions (755) set to the unix id who boots apache.
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 *****