Apache 1.3 + mod_jk2, requiring https 2004-01-22 - By Yiannis Mavroukakis
Back 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,
Yiannis
-- --Original Message-- -- From: frank delin [mailto:fdelin@(protected)] Sent: 21 January 2004 23:11 To: tomcat-user@(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: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(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.
|
|