This is a discussion on Apache + WebDAV not working within the Linux Web Servers forums, part of the Web Server and Related Forums category; I have setup a simple Apache 2.0 server and enabled webdav as: # WebDAV configuration DavLockDB "C:/Program Files/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have setup a simple Apache 2.0 server and enabled webdav as:
# WebDAV configuration DavLockDB "C:/Program Files/Apache/Apache2/WebDav/LockDB" <Location /webdav> Dav On </Location> I can connect and browse the server with DAVExplorer (http://www.ics.uci.edu/~webdav/) but when I use the Slide command-line client (or the Slide APIs from my own client) it fails to connect: c:\SlideClient\bin>run [ Slide ] $ open http://bass/webdav connect http://bass/webdav Sep 7, 2004 4:07:27 PM org.apache.commons.httpclient.HttpMethodBase processRedirectResponse INFO: Redirect requested but followRedirects is disabled Warning: null [ Slide ] $ Any idea what the problem is here? The Slide client API docs are really poor... -Mark |