Thanks, That works perfectly, I can even define a pretty error page rather than the access denied popup tomcat 4.1.x would throw for <transport-guarantee>CONFIDENTIAL.
Thanks again, Frank > Why not try the following: > use the <location> directive to house > the SSLRequireSSL directive, like so: > <Location /path/to/root/of/webapp> > SSLRequireSSL > </Location> > That way, httpd will reject all requests to > http://host/path/to/root/of/webapp > but allow https://host/path/to/root/of/webapp > Hope this does what you are after, > Sorry I should also add that SSLREquireSSL is > an httpd 2.x directive, don't quite remember > if mod_ssl for 1.3 uses the same directives but > I suspect it does :~) > > -----Original Message----- > From: frank delin [mailto:[EMAIL PROTECTED] > Sent: 21 January 2004 23:11 > To: [EMAIL PROTECTED] > Subject: Apache 1.3 + mod_jk2, requiring https > > > I'm stumped. Before mod_jk2 I would simple add config directives for the > connector in the https: virtual host section. My goal is only to forward > requests that come into the https: virtual host to the tomcat 5.0.16 > backend. > > Thanks in advance. > > Frank Delin > University of Iowa Hygienic Laboratory > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > ________________________________________________________________________ > This e-mail has been scanned for all viruses by Star Internet. The > service is powered by MessageLabs. > > > Note:__________________________________________________________________ > This message is for the named person's use only. It may contain > confidential, proprietary or legally privileged information. No > confidentiality or privilege is waived or lost by any mistransmission. > If you receive this message in error, please immediately delete it and > all copies of it from your system, destroy any hard copies of it and > notify the sender. You must not, directly or indirectly, use, disclose, > distribute, print, or copy any part of this message if you are not the > intended recipient. Jaguar Freight Services and any of its subsidiaries > each reserve the right to monitor all e-mail communications through its > networks. > Any views expressed in this message are those of the individual sender, > except where the message states otherwise and the sender is authorized > to state them to be the views of any such entity. > ________________________________________________________________________ > This e-mail has been scanned for all viruses by Star Internet. The > service is powered by MessageLabs. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
