On Mon, 18 Jul 2005, Lee Carroll wrote:

> Hello
>
> I've set up proxying following the mod proxy how to's and everything is
> working fine.
> I would now like the behaviour after login to change so that the site uses
> http rather than https.
> At the moment the entire authoring site remains in https. I've enabled the
> proxying sections in publication.xconf and was
> hoping that every page which had an empty check mark against the ssl box in
> the ac tab would use http.

Yes, it works like that in our publication (lenya-1.2.X) i.e. ever page is
using http if ssl-check mark is empty. The LinkRewriter should check your proxy
settings and rewrite the link accordingly.

> publication.xconf looks like
>
>  <proxy area="authoring" ssl="true"
> url="https://www.cmsSite.com/myPub/authoring"/>
>  <proxy area="authoring" ssl="false"
> url="http://www.cmsSite.com/myPub/authoring"/>
>

That looks fine. However just for testing purpose you can try a setting
like

<proxy area="authoring" ssl="false"
url="http://www.cmsSite.com/foo/bar"/>

And you should see url like http://www.cmsSite.com/foo/bar/index.html if
the ssl checkbox is empty otherwise link rewriting seems not to work
correctly .....

>
> Have I unerstood how this works?
> What is the correct way to configure this behaviour
>
It seems to configured correctly!

Jann

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

Reply via email to