You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Noone Anil Kumar <an...@india.hp.com> on 2001/04/21 01:18:22 UTC

Apache mod_jk

Hi,

I am configuring appache to support SSL with the help of

http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-ssl-howto.html
.

But where in,  the section :

Tomcat with Apache and mod_jk

started with

If you use Apache with SSL (apache-ssl or apache-mod_ssl), the apache
connector mod_jk will be able to forward to tomcat some SSL informations
if
JkExtractSSL directive is present in your httpd.conf.

But i don't see JkExtractSSL in httpd.conf ;

How should i go for it ???

Any help appreciated in configuring Apache 1.3.14 + Tomcat 3.1 on WinNT
for SSL ..

Thanks in advance,
Anil





Re: Apache mod_jk

Posted by "Noel E. Lecaros" <sp...@mozcom.com>.
Hi, Anil

The JkExtractSSL directive can be found in the file
tomcat/conf/mod_jk.conf-auto which is a file that is automatically
generated (or overwritten, if it already exists) by Tomcat upon
startup.  However, in the automatically generated file, the SSL
directives are commented out, so you will need to create your own
mod_jk.conf file.  You can use mod_jk.conf-auto as a starting point for
your customizations.  You should then Include your customized file
somewhere in httpd.conf

Regards,
Noel Lecaros

Noone Anil Kumar wrote:

> Hi,
>
> I am configuring appache to support SSL with the help of
>
> http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/
> omcat-ssl-howto.html .
>
> But where in,  the section :
>
> Tomcat with Apache and mod_jk
>
> started with
>
> If you use Apache with SSL (apache-ssl or apache-mod_ssl), the apache
> connector mod_jk will be able to forward to tomcat some SSL
> informations if
> JkExtractSSL directive is present in your httpd.conf.
>
> But i don't see JkExtractSSL in httpd.conf ;
>
> How should i go for it ???
>
> Any help appreciated in configuring Apache 1.3.14 + Tomcat 3.1 on
> WinNT  for SSL ..
>
> Thanks in advance,
> Anil
>
>
>
>