On 9 February 2010 20:44, Igor Nemilentsev <[email protected]> wrote:
> On 09-02-2010, Igor Nemilentsev <[email protected]> wrote: > >>> ProxyRequests Off > >>> ProxyPreserveHost on > >>> RewriteEngine on > >>> RewriteRule ^/files(.*) > http://same_address:8080/jackrabbit-webapp-2.0.0/repository/default$1 [P] > >>> RewriteRule ^/(.*) http://same_address:8080/$1 [L,P] > >I think so, but asked new isea. > >Thanks for you, gave me a idea- > I am more nearly to solution now. > It is problem in 'Decision' in WebDab protocol. > Can anyone give me a advise > why it is different when ( PUT, GET, MOVE ) ? > I do not know, Like to know. Why only when MOVE? > I mean it is creating, deleting, copying - but not moving. > I think you need to use Dav On in the apache httpd config [1]. I don't think various WebDav extension methods are supported by default when proxying. Cheers, James [1] http://httpd.apache.org/docs/2.2/mod/mod_dav.html#dav
