15 Sep
2008
15 Sep
'08
10:12 a.m.
(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