Has anybody had any experience with securing certain sections of a
website through ssl and having the rest of the website be unsecure using
pound? Currently I have a website built on eZ Publish running on
apache. In my vhost configuration for the site I'm using mod_rewrite
rules to redirect requests for certain sections (login, account
settings, etc.) to https and then for the default vhost for port 443 I
have mod_rewrite redirecting back to http for sections that do not need
to be secured. Is it possible to do something like this at all using
pound?
|