[lively-kernel] proxy put requests from localhost to webwerkstatt
Robert Krahn
robert.krahn at hpi.uni-potsdam.de
Fri Feb 24 16:48:17 CET 2012
Just add the digest handler that we use for <Location /repository> already to <Location /proxy> I guess.
On Feb 24, 2012, at 4:42 PM, Lincke, Jens wrote:
> Hi,
>
> Lively makes a lot of use from an apache proxy rule
>
> RewriteRule ^proxy/(.*)$ http://$1 [P]
>
> that rewrites
>
> GET /proxy/lively-kernel.org/repository/webwerkstatt/hello.txt
>
> to http://lively-kernel.org/repository/webwerkstatt/hello.txt
>
> on the server side.
>
> Does anyone know how to configure apache so that our proxy rules work with digest authentication?
>
> so that I can do something like:
>
> PUT /proxy/lively-kernel.org/repository/webwerkstatt/hello.txt
>
> or more precisely a:
>
> new URL('http://lively-kernel.org/repository/webwerkstatt/hello.txt').asWebResource().put('localhost was here')
>
> from my localhost wiki that uses the same proxy rule.
>
> With that I could download and upload parts from other wikis to the webwerkstatt.
>
> Best,
> Jens
>
> _______________________________________________
> lively-kernel mailing list
> lively-kernel at hpi.uni-potsdam.de
> http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel
More information about the lively-kernel
mailing list