Hi... I'd like to let users access my Zope web site normally through HTTP, but make my Zope management screens (in fact, any URL containing '/manage') only available through HTTPS. I'm actually using Zope with Apache and mod_rewrite rules using proxy [P]. How could I do this...? Thanks for any help... Thierry -- Linux every day, keeps Dr Watson away... http://gpc.sourceforge.net
there is a ZServer SSL package available somewhere (i think you might find it if you search zope.org), but for most people the easiest is probably using apache and mod_ssl and then some creative rewrite rules in apache's configuration that catch all requests to management screens and redirect them to a https address. jens On Thursday, February 21, 2002, at 06:18 , Thierry Florac wrote:
Hi...
I'd like to let users access my Zope web site normally through HTTP, but make my Zope management screens (in fact, any URL containing '/manage') only available through HTTPS.
I'm actually using Zope with Apache and mod_rewrite rules using proxy [P].
How could I do this...?
Thanks for any help...
Thierry
-- Linux every day, keeps Dr Watson away... http://gpc.sourceforge.net
participants (2)
-
Jens Vagelpohl -
Thierry Florac