Peoplesoft Apache Config
Hi Experts,
Our weblogic version is 12.2.1.3.0 + Apache-2.2.
Below is my apache config on one of our PS non-prod site(read as Without SSL parameters - SecureProxy and WLSSLWallet) and it seems working fine.
Now, Could you please let me know if the below can be used for a prod instance(With SSL implementation in place) or do you think any more parameters needs to be added to this configuration to make it more secure? It would be great if you can share a snippet of your prod apache conf file.
LoadModule weblogic_module modules/mod_wl.so
Listen 81
<VirtualHost *:81>
<IfModule mod_weblogic.c>