Apache Server configuration support - WebDAV Problem

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > August 2006 > WebDAV Problem





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author WebDAV Problem
Urs von Ballmoos

2006-08-27, 1:23 pm

Hi

I'm running Suse Linux 10.1 with the original Apache Websever. I have
added the modules for SSL and Webdav. The SSL works fine, but with the
WebDAV I have a problem. (Digist Auth)

If I will connect with Windows (Networks --> New Connectins) and I use
http://192.168.127.100/uploads, the system is asking me to the Login-
and Password. I can put in the Login- and Password, but the system wil
not accept it. In the Internet I found the message, that this will not
work, in kind of misinterpretating the protocol from Windows, but it
should work with SSL. If I connect with https://192.168.127.100/uploads
the popup with the warning of an selfs signed certificate (indication,
that SSL works.) but there is no questions for login and password, only
the message, that the coosen folder is invalid and I have to choose
another one.

In the logfile of the apache, without SSL I can see, that a WebDAV
connection is initiatet:

192.168.127.129 - - [27/Aug/2006:09:14:37 +0200] "PROPFIND /uploads
HTTP/1.1" 405 978 "-" "Microsoft-WebDAV-MiniRedir/5.1.2600"
192.168.127.129 - - [27/Aug/2006:09:14:37 +0200] "PROPFIND /uploads
HTTP/1.1" 405 978 "-" "Microsoft-WebDAV-MiniRedir/5.1.2600"
192.168.127.129 - - [27/Aug/2006:09:14:38 +0200] "OPTIONS / HTTP/1.1"
200 - "-" "Microsoft-WebDAV-MiniRedir/5.1.2600"
192.168.127.129 - - [27/Aug/2006:09:14:38 +0200] "PROPFIND /uploads
HTTP/1.1" 405 978 "-" "Microsoft-WebDAV-MiniRedir/5.1.2600"


But if I connect with SSL I see the following:

192.168.127.129 - - [27/Aug/2006:11:49:44 +0200] "OPTIONS / HTTP/1.1" 200 -
192.168.127.129 - - [27/Aug/2006:11:49:44 +0200] "GET /_vti_inf.html
HTTP/1.1" 404 1046
192.168.127.129 - - [27/Aug/2006:11:49:44 +0200] "POST
/_vti_bin/shtml.exe/_vti_rpc HTTP/1.1" 406 -
192.168.127.129 - - [27/Aug/2006:11:49:44 +0200] "OPTIONS /uploads
HTTP/1.1" 200 -


and I do not have any idea how to interpretate that.

Here is my httpd-dav.conf:

DavLockDB "/srv/www/var/DavLock"

Alias /uploads "/srv/www/htdocs/uploads"

<Directory "/srv/www/htdocs/uploads">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
allow from all

Dav On

AuthType Digest
AuthName DAV-upload
AuthUserFile "/srv/www/user.passwd"

Require valid-user
Satisfy Any
</Directory>

It would be great, if somebody can help to me.

Best regards

Urs

----== Posted via webservertalk.com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.webservertalk.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com