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?

 

My httpd.conf

LoadModule ssl_module modules/mod_ssl.so

 

### Apache Tomcat Connector ###

LoadModule jk_module modules/mod_jk.so

JkWorkersFile conf/worker.properties

JkLogFile logs/mod_jk.log

JkLogLevel warn

JkMount /* tomcat-worker1

JkOptions +ForwardURICompatUnparsed

 

…

# This was unchanged because the Tomcat Webapps is used.

DocumentRoot "C:/Programme (x86)/Apache Group/Apache2/htdocs"

…

#

# Bring in additional module-specific configurations

#

<IfModule mod_ssl.c>

    Include conf/ssl.conf

</IfModule>

 

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

 

Greetings

Alexander

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to