RE: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl

2006-06-07 Thread Fenlason, Josh
@httpd.apache.org' Subject: RE: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl Thanks for the tip, but I don't think that's my problem. I just noticed that Tomcat is getting the request and generating the html from the jsp. However, by the time it gets back to my browser the content type is text

RE: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl

2006-06-07 Thread Fenlason, Josh
, 2006 4:17 PM To: 'users@httpd.apache.org' Subject: RE: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl Thanks for the tip, but I don't think that's my problem. I just noticed that Tomcat is getting the request and generating the html from the jsp. However, by the time

RE: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl

2006-06-07 Thread JP
I was wrong. I was just looking a simple tomcat example jsp that contained html, so I thought the request was getting passed onto Tomcat, but it wasn't. ... Thanks for the tip, but I don't think that's my problem. I just noticed that Tomcat is getting the request and generating the

Re: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl

2006-06-06 Thread Robert Ionescu
Fenlason, Josh wrote: I think it's probably something to do with my mod_rewrite configuration, If you're using a SSL virtualhost, be sure to either inherit the rules from the main server config section with the RewriteOptions directive or repeat the rules in that virtual host. -- Robert

RE: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl

2006-06-06 Thread Fenlason, Josh
^/(.*) ajp://localhost:8010/$1 [P] -Original Message- From: Robert Ionescu [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 12:01 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl Fenlason, Josh wrote: I think it's probably

[EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl

2006-06-05 Thread Fenlason, Josh
I'm running into a problem with mod_proxy_ajp in Apache 2.2.2 when I have ssl enabled. The configuration below correctly passes http requests to Tomcat, but all https requests are handled by Apache. I need https requests for jsps to be forwarded to Tomcat as well. I think it's probably

RE: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl

2006-06-05 Thread Charlie Moher
Please remove me from your mailing list immediately. Thank you. From: Fenlason, Josh [EMAIL PROTECTED] Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl Date: Mon, 5 Jun 2006 15:53:13 -0400 I'm running into a problem

Re: [EMAIL PROTECTED] mod_proxy_ajp (mod_rewrite) with ssl

2006-06-05 Thread William A. Rowe, Jr.
Charlie Moher wrote: Please remove me from your mailing list immediately. Thank you. Please follow the directions to remove yourself. - The official User-To-User support forum of the Apache HTTP Server Project. See