Jann Forrer wrote:

On Thu, 22 Dec 2005, Roman Mario Xerxes Rometsch wrote:

Hi Michi,
exactly that. I want the login page to be SSL encrypted, and a redirect
from the http://..../authoring/ to the https://...
How can I switch on the https login page? I didn't find a howto for that.


If you have an apache Webserver in front of your servlet engine you can use a respective RewriteRule as e.g.:

RewriteCond      %{QUERY_STRING} lenya\.usecase=login(.*)
RewriteRule      ^/(.*)   https://%{SERVER_NAME}/$1 [R,L]

Additionally you will have to configure apache in order to accept requests on port 443.

If you want to use your servlet engine  than you might try a
<map:redirect-to uri .......> in your sitemap but I dont know how to do it without hard-coding the whole uri :-(


maybe one can use the Request input module

HTH

Michi


Jann


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
[EMAIL PROTECTED]                        [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to