You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@sling.apache.org by Branden Visser <mr...@gmail.com> on 2010/10/08 04:33:47 UTC

Sling with reverse proxy

Hi all,

I have sling running in a tomcat container behind a reverse proxy (apache).
I'm having some trouble with the dav module using the internal URI instead
of the proxy URI.

This is my tomcat HTTP connector:

<Connector port="8080" proxyName="example.com" proxyPort="80"
        URIEncoding="UTF-8" />

But all links created by the WebDAV module go to 127.0.0.1:8080.

Is this a supported configuration?

Thanks,
Branden