>>No JkMount?

>>mod_jk uses the JkMount directive to decide, which >>requests should be
>>forwarded. Something like

>>JkMount /myapp|/* balancer

>>The directive should be put into the VirtualHost that is >>used in your
>>Apache web server config to serve the requests for >>/myapp.

When i look at the existing server that works, i cant tell if we are using 
mod_proxy or mod_jk. In the SSL-virtualhost, i see:
#This rewrites https://share.anydomain.tld to our share server
        RewriteEngine On
        RewriteCond %{HTTP_HOST} ^share\.
        RewriteCond %{HTTPS} on
        RewriteCond %{REQUEST_URI} !^/share/
        RewriteRule ^/(.*) https://share.domain.tld:8443/share/ [P]
        JkMount /share/* worker1


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

Reply via email to