Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: mod_jk multiple apps ssl |
|
Author |
|
b0s
Joined: 15 Nov 2013 Posts: 2 Location: Estonia, Tartu
|
Posted: Fri 15 Nov '13 16:00 Post subject: mod_jk multiple apps ssl |
|
|
Hi
So I have a tomcat webapp and a apache mod_jk setup with it.
Lets say the main app is https://hostname/app
I also have a login page for the main app that is a tomcat .war. Lets say http://hostname/login.
So far so good.
I want for the main app to use SSL (https) and request authentication(SSLVerifyClient require) and for the login I want to use also https but no authentication "SSLVerifyClient none".
The main app is under <VirtualHost _default_:443> and the login page <VirtualHost _default_:80>
So how do I do this that both require https but only the main app uses "SSLVerifyClient require"
Much thanks in advance!
edit: not understandable? Let me try to rephrase:
How to seperate 2 tomcat webapps(host/app12) into two different virtualhosts that both use https (<VirtualHost _default_:443>) Using mod_jk.
Another question... how would I block or redirect a part of the sitemap. Eg host/app is not accessible, but host/app/site is accessible. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
Qmpeltaty
Joined: 06 Feb 2008 Posts: 182 Location: Poland
|
Posted: Mon 27 Jan '14 18:14 Post subject: Re: mod_jk multiple apps ssl |
|
|
b0s wrote: | how would I block or redirect a part of the sitemap. Eg host/app is not accessible, but host/app/site is accessible. |
Use JkUnMount directive before JkMount. |
|
Back to top |
|
|
|
|
|
|