Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 68989 invoked from network); 1 May 2000 14:51:19 -0000 Received: from apolo.cs.pub.ro (HELO cs.pub.ro) (141.85.37.20) by locus.apache.org with SMTP; 1 May 2000 14:51:19 -0000 Received: (from gaburici@localhost) by cs.pub.ro (8.8.5/8.8.5) id QAA22032; Mon, 1 May 2000 16:46:07 +0200 (EET) Date: Mon, 1 May 2000 16:46:07 +0200 (EET) From: Vasile GABURICI To: tomcat-user@jakarta.apache.org Subject: Re: mod_ssl problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I'm not sure why it doesn't work, but I have a fix. Adding the following lines to section cures the HTTPS rewrite problem. RewriteEngine on RewriteRule ^/examples/servlets$ /examples/servlets/ [R] RewriteRule ^/examples/jsp$ /examples/jsp/ [R] On Mon, 1 May 2000, Jan Labanowski wrote: > On Mon, 1 May 2000, Vasile GABURICI wrote: > > > > > Hi all, > > > > I've managed to find a workaround for the jserv + SSL problem > > mentioned in my previous post. It's rather trivial. > > > > I couldn't find out why the https://localhost/examples/servlets > > URL doesn't work. But I've noticed in Jans' logs that he accesses the > > servlets directly. So, I tried to hit the servlet directly and it worked: > > https://localhost/examples/servlet/HelloWorldExample > > > > Finally I realized that this it was only an URL rewriting problem, > > so I tried https://localhost/examples/servlets/index.html which also > > worked. Following this line, https://localhost/examples/servlets/ also > > works (note the final /). So, the workaround was trivial. > > > > Still, I'd like to know if the https://localhost/examples/servlets > > (no trailing /) URL works for Jan. My apache doesn't misbehave if try > > other https URLs that need rewriting, like https://localhost/manual, so it > > must have something to do with the jserv thing... > > I added (fast und dirty...) a bullet: > o Examples of my config files for Tomcat 3.1-beta-1 under Solaris > to the: http://www.ccl.net/cca/software/UNIX/apache/tomcatfaq.shtml > > Maybe there is a clue there... > > Jan > jkl@osc.edu > > Jan K. Labanowski | phone: 614-292-9279, FAX: 614-292-7168 > Ohio Supercomputer Center | Internet: jkl@osc.edu > 1224 Kinnear Rd, | http://www.ccl.net/chemistry.html > Columbus, OH 43212-1163 | http://www.osc.edu/ > > > -------------------------------------------------------------------------- > To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org > For additional commmands, email: tomcat-user-help@jakarta.apache.org > >