Andreas Hartmann schrieb: > How about this: >
> <proxies ssl="false" url="http://..."> > <proxy area="live" url="http://..."/> > <proxy area="authoring" url="http://..."/> > </proxies> > > <proxies ssl="true" url="https://..."> > <proxy area="live" url="https://..."/> > <proxy area="authoring" url="https://..."/> > </proxies> There's still a problem with this configuration: If a page (or CSS file etc.) outside a publication is requested, it has no chance to use to proxy for link rewriting, because the root (global) proxy is configured per-publication. I guess we have to configure the global proxy in a central place (e.g. cocoon.xconf), and only the publication-specific proxies in publication.xml. WDYT? Any better ideas? -- Andreas -- Andreas Hartmann, CTO BeCompany GmbH http://www.becompany.ch --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
