Alexander Diedler wrote:
Hello,

I have a Apache 2.0.63 Webserver and Tomcat 6.0 and use mod_jk. The server don´t uses the JKMount if I use https.

http://www.mysite.de shows me correctly the mounted Webapps from Tomcat.

https://www.mysite.de shows me the Apache Webserver Startpage and every URL command shows me a 404…. Where I have to define something for the SSL and mod_jk?

<IfModule mod_ssl.c>

    Include conf/ssl.conf

</IfModule>

No Virtual Host has been defined! It is better to use a Virtual Host?


mod_ssl uses VirtualHost, so you will need
either JkMountCopy all or
defining JkMount inside ssl.conf as well

Regards
--
^(TM)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to