>I am working with Apache, mod_ssl, and Tomcat on Debian Linux. 
> I am trying
>to make sure all references to Tomcat are secure.  Is there a 
>way to tell
>Apache or Mod_SSL to keep Tomcat behind https?

Sure,

Include the mod_jserv/tomcat stuff in httpd.conf 
in the SSL block ...

(ie between <IfDefine SSL> and </IfDefine>)

<IfModule mod_jserv.c>
ApJServLogFile /var/log/httpd/jserv.log
Include /opt/tomcat/conf/my_ssl_tomcat.conf
</IfModule>
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to