[Zope] Re: Can HTTP and WebDAV share port 80?

Max M maxm at mxm.dk
Thu Dec 8 05:28:34 EST 2005


Michael Dexter wrote:
> 
> Hello,
> 
> It appears that Apache and IIS put both HTTP and WebDAV/HTTP traffic 
> over the same port. Can Zope do the same? Why? Why not?

What I usually do is to create a RewriteRule in apache, that rewrites to 
the dav port.

RewriteRule ^/webdav(.*) 
http://localhost:1981/VirtualHostBase/http/www.example.com:80/plone_instance/VirtualHostRoot/_vh_webdav/$1 
[P,L]

So that the webdav port can be gotten to at:

http://www.example.com:80/webdav


-- 

hilsen/regards Max M, Denmark

http://www.mxm.dk/
IT's Mad Science



More information about the Zope mailing list