Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 4523 invoked from network); 7 Jun 2006 15:30:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jun 2006 15:30:02 -0000 Received: (qmail 7677 invoked by uid 500); 7 Jun 2006 15:29:51 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 7658 invoked by uid 500); 7 Jun 2006 15:29:50 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 7647 invoked by uid 99); 7 Jun 2006 15:29:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 08:29:50 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.11.148.122] (HELO relay2.ptc.com) (12.11.148.122) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 08:29:46 -0700 Received: from hq-ex3fe3.ptcnet.ptc.com ([132.253.201.67]) by relay2.ptc.com with ESMTP; 07 Jun 2006 11:29:25 -0400 X-IronPort-AV: i="4.05,217,1146456000"; d="scan'208"; a="140049013:sNHT16123616" Received: from HQ-MAIL4.ptcnet.ptc.com ([132.253.202.95]) by hq-ex3fe3.ptcnet.ptc.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 7 Jun 2006 11:29:24 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 7 Jun 2006 11:28:17 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] mod_proxy_ajp (mod_rewrite) with ssl thread-index: AcaJjS22A8Ke0mr5T66Hjrb0MSJnHAAH7QmQACZGqtA= From: "Fenlason, Josh" To: X-OriginalArrivalTime: 07 Jun 2006 15:29:24.0939 (UTC) FILETIME=[284269B0:01C68A47] X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] mod_proxy_ajp (mod_rewrite) with ssl X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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. It's gotta be something wrong with my mod_rewrite configuration. I tried adding my rewrite config to httpd-ssl.conf right beneath the line, but the request still isn't getting passed to tomcat. Any mod_rewrite experts out there that could tell me what I'm doing wrong? Thanks in advance. , Josh.=20 > -----Original Message----- > From: Fenlason, Josh=20 > Sent: Tuesday, June 06, 2006 4:17 PM > To: 'users@httpd.apache.org' > Subject: RE: [users@httpd] mod_proxy_ajp (mod_rewrite) with ssl >=20 > Thanks for the tip, but I don't think that's my problem. I=20 > just noticed that Tomcat is getting the request and=20 > generating the html from the jsp. However, by the time it=20 > gets back to my browser the content type is text/plain not=20 > text/html like it should be. I'm not sure where the problem=20 > is. My config? Mod_proxy(_ajp)? Mod_ssl? Any thoughts or=20 > suggestions would be greatly appreciated. Thanks in advance. > , > Josh. >=20 > RewriteCond %{REQUEST_URI} /jsp-examples/(.*).jsp(.*) > RewriteRule ^/(.*) ajp://localhost:8010/$1 [P] >=20 > RewriteCond %{REQUEST_URI} /jsp-examples/servlet/ > RewriteRule ^/(.*) ajp://localhost:8010/$1 [P] >=20 > > -----Original Message----- > > From: Robert Ionescu [mailto:robsiegen@googlemail.com] > > Sent: Tuesday, June 06, 2006 12:01 PM > > To: users@httpd.apache.org > > Subject: Re: [users@httpd] mod_proxy_ajp (mod_rewrite) with ssl > >=20 > > Fenlason, Josh wrote: > > > I think > > > it's probably something to do with my mod_rewrite configuration, > >=20 > > If you're using a SSL , be sure to either inherit the=20 > > rules from the main server config section with the RewriteOptions=20 > > directive or repeat the rules in that virtual host. > >=20 > > -- > > Robert > >=20 > >=20 > --------------------------------------------------------------------- > > The official User-To-User support forum of the Apache HTTP Server=20 > > Project. > > See for more info. > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > > " from the digest: users-digest-unsubscribe@httpd.apache.org > > For additional commands, e-mail: users-help@httpd.apache.org > >=20 >=20 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org