[Zope] Best place to rewrite webdav GET requests?
Sascha Welter
zopelist at betabug.ch
Mon Sep 15 06:12:31 EDT 2008
(Mon, Sep 15, 2008 at 11:31:27AM +0200) Gaute Amundsen wrote/schrieb/egrapse:
> On Friday 12 September 2008 07:19:29 Sascha Welter wrote:
> > (Thu, Sep 11, 2008 at 08:49:38AM +0200) Gaute Amundsen
> wrote/schrieb/egrapse:
> > > Or would it perhaps be better to route webdav through apache, and try to
> > > handle it with rewriterules?
> >
> > This is how we do it. (Not for NightmareWeaver though.)
> >
>
> Interesting.
> Then we know it is possible at least :)
>
> You wouldn't happen to have that part of httpd.conf handy for a quick cut &
> paste? :)
RewriteRule ^/webdav($|/.*) \
http://127.0.0.1:1980/VirtualHostBase/https/%{SERVER_NAME}:443/VirtualHostRoot/_
vh_webdav$1 [L,P]
HTH
Sascha
More information about the Zope
mailing list