[users@httpd] Apache HTTP Server and Weblogic Plug-in for Apache

2014-12-16 Thread Fabricio Pedroso Jorge
Hi all, I am trying to configure a test env with an Apache HTTP Server and an Oracle Weblogic 12c Cluster. The configuration is: Apache HTTP Server: 192.168.0.149 Weblogic Cluster..: 192.168.0.129 (2 Clustered Managed Servers in the same server for testing purposes). The configurati

[users@httpd] Re: apache 2.4 enable SSL for simple VirtualHost *:8843

2014-12-16 Thread J Tom Moon 79
Also, the RSA key files were generated with the following command: $ sudo openssl req -x509 -nodes -days 730 -newkey "rsa:512" -subj '/C=US/ST=WA/L=Sea/O=Company Inc/OU=my-team' -keyout /etc/ssl/private/test1.cert.key -out /etc/ssl/certs/test1.cert.pem There were no apparent problems. On Tue,

[users@httpd] apache 2.4 enable SSL for simple VirtualHost *:8843

2014-12-16 Thread J Tom Moon 79
I'm unable to simply enable SSL for a VirtualHost using a very simple configuration. I'm recently upgraded Ubuntu 12 to Ubuntu 14. apache was upgraded from 2.2 to 2.4.7 . I've checked the 2.4 docs for 2.2.->2.4 changes and reviewed my configuration scripts in depth. I can create an unencrypted V