-----Original Message----- From: Milos Prudek [mailto:prudek@nembv.cz] Sent: Tuesday, November 30, 1999 8:59 AM To: zope Subject: [Zope] ZServer & Apache
Zope docs say I cannot have WebDAV unless I use ZServer. Does that mean that when I want to have my site at webspace provider and I wand DAV, I have to get a separate computer? Because such webspace provider would most likely run Apache or IIS, and could not run Zserver on port 80 since it would conflict with his standard webserver...
Apache, for some unknown reason, intercepts some of the dav methods that should really be passed into zope. You have two options, run ZServer, or patch Apache with a simple patch. You could even go the extra mile and petition the Apache people to fix it! ;) -Michel