RE: [EMAIL PROTECTED] Reverse Proxy HTTPS

2008-03-18 Thread James Ellis
for port forwarding?Thanks,Jim > Date: Tue, 18 Mar 2008 14:41:28 -0400> From: [EMAIL PROTECTED]> To: > users@httpd.apache.org> Subject: Re: [EMAIL PROTECTED] Reverse Proxy HTTPS> > > On Tue, Mar 18, 2008 at 1:38 PM, James Ellis <[EMAIL PROTECTED]> wrote:> >&

[EMAIL PROTECTED] Reverse Proxy HTTPS

2008-03-18 Thread James Ellis
I am trying to get a reverse proxy working for the following architecture: Browser --> HTTPS --> ServerA --> HTTPS --> Server B I can get a half-a$$ solution working like this: SSLProxyEngine onSSLEngine onSSLCertificateFile "C:/Program Files/Apache Software Foundation/Apache2.2/conf/server.c

RE: [EMAIL PROTECTED] Unencrypted Channel From Web Server To App Server

2008-03-02 Thread James Ellis
Inline: > Date: Sun, 2 Mar 2008 17:59:00 -0600 > From: [EMAIL PROTECTED] > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Unencrypted Channel From Web Server To App > Server > > James Ellis wrote: > > Is it correct to say that in a typical Browser-Apache

[EMAIL PROTECTED] Unencrypted Channel From Web Server To App Server

2008-03-02 Thread James Ellis
Is it correct to say that in a typical Browser-Apache Web Server-Tomcat App Server setup, the SSL connection generally terminates at the Apache web server and the traffic between Apache and Tomcat (to the AJP connector) is unencrypted? If I am correct that this is the "usual" setup, then isn't

RE: [EMAIL PROTECTED] VirtualHost Ignored For New URL

2007-12-13 Thread James Ellis
Host Ignored > For New URL> > On Dec 13, 2007 10:59 AM, James Ellis <[EMAIL PROTECTED]> > wrote:> > 1) How can I "debug" this VirtualHost...I mean how can I log > whenever this> > VirtualHost is entered. I am looking for an equivalent to > the Java>

[EMAIL PROTECTED] VirtualHost Ignored For New URL

2007-12-13 Thread James Ellis
I have the following VirtualHost: Keyfile /opt/IBMIHS/ssl/mycustomizedkeyfile.kdbSSLEnableSSLClientAuth 0ServerName server1Alias /wcsstore "/opt/WebSphere/AppServer/installedApps/stdwcs1/WC_wcsdev.ear/Stores.war"Alias /wcs "/opt/WebSphere/AppServer/insta

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread James Ellis
ide of WebSphere Plugin Date: Thu, 26 Jul 2007 17:03:01 -0400 On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote: > > RewriteEngine ON > RewriteRule ^X01_large.jpg$ footer.gif > > > ...ignored by Apache? Is it not possible to use mod_rewrite outside of a > tag? Y

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread James Ellis
ct: Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin Date: Thu, 26 Jul 2007 13:36:11 -0400 On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote: > Within the plugin, all requests under "/stores/*" are supposed to be handled > by the plugin. Does anyone know

[EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread James Ellis
We are running IBM IHS (Apache) 2.0 and WebSphere on a different machine. Within the httpd.conf file, we include the WebSphere plugin with the following lines: LoadModule was_ap20_module /opt/WebSphere/AppServer/bin/mod_was_ap20_http.so WebSpherePluginConfig /opt/WebSphere/AppServer/config/cel